Skip to content

Commit 9ba0b21

Browse files
authored
Merge pull request #167 from robertsirc/Adding-PriorityLevelConfiguration
adding in the apis for PriorityLevelConfiguration.
2 parents 2925cd6 + 6f5aaf6 commit 9ba0b21

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/Map.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,16 @@ mappings:
220220
- deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: FlowSchema\n"
221221
newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1\nkind: FlowSchema\n"
222222
deprecatedInVersion: "v1.29"
223+
removedInVersion: "v1.32"
224+
- deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta1\nkind: PriorityLevelConfiguration\n"
225+
newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: PriorityLevelConfiguration\n"
226+
deprecatedInVersion: "v1.26"
227+
removedInVersion: "v1.26"
228+
- deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta2\nkind: PriorityLevelConfiguration\n"
229+
newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: PriorityLevelConfiguration\n"
230+
deprecatedInVersion: "v1.26"
231+
removedInVersion: "v1.29"
232+
- deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: PriorityLevelConfiguration\n"
233+
newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1\nkind: PriorityLevelConfiguration\n"
234+
deprecatedInVersion: "v1.29"
223235
removedInVersion: "v1.32"

0 commit comments

Comments
 (0)