Move wait_for to common.sh
[icn.git] / deploy / metal3 / scripts / bmo / rbac / role.yaml
1 apiVersion: rbac.authorization.k8s.io/v1
2 kind: ClusterRole
3 metadata:
4   creationTimestamp: null
5   name: metal3-baremetal-operator
6 rules:
7 - apiGroups:
8   - ""
9   resources:
10   - configmaps
11   verbs:
12   - list
13   - get
14   - create
15   - update
16 - apiGroups:
17   - ""
18   resources:
19   - secrets
20   verbs:
21   - watch
22   - list
23   - update
24 - apiGroups:
25   - ""
26   resources:
27   - events
28   verbs:
29   - create
30 - apiGroups:
31   - ""
32   resources:
33   - namespaces
34   verbs:
35   - get
36 - apiGroups:
37   - monitoring.coreos.com
38   resources:
39   - servicemonitors
40   verbs:
41   - get
42   - create
43 - apiGroups:
44   - metal3.io
45   resources:
46   - baremetalhosts
47   verbs:
48   - create
49   - delete
50   - get
51   - list
52   - patch
53   - update
54   - watch
55 - apiGroups:
56   - metal3.io
57   resources:
58   - baremetalhosts/status
59   verbs:
60   - get
61   - patch
62   - update