sigs.k8s.io/kueue@v0.6.2/config/components/rbac/batch_admin_role.yaml (about) 1 # permissions for end users to manage all kueue objects. 2 apiVersion: rbac.authorization.k8s.io/v1 3 kind: ClusterRole 4 metadata: 5 name: batch-admin-role 6 aggregationRule: 7 clusterRoleSelectors: 8 - matchLabels: 9 rbac.kueue.x-k8s.io/batch-admin: "true"