--- 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: - test.mashibing.com resources: - recons verbs: - create - delete - get - list - patch - update - watch - apiGroups: - test.mashibing.com resources: - recons/finalizers verbs: - update - apiGroups: - test.mashibing.com resources: - recons/status verbs: - get - patch - update