
Fresh start for the StarlingX automation framework. Change-Id: Ie265e0791024f45f71faad6315c2b91b022934d1
48 lines
639 B
YAML
48 lines
639 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: calicoctl
|
|
rules:
|
|
- apiGroups:
|
|
- ''
|
|
resources:
|
|
- namespaces
|
|
- nodes
|
|
verbs:
|
|
- get
|
|
- list
|
|
- update
|
|
- apiGroups:
|
|
- ''
|
|
resources:
|
|
- pods
|
|
- serviceaccounts
|
|
verbs:
|
|
- get
|
|
- list
|
|
- apiGroups:
|
|
- ''
|
|
resources:
|
|
- pods/status
|
|
verbs:
|
|
- update
|
|
- apiGroups:
|
|
- crd.projectcalico.org
|
|
resources:
|
|
- bgppeers
|
|
- bgpconfigurations
|
|
- clusterinformations
|
|
- felixconfigurations
|
|
- globalnetworkpolicies
|
|
- globalnetworksets
|
|
- ippools
|
|
- networkpolicies
|
|
- hostendpoints
|
|
verbs:
|
|
- create
|
|
- get
|
|
- list
|
|
- update
|
|
- delete
|
|
|