Skip to content

Commit

Permalink
fixing issue 164: deprecated api.
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Sirchia <[email protected]>
  • Loading branch information
robertsirc committed Aug 12, 2024
1 parent c500c4d commit c394098
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/Map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,8 @@ mappings:
- deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta2\nkind: FlowSchema\n"
newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: FlowSchema\n"
deprecatedInVersion: "v1.26"
removedInVersion: "v1.29"
removedInVersion: "v1.29"
- deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: FlowSchema\n"
newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1\nkind: FlowSchema\n"
deprecatedInVersion: "v1.29"
removedInVersion: "v1.32"

0 comments on commit c394098

Please sign in to comment.