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

     1  # permissions for end users to run jobs.
     2  apiVersion: rbac.authorization.k8s.io/v1
     3  kind: ClusterRole
     4  metadata:
     5    name: batch-user-role
     6  aggregationRule:
     7    clusterRoleSelectors:
     8    - matchLabels:
     9        rbac.kueue.x-k8s.io/batch-user: "true"