zelda/backend/config/rbac/zcustomhost_editor_role.yaml

32 lines
638 B
YAML
Raw Normal View History

2024-11-19 16:57:27 +08:00
# permissions for end users to edit zcustomhosts.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
app.kubernetes.io/name: clusterrole
app.kubernetes.io/instance: zcustomhost-editor-role
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: zelda
app.kubernetes.io/part-of: zelda
app.kubernetes.io/managed-by: kustomize
name: zcustomhost-editor-role
rules:
- apiGroups:
- zelda.io
resources:
- zcustomhosts
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- zelda.io
resources:
- zcustomhosts/status
verbs:
- get