config/rbac/role.yaml (91 lines of code) (raw):
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: manager-role
rules:
- apiGroups:
- apps
resources:
- deployments
verbs:
- get
- list
- update
- watch
- apiGroups:
- apps
resources:
- replicasets
verbs:
- get
- list
- update
- watch
- apiGroups:
- apps
resources:
- statefulsets
verbs:
- get
- list
- update
- watch
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods/status
verbs:
- update
- apiGroups:
- eviction-autoscaler.azure.com
resources:
- evictionautoscalers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- eviction-autoscaler.azure.com
resources:
- evictionautoscalers/finalizers
verbs:
- update
- apiGroups:
- eviction-autoscaler.azure.com
resources:
- evictionautoscalers/status
verbs:
- get
- patch
- update
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- create
- get
- list
- update
- watch