sigs.k8s.io/kueue@v0.6.2/config/components/rbac/mpijob_editor_role.yaml (about)

     1  # permissions for end users to edit jobs.
     2  apiVersion: rbac.authorization.k8s.io/v1
     3  kind: ClusterRole
     4  metadata:
     5    name: mpijob-editor-role
     6    labels:
     7      rbac.kueue.x-k8s.io/batch-admin: "true"
     8      rbac.kueue.x-k8s.io/batch-user: "true"
     9  rules:
    10  - apiGroups:
    11    - kubeflow.org
    12    resources:
    13    - mpijobs
    14    verbs:
    15    - create
    16    - delete
    17    - get
    18    - list
    19    - patch
    20    - update
    21    - watch
    22  - apiGroups:
    23    - kubeflow.org
    24    resources:
    25    - mpijobs/status
    26    verbs:
    27    - get