File tree Expand file tree Collapse file tree 1 file changed +72
-0
lines changed
choose-native-plants/Role Expand file tree Collapse file tree 1 file changed +72
-0
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,75 @@ rules:
26
26
- pods/log
27
27
verbs :
28
28
- get
29
+ - apiGroups :
30
+ - ' '
31
+ resources :
32
+ - events
33
+ verbs :
34
+ - get
35
+ - list
36
+ - watch
37
+ - apiGroups :
38
+ - apps
39
+ - extensions
40
+ resources :
41
+ - deployments
42
+ - replicasets
43
+ - statefulsets
44
+ verbs :
45
+ - get
46
+ - list
47
+ - watch
48
+ - apiGroups :
49
+ - ' '
50
+ resources :
51
+ - configmaps
52
+ - persistentvolumeclaims
53
+ - services
54
+ verbs :
55
+ - get
56
+ - list
57
+ - watch
58
+ - apiGroups :
59
+ - networking.k8s.io
60
+ resources :
61
+ - ingresses
62
+ verbs :
63
+ - get
64
+ - list
65
+ - watch
66
+ - apiGroups :
67
+ - ' '
68
+ resources :
69
+ - endpoints
70
+ - serviceaccounts
71
+ verbs :
72
+ - get
73
+ - list
74
+ - watch
75
+ - apiGroups :
76
+ - networking.k8s.io
77
+ resources :
78
+ - networkpolicies
79
+ verbs :
80
+ - get
81
+ - list
82
+ - watch
83
+ - apiGroups :
84
+ - batch
85
+ resources :
86
+ - jobs
87
+ - cronjobs
88
+ verbs :
89
+ - get
90
+ - list
91
+ - watch
92
+ - apiGroups :
93
+ - rbac.authorization.k8s.io
94
+ resources :
95
+ - roles
96
+ - rolebindings
97
+ verbs :
98
+ - get
99
+ - list
100
+ - watch
You can’t perform that action at this time.
0 commit comments