You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
reconcile-test/config/rbac/role.yaml

46 lines
592 B

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- test.mashibing.com
resources:
- recons
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- test.mashibing.com
resources:
- recons/finalizers
verbs:
- update
- apiGroups:
- test.mashibing.com
resources:
- recons/status
verbs:
- get
- patch
- update