File tree Expand file tree Collapse file tree 3 files changed +1
-70
lines changed
internal/controller/bindata Expand file tree Collapse file tree 3 files changed +1
-70
lines changed Original file line number Diff line number Diff line change @@ -25,40 +25,3 @@ rules:
25
25
- patch
26
26
- update
27
27
- watch
28
- - apiGroups :
29
- - " "
30
- resources :
31
- - serviceaccounts
32
- - pods
33
- - services
34
- verbs :
35
- - get
36
- - list
37
- - watch
38
- - create
39
- - delete
40
- - update
41
- - patch
42
- - apiGroups :
43
- - rbac.authorization.k8s.io
44
- resources :
45
- - roles
46
- - rolebindings
47
- verbs :
48
- - get
49
- - list
50
- - watch
51
- - create
52
- - update
53
- - delete
54
- - apiGroups :
55
- - apps
56
- resources :
57
- - daemonsets
58
- verbs :
59
- - get
60
- - list
61
- - watch
62
- - create
63
- - update
64
- - delete
Original file line number Diff line number Diff line change @@ -15,37 +15,9 @@ rules:
15
15
- apiGroups :
16
16
- " "
17
17
resources :
18
- - serviceaccounts
19
18
- pods
20
- - services
19
+ - pods/status
21
20
verbs :
22
21
- get
23
22
- list
24
23
- watch
25
- - create
26
- - delete
27
- - update
28
- - patch
29
- - apiGroups :
30
- - rbac.authorization.k8s.io
31
- resources :
32
- - roles
33
- - rolebindings
34
- verbs :
35
- - get
36
- - list
37
- - watch
38
- - create
39
- - update
40
- - delete
41
- - apiGroups :
42
- - apps
43
- resources :
44
- - daemonsets
45
- verbs :
46
- - watch
47
- - list
48
- - get
49
- - create
50
- - delete
51
- - update
Original file line number Diff line number Diff line change 12
12
- get
13
13
- list
14
14
- watch
15
- - create
16
- - delete
17
- - update
18
- - patch
You can’t perform that action at this time.
0 commit comments