clusterforge/kuberay-operator/ClusterRole_rayjob-editor-role.yaml
2025-10-06 09:34:03 +00:00

28 lines
472 B
YAML

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
app.kubernetes.io/instance: kuberay-operator
app.kubernetes.io/name: kuberay-operator
name: rayjob-editor-role
rules:
- apiGroups:
- ray.io
resources:
- rayjobs
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ray.io
resources:
- rayjobs/status
verbs:
- get