-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.yml
More file actions
42 lines (42 loc) · 1.69 KB
/
Copy path.yml
File metadata and controls
42 lines (42 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
- apiGroups: [""]
resources: [configmaps, events, persistentvolumeclaims, secrets, serviceaccounts, services]
verbs: [create, delete, get, list, patch, update, watch]
- apiGroups: [""]
resources: [pods]
verbs: [get, list, watch]
- apiGroups: [apps]
resources: [deployments, statefulsets]
verbs: [create, delete, get, list, patch, update, watch]
- apiGroups: [autoscaling]
resources: [horizontalpodautoscalers]
verbs: [create, delete, get, list, patch, update, watch]
- apiGroups: [batch]
resources: [cronjobs, jobs]
verbs: [create, delete, get, list, patch, update, watch]
- apiGroups: [hermes.agent]
resources: [hermesclusterdefaults]
verbs: [get, list, patch, update, watch]
- apiGroups: [hermes.agent]
resources: [hermesclusterdefaults/status, hermesinstances/status, hermesselfconfigs/status]
verbs: [get, patch, update]
- apiGroups: [hermes.agent]
resources: [hermesinstances, hermesselfconfigs]
verbs: [create, delete, get, list, patch, update, watch]
- apiGroups: [hermes.agent]
resources: [hermesinstances/finalizers, hermesselfconfigs/finalizers]
verbs: [update]
- apiGroups: [monitoring.coreos.com]
resources: [prometheusrules, servicemonitors]
verbs: [create, delete, get, list, patch, update, watch]
- apiGroups: [networking.k8s.io]
resources: [ingresses, networkpolicies]
verbs: [create, delete, get, list, patch, update, watch]
- apiGroups: [openclaw.rocks]
resources: [openclawinstances]
verbs: [get, list, watch]
- apiGroups: [policy]
resources: [poddisruptionbudgets]
verbs: [create, delete, get, list, patch, update, watch]
- apiGroups: [rbac.authorization.k8s.io]
resources: [rolebindings, roles]
verbs: [create, delete, get, list, patch, update, watch]