Skip to content

Commit

Permalink
Merge pull request #165 from robertsirc/fixing-issue-164
Browse files Browse the repository at this point in the history
fixing issue 164: deprecated api.
  • Loading branch information
mattfarina authored Aug 14, 2024
2 parents 1f04a32 + c394098 commit 2925cd6
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 2925cd6

Please sign in to comment.