Skip to content

Commit

Permalink
adding in the apis for PriorityLevelConfiguration.
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Sirchia <[email protected]>
  • Loading branch information
robertsirc committed Aug 14, 2024
1 parent 2925cd6 commit 6f5aaf6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/Map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,16 @@ mappings:
- 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"
- deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta1\nkind: PriorityLevelConfiguration\n"
newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: PriorityLevelConfiguration\n"
deprecatedInVersion: "v1.26"
removedInVersion: "v1.26"
- deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta2\nkind: PriorityLevelConfiguration\n"
newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: PriorityLevelConfiguration\n"
deprecatedInVersion: "v1.26"
removedInVersion: "v1.29"
- deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: PriorityLevelConfiguration\n"
newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1\nkind: PriorityLevelConfiguration\n"
deprecatedInVersion: "v1.29"
removedInVersion: "v1.32"

0 comments on commit 6f5aaf6

Please sign in to comment.