apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: creationTimestamp: null name: manager-role rules: - apiGroups: - networking.istio.io resources: - virtualservices verbs: - get - list - watch - create - update - patch - delete - apiGroups: - networking.istio.io resources: - virtualservices/status verbs: - get - list - watch - create - update - patch - delete - apiGroups: - servicemesh.kubesphere.io resources: - strategies verbs: - get - list - watch - create - update - patch - delete - apiGroups: - servicemesh.kubesphere.io resources: - strategies/status verbs: - get - update - patch - apiGroups: - admissionregistration.k8s.io resources: - mutatingwebhookconfigurations - validatingwebhookconfigurations verbs: - get - list - watch - create - update - patch - delete - apiGroups: - "" resources: - secrets verbs: - get - list - watch - create - update - patch - delete - apiGroups: - "" resources: - services verbs: - get - list - watch - create - update - patch - delete