Skip to content

Commit

Permalink
Change since when new API is available
Browse files Browse the repository at this point in the history
flowcontrol.apiserver.k8s.io/v1 is available since v1.29 as wrote in https://kubernetes.io/docs/reference/using-api/deprecation-guide/
  • Loading branch information
LeMyst authored Oct 2, 2024
1 parent 8582f7c commit 570fb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/rules/rego/deprecated-1-32.rego
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ deprecated_api(kind, api_version) = api {
"FlowSchema": {
"old": ["flowcontrol.apiserver.k8s.io/v1beta3"],
"new": "flowcontrol.apiserver.k8s.io/v1",
"since": "1.32",
"since": "1.29",
},
"PriorityLevelConfiguration": {
"old": ["flowcontrol.apiserver.k8s.io/v1beta3"],
"new": "flowcontrol.apiserver.k8s.io/v1",
"since": "1.32",
"since": "1.29",
},
}

Expand Down

0 comments on commit 570fb5c

Please sign in to comment.