File tree 1 file changed +10
-31
lines changed
1 file changed +10
-31
lines changed Original file line number Diff line number Diff line change @@ -15,35 +15,34 @@ rules:
15
15
- tokenreviews
16
16
- subjectaccessreviews
17
17
verbs :
18
- - create
18
+ - get
19
+ - list
20
+ - watch
19
21
- apiGroups :
20
22
- authorization.k8s.io
21
23
resources :
22
24
- subjectaccessreviews
23
25
verbs :
24
- - create
26
+ - get
27
+ - list
28
+ - watch
25
29
- apiGroups :
26
30
- machineconfiguration.openshift.io
27
31
resources :
28
32
- containerruntimeconfigs
29
33
- controllerconfigs
30
34
- kubeletconfigs
31
35
- machineconfigpools
32
- verbs :
33
- - get
34
- - list
35
- - watch
36
- - apiGroups :
37
- - machineconfiguration.openshift.io
38
- resources :
39
36
- machineconfignodes
40
37
- machineconfignodes/status
38
+ - machineosconfigs
39
+ - machineosconfigs/status
40
+ - machineosbuilds
41
+ - machineosbuilds/status
41
42
verbs :
42
43
- get
43
44
- list
44
45
- watch
45
- - delete
46
- - create
47
46
- apiGroups :
48
47
- config.openshift.io
49
48
resources :
@@ -57,23 +56,3 @@ rules:
57
56
- get
58
57
- list
59
58
- watch
60
- - apiGroups :
61
- - machineconfiguration.openshift.io
62
- resources :
63
- - machineosconfigs
64
- - machineosconfigs/status
65
- verbs :
66
- - create
67
- - update
68
- - patch
69
- - get
70
- - apiGroups :
71
- - machineconfiguration.openshift.io
72
- resources :
73
- - machineosbuilds
74
- - machineosbuilds/status
75
- verbs :
76
- - create
77
- - update
78
- - patch
79
- - get
You can’t perform that action at this time.
0 commit comments