# permissions for end users to edit anesthesianodes. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: labels: app.kubernetes.io/name: clusterrole app.kubernetes.io/instance: anesthesianode-editor-role app.kubernetes.io/component: rbac app.kubernetes.io/created-by: kube-anesthesia-operator app.kubernetes.io/part-of: kube-anesthesia-operator app.kubernetes.io/managed-by: kustomize name: anesthesianode-editor-role rules: - apiGroups: - anesthesia.k3s.fr resources: - anesthesianodes verbs: - create - delete - get - list - patch - update - watch - apiGroups: - anesthesia.k3s.fr resources: - anesthesianodes/status verbs: - get