|
18 | 18 | - apiGroups: [""]
|
19 | 19 | resources: ["nodes"]
|
20 | 20 | verbs: ["get", "list", "watch", "patch"]
|
21 |
| - verbs: ["get", "list", "watch"] |
22 | 21 | - apiGroups: [""]
|
23 | 22 | resources: ["persistentvolumes"]
|
24 | 23 | verbs: ["get", "list", "watch", "create", "delete", "update", "patch"]
|
|
34 | 33 | - apiGroups: ["storage.k8s.io"]
|
35 | 34 | resources: ["volumeattachments"]
|
36 | 35 | verbs: ["get", "list", "watch", "update", "patch", "delete"]
|
37 |
| - verbs: ["get", "list", "watch", "update", "patch"] |
38 | 36 | - apiGroups: ["storage.k8s.io"]
|
39 | 37 | resources: ["csinodes"]
|
40 | 38 | verbs: ["get", "list", "watch", "update"]
|
|
47 | 45 | - apiGroups: [""]
|
48 | 46 | resources: ["pods"]
|
49 | 47 | verbs: ["get", "list", "watch", "update", "delete"]
|
50 |
| - verbs: ["get", "list", "watch"] |
51 | 48 | # below for snapshotter
|
52 | 49 | - apiGroups: [""]
|
53 | 50 | resources: ["secrets"]
|
|
61 | 58 | - apiGroups: ["snapshot.storage.k8s.io"]
|
62 | 59 | resources: ["volumesnapshots"]
|
63 | 60 | verbs: ["get", "list", "watch", "update", "create", "delete"]
|
64 |
| - verbs: ["get", "list", "watch", "update"] |
65 | 61 | - apiGroups: ["snapshot.storage.k8s.io"]
|
66 | 62 | resources: ["volumesnapshots/status","volumesnapshotcontents/status"]
|
67 | 63 | verbs: ["get", "list", "watch", "update", "patch"]
|
|
0 commit comments