config/components/rbac/job_editor_role.yaml (26 lines of code) (raw):

# permissions for end users to edit jobs. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: job-editor-role labels: rbac.kueue.x-k8s.io/batch-admin: "true" rbac.kueue.x-k8s.io/batch-user: "true" rules: - apiGroups: - batch resources: - jobs verbs: - create - delete - get - list - patch - update - watch - apiGroups: - batch resources: - jobs/status verbs: - get