Skip to content

Commit

Permalink
add flowcontrol get/list/watch permission to apiserver test clusterrole
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaaaaaalex committed May 20, 2024
1 parent 20f662d commit 5f7cc21
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions node/tests/k8st/infra/apiserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,15 @@ rules:
- get
- list
- watch
- apiGroups:
- flowcontrol.apiserver.k8s.io
resources:
- flowschemas
- prioritylevelconfigurations
verbs:
- get
- list
- watch

---

Expand Down

0 comments on commit 5f7cc21

Please sign in to comment.