Skip to content

Commit

Permalink
Merge pull request kubernetes#41269 from Arhell/zh-migrate
Browse files Browse the repository at this point in the history
[zh] Migrated to use the v1beta3 API version of FlowSchema
  • Loading branch information
k8s-ci-robot authored May 23, 2023
2 parents 720f535 + 6917012 commit 45365ac
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1beta2
apiVersion: flowcontrol.apiserver.k8s.io/v1beta3
kind: FlowSchema
metadata:
name: health-for-strangers
Expand All @@ -7,14 +7,14 @@ spec:
priorityLevelConfiguration:
name: exempt
rules:
- nonResourceRules:
- nonResourceURLs:
- "/healthz"
- "/livez"
- "/readyz"
verbs:
- "*"
subjects:
- kind: Group
group:
name: system:unauthenticated
- nonResourceRules:
- nonResourceURLs:
- "/healthz"
- "/livez"
- "/readyz"
verbs:
- "*"
subjects:
- kind: Group
group:
name: "system:unauthenticated"

0 comments on commit 45365ac

Please sign in to comment.