github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/config/rbac/dataprotection_backuptool_editor_role.yaml (about)

     1  # permissions for end users to edit backuptools.
     2  apiVersion: rbac.authorization.k8s.io/v1
     3  kind: ClusterRole
     4  metadata:
     5    name: backuptool-editor-role
     6  rules:
     7  - apiGroups:
     8    - dataprotection.kubeblocks.io
     9    resources:
    10    - backuptools
    11    verbs:
    12    - create
    13    - delete
    14    - get
    15    - list
    16    - patch
    17    - update
    18    - watch
    19  - apiGroups:
    20    - dataprotection.kubeblocks.io
    21    resources:
    22    - backuptools/status
    23    verbs:
    24    - get