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

     1  # permissions for end users to edit resourceflavors.
     2  apiVersion: rbac.authorization.k8s.io/v1
     3  kind: ClusterRole
     4  metadata:
     5    name: resourceflavor-editor-role
     6    labels:
     7      rbac.kueue.x-k8s.io/batch-admin: "true"
     8  rules:
     9  - apiGroups:
    10    - kueue.x-k8s.io
    11    resources:
    12    - resourceflavors
    13    verbs:
    14    - create
    15    - delete
    16    - get
    17    - list
    18    - patch
    19    - update
    20    - watch