Skip to content

Commit

Permalink
add missing verbs (#9032)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostloda authored Jun 29, 2022
1 parent 6cd243f commit 1562a9c
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,16 @@ rules:
# IPAM resources are manipulated when nodes are deleted.
- apiGroups: ["crd.projectcalico.org"]
resources:
- ippools
- ipreservations
verbs:
- list
# Pools are watched to maintain a mapping of blocks to IP pools.
- apiGroups: ["crd.projectcalico.org"]
resources:
- ippools
verbs:
- list
- watch
- apiGroups: ["crd.projectcalico.org"]
resources:
- blockaffinities
Expand Down Expand Up @@ -84,8 +90,10 @@ rules:
- clusterinformations
verbs:
- get
- list
- create
- update
- watch
# KubeControllersConfiguration is where it gets its config
- apiGroups: ["crd.projectcalico.org"]
resources:
Expand Down

0 comments on commit 1562a9c

Please sign in to comment.