...
1apiVersion: rbac.authorization.k8s.io/v1
2kind: ClusterRole
3metadata:
4 name: terminalctl
5rules:
6- resources:
7 - configmaps
8 apiGroups:
9 - ""
10 verbs:
11 - get
12 - list
13 - watch
14- resources:
15 - configconnectors
16 apiGroups:
17 - core.cnrm.cloud.google.com
18 verbs:
19 - create
20 - patch
21 - update
22 - watch
23- resources:
24 - ienodes
25 apiGroups:
26 - dsds.edge.ncr.com
27 verbs:
28 - create
29 - get
30 - list
31 - patch
32 - update
33 - watch
34- resources:
35 - ienodes/status
36 apiGroups:
37 - dsds.edge.ncr.com
38 verbs:
39 - get
40 - patch
41 - update
42- resources:
43 - clusters
44 apiGroups:
45 - edge.ncr.com
46 verbs:
47 - get
48 - list
49 - watch
50- resources:
51 - syncedobjects
52 apiGroups:
53 - edge.ncr.com
54 verbs:
55 - create
56 - delete
57 - get
58 - list
59 - patch
60 - update
61 - watch
62- resources:
63 - iampartialpolicies
64 apiGroups:
65 - iam.cnrm.cloud.google.com
66 verbs:
67 - create
68 - delete
69 - get
70 - list
71 - patch
72 - update
73- resources:
74 - pubsubsubscriptions
75 apiGroups:
76 - pubsub.cnrm.cloud.google.com
77 verbs:
78 - create
79 - delete
80 - get
81 - list
82 - patch
83 - update
View as plain text