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 :
@@ -56,23 +55,3 @@ rules:
56
55
- get
57
56
- list
58
57
- watch
59
- - apiGroups :
60
- - machineconfiguration.openshift.io
61
- resources :
62
- - machineosconfigs
63
- - machineosconfigs/status
64
- verbs :
65
- - create
66
- - update
67
- - patch
68
- - get
69
- - apiGroups :
70
- - machineconfiguration.openshift.io
71
- resources :
72
- - machineosbuilds
73
- - machineosbuilds/status
74
- verbs :
75
- - create
76
- - update
77
- - patch
78
- - get
You can’t perform that action at this time.
0 commit comments