Files
test/resources/cloud_platform/nightly_regression/calicoctl_cr.yaml
croy 82d417b9e6 New StarlingX Automation Framework
Fresh start for the StarlingX automation framework.

Change-Id: Ie265e0791024f45f71faad6315c2b91b022934d1
2024-11-29 16:01:57 -05:00

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