--- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: creationTimestamp: null name: manager-role rules: - apiGroups: - apps resources: - deployments verbs: - create - delete - get - list - patch - update - watch - apiGroups: - "" resources: - configmaps - services verbs: - create - delete - get - list - patch - update - watch - apiGroups: - "" resources: - pods verbs: - create - delete - get - list - patch - update - watch - apiGroups: - infrastructure.vexxhost.cloud resources: - mcrouters verbs: - create - delete - get - list - patch - update - watch - apiGroups: - infrastructure.vexxhost.cloud resources: - mcrouters/status verbs: - get - patch - update - apiGroups: - infrastructure.vexxhost.cloud resources: - memcacheds verbs: - create - delete - get - list - patch - update - watch - apiGroups: - infrastructure.vexxhost.cloud resources: - memcacheds/status verbs: - get - patch - update