Skip to content

Commit ea6be50

Browse files
committed
Regenerate roles
1 parent ccd16eb commit ea6be50

File tree

4 files changed

+14
-237
lines changed

4 files changed

+14
-237
lines changed

config/rbac/role.yaml

+10-149
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,26 @@ rules:
1515
- apiGroups:
1616
- addons.cluster.x-k8s.io
1717
resources:
18-
- '*'
18+
- clusterresourcesets/status
1919
verbs:
20-
- create
21-
- delete
2220
- get
23-
- list
2421
- patch
2522
- update
26-
- watch
2723
- apiGroups:
2824
- addons.cluster.x-k8s.io
25+
- bootstrap.cluster.x-k8s.io
26+
- controlplane.cluster.x-k8s.io
27+
- infrastructure.cluster.x-k8s.io
2928
resources:
30-
- clusterresourcesets/status
29+
- '*'
3130
verbs:
31+
- create
32+
- delete
3233
- get
34+
- list
3335
- patch
3436
- update
37+
- watch
3538
- apiGroups:
3639
- apiextensions.k8s.io
3740
resources:
@@ -52,172 +55,30 @@ rules:
5255
- subjectaccessreviews
5356
verbs:
5457
- create
55-
- apiGroups:
56-
- bootstrap.cluster.x-k8s.io
57-
- controlplane.cluster.x-k8s.io
58-
- infrastructure.cluster.x-k8s.io
59-
resources:
60-
- '*'
61-
verbs:
62-
- create
63-
- delete
64-
- get
65-
- list
66-
- patch
67-
- update
68-
- watch
69-
- apiGroups:
70-
- bootstrap.cluster.x-k8s.io
71-
- infrastructure.cluster.x-k8s.io
72-
resources:
73-
- '*'
74-
verbs:
75-
- create
76-
- delete
77-
- get
78-
- list
79-
- patch
80-
- update
81-
- watch
82-
- apiGroups:
83-
- cluster.x-k8s.io
84-
resources:
85-
- clusterclasses
86-
verbs:
87-
- get
88-
- list
89-
- patch
90-
- update
91-
- watch
9258
- apiGroups:
9359
- cluster.x-k8s.io
9460
resources:
9561
- clusterclasses
9662
- clusterclasses/status
97-
verbs:
98-
- get
99-
- list
100-
- patch
101-
- update
102-
- watch
103-
- apiGroups:
104-
- cluster.x-k8s.io
105-
resources:
106-
- clusters
107-
verbs:
108-
- get
109-
- list
110-
- watch
111-
- apiGroups:
112-
- cluster.x-k8s.io
113-
resources:
11463
- clusters
11564
- clusters/status
65+
- machinehealthchecks/status
11666
verbs:
11767
- get
11868
- list
11969
- patch
12070
- update
12171
- watch
122-
- apiGroups:
123-
- cluster.x-k8s.io
124-
resources:
125-
- machinedeployments
126-
verbs:
127-
- create
128-
- delete
129-
- get
130-
- list
131-
- patch
132-
- update
133-
- watch
13472
- apiGroups:
13573
- cluster.x-k8s.io
13674
resources:
13775
- machinedeployments
13876
- machinedeployments/status
139-
verbs:
140-
- create
141-
- delete
142-
- get
143-
- list
144-
- patch
145-
- update
146-
- watch
147-
- apiGroups:
148-
- cluster.x-k8s.io
149-
resources:
150-
- machinehealthchecks
151-
verbs:
152-
- create
153-
- delete
154-
- get
155-
- list
156-
- patch
157-
- update
158-
- watch
159-
- apiGroups:
160-
- cluster.x-k8s.io
161-
resources:
16277
- machinehealthchecks
163-
- machinehealthchecks/status
164-
verbs:
165-
- get
166-
- list
167-
- patch
168-
- update
169-
- watch
170-
- apiGroups:
171-
- cluster.x-k8s.io
172-
resources:
173-
- machinepools
174-
verbs:
175-
- create
176-
- delete
177-
- get
178-
- list
179-
- patch
180-
- update
181-
- watch
182-
- apiGroups:
183-
- cluster.x-k8s.io
184-
resources:
18578
- machinepools
18679
- machinepools/status
187-
verbs:
188-
- create
189-
- delete
190-
- get
191-
- list
192-
- patch
193-
- update
194-
- watch
195-
- apiGroups:
196-
- cluster.x-k8s.io
197-
resources:
19880
- machines
19981
- machines/status
200-
verbs:
201-
- create
202-
- delete
203-
- get
204-
- list
205-
- patch
206-
- update
207-
- watch
208-
- apiGroups:
209-
- cluster.x-k8s.io
210-
resources:
211-
- machinesets
212-
verbs:
213-
- get
214-
- list
215-
- patch
216-
- update
217-
- watch
218-
- apiGroups:
219-
- cluster.x-k8s.io
220-
resources:
22182
- machinesets
22283
- machinesets/status
22384
verbs:

controlplane/kubeadm/config/rbac/role.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ rules:
4343
resources:
4444
- clusters
4545
- clusters/status
46-
verbs:
47-
- get
48-
- list
49-
- watch
50-
- apiGroups:
51-
- cluster.x-k8s.io
52-
resources:
5346
- machinepools
5447
verbs:
5548
- get

test/infrastructure/docker/config/rbac/role.yaml

+3-54
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ rules:
88
- ""
99
resources:
1010
- configmaps
11-
verbs:
12-
- get
13-
- list
14-
- watch
15-
- apiGroups:
16-
- ""
17-
resources:
1811
- secrets
1912
verbs:
2013
- get
@@ -36,17 +29,9 @@ rules:
3629
- cluster.x-k8s.io
3730
resources:
3831
- clusters
39-
- machines
40-
- machinesets
41-
verbs:
42-
- get
43-
- list
44-
- watch
45-
- apiGroups:
46-
- cluster.x-k8s.io
47-
resources:
4832
- machinepools
4933
- machinepools/status
34+
- machinesets
5035
verbs:
5136
- get
5237
- list
@@ -64,45 +49,7 @@ rules:
6449
- infrastructure.cluster.x-k8s.io
6550
resources:
6651
- dockerclusters
67-
verbs:
68-
- create
69-
- delete
70-
- get
71-
- list
72-
- patch
73-
- update
74-
- watch
75-
- apiGroups:
76-
- infrastructure.cluster.x-k8s.io
77-
resources:
78-
- dockerclusters/status
79-
verbs:
80-
- get
81-
- patch
82-
- update
83-
- apiGroups:
84-
- infrastructure.cluster.x-k8s.io
85-
resources:
8652
- dockermachinepools
87-
verbs:
88-
- create
89-
- delete
90-
- get
91-
- list
92-
- patch
93-
- update
94-
- watch
95-
- apiGroups:
96-
- infrastructure.cluster.x-k8s.io
97-
resources:
98-
- dockermachinepools/status
99-
verbs:
100-
- get
101-
- patch
102-
- update
103-
- apiGroups:
104-
- infrastructure.cluster.x-k8s.io
105-
resources:
10653
- dockermachines
10754
verbs:
10855
- create
@@ -115,6 +62,8 @@ rules:
11562
- apiGroups:
11663
- infrastructure.cluster.x-k8s.io
11764
resources:
65+
- dockerclusters/status
66+
- dockermachinepools/status
11867
- dockermachines/status
11968
verbs:
12069
- get

test/infrastructure/inmemory/config/rbac/role.yaml

+1-27
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ rules:
2424
- subjectaccessreviews
2525
verbs:
2626
- create
27-
- apiGroups:
28-
- cluster.x-k8s.io
29-
resources:
30-
- clusters
31-
verbs:
32-
- get
33-
- list
34-
- watch
3527
- apiGroups:
3628
- cluster.x-k8s.io
3729
resources:
@@ -46,25 +38,6 @@ rules:
4638
- infrastructure.cluster.x-k8s.io
4739
resources:
4840
- inmemoryclusters
49-
verbs:
50-
- create
51-
- delete
52-
- get
53-
- list
54-
- patch
55-
- update
56-
- watch
57-
- apiGroups:
58-
- infrastructure.cluster.x-k8s.io
59-
resources:
60-
- inmemoryclusters/status
61-
verbs:
62-
- get
63-
- patch
64-
- update
65-
- apiGroups:
66-
- infrastructure.cluster.x-k8s.io
67-
resources:
6841
- inmemorymachines
6942
verbs:
7043
- create
@@ -77,6 +50,7 @@ rules:
7750
- apiGroups:
7851
- infrastructure.cluster.x-k8s.io
7952
resources:
53+
- inmemoryclusters/status
8054
- inmemorymachines/status
8155
verbs:
8256
- get

0 commit comments

Comments
 (0)