Upgrade ironic, baremetal-operator, cluster-api
[icn.git] / deploy / baremetal-operator / base / rbac / role.yaml
1
2 ---
3 apiVersion: rbac.authorization.k8s.io/v1
4 kind: ClusterRole
5 metadata:
6   creationTimestamp: null
7   name: manager-role
8 rules:
9 - apiGroups:
10   - ""
11   resources:
12   - events
13   verbs:
14   - create
15   - get
16   - list
17   - patch
18   - update
19   - watch
20 - apiGroups:
21   - ""
22   resources:
23   - secrets
24   verbs:
25   - get
26   - list
27   - update
28   - watch
29 - apiGroups:
30   - metal3.io
31   resources:
32   - baremetalhosts
33   verbs:
34   - create
35   - delete
36   - get
37   - list
38   - patch
39   - update
40   - watch
41 - apiGroups:
42   - metal3.io
43   resources:
44   - baremetalhosts/status
45   verbs:
46   - get
47   - patch
48   - update
49 - apiGroups:
50   - metal3.io
51   resources:
52   - bmceventsubscriptions
53   verbs:
54   - create
55   - delete
56   - get
57   - list
58   - patch
59   - update
60   - watch
61 - apiGroups:
62   - metal3.io
63   resources:
64   - bmceventsubscriptions/status
65   verbs:
66   - get
67   - patch
68   - update
69 - apiGroups:
70   - metal3.io
71   resources:
72   - firmwareschemas
73   verbs:
74   - create
75   - delete
76   - get
77   - list
78   - patch
79   - update
80   - watch
81 - apiGroups:
82   - metal3.io
83   resources:
84   - firmwareschemas/status
85   verbs:
86   - get
87   - patch
88   - update
89 - apiGroups:
90   - metal3.io
91   resources:
92   - hostfirmwaresettings
93   verbs:
94   - create
95   - delete
96   - get
97   - list
98   - patch
99   - update
100   - watch
101 - apiGroups:
102   - metal3.io
103   resources:
104   - hostfirmwaresettings/status
105   verbs:
106   - get
107   - patch
108   - update
109 - apiGroups:
110   - metal3.io
111   resources:
112   - preprovisioningimages
113   verbs:
114   - create
115   - delete
116   - get
117   - list
118   - patch
119   - update
120   - watch
121 - apiGroups:
122   - metal3.io
123   resources:
124   - preprovisioningimages/status
125   verbs:
126   - get
127   - patch
128   - update