Skip to content

Commit 45365ac

Browse files
authored
Merge pull request #41269 from Arhell/zh-migrate
[zh] Migrated to use the v1beta3 API version of FlowSchema
2 parents 720f535 + 6917012 commit 45365ac

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: flowcontrol.apiserver.k8s.io/v1beta2
1+
apiVersion: flowcontrol.apiserver.k8s.io/v1beta3
22
kind: FlowSchema
33
metadata:
44
name: health-for-strangers
@@ -7,14 +7,14 @@ spec:
77
priorityLevelConfiguration:
88
name: exempt
99
rules:
10-
- nonResourceRules:
11-
- nonResourceURLs:
12-
- "/healthz"
13-
- "/livez"
14-
- "/readyz"
15-
verbs:
16-
- "*"
17-
subjects:
18-
- kind: Group
19-
group:
20-
name: system:unauthenticated
10+
- nonResourceRules:
11+
- nonResourceURLs:
12+
- "/healthz"
13+
- "/livez"
14+
- "/readyz"
15+
verbs:
16+
- "*"
17+
subjects:
18+
- kind: Group
19+
group:
20+
name: "system:unauthenticated"

0 commit comments

Comments
 (0)