File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed
content/hi/examples/priority-and-fairness Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : flowcontrol.apiserver.k8s.io/v1
2
+ kind : FlowSchema
3
+ metadata :
4
+ name : health-for-strangers
5
+ spec :
6
+ matchingPrecedence : 1000
7
+ priorityLevelConfiguration :
8
+ name : exempt
9
+ 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"
Original file line number Diff line number Diff line change
1
+ apiVersion : flowcontrol.apiserver.k8s.io/v1
2
+ kind : FlowSchema
3
+ metadata :
4
+ name : list-events-default-service-account
5
+ spec :
6
+ distinguisherMethod :
7
+ type : ByUser
8
+ matchingPrecedence : 8000
9
+ priorityLevelConfiguration :
10
+ name : catch-all
11
+ rules :
12
+ - resourceRules :
13
+ - apiGroups :
14
+ - ' *'
15
+ namespaces :
16
+ - default
17
+ resources :
18
+ - events
19
+ verbs :
20
+ - list
21
+ subjects :
22
+ - kind : ServiceAccount
23
+ serviceAccount :
24
+ name : default
25
+ namespace : default
You can’t perform that action at this time.
0 commit comments