apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: labels: app.kubernetes.io/instance: seldon-core-operator app.kubernetes.io/managed-by: Tiller app.kubernetes.io/name: seldon-core-operator helm.sh/chart: seldon-core-operator-0.4.1 name: seldon-operator-manager-role rules: - apiGroups: - apps resources: - deployments verbs: - get - list - watch - create - update - patch - delete - apiGroups: - apps resources: - deployments/status verbs: - get - update - patch - apiGroups: - v1 resources: - services verbs: - get - list - watch - create - update - patch - delete - apiGroups: - v1 resources: - services/status verbs: - get - update - patch - apiGroups: - networking.istio.io resources: - virtualservices verbs: - get - list - watch - create - update - patch - delete - apiGroups: - networking.istio.io resources: - virtualservices/status verbs: - get - update - patch - apiGroups: - networking.istio.io resources: - destinationrules verbs: - get - list - watch - create - update - patch - delete - apiGroups: - networking.istio.io resources: - destinationrules/status verbs: - get - update - patch - apiGroups: - autoscaling resources: - horizontalpodautoscalers verbs: - get - list - watch - create - update - patch - delete - apiGroups: - autoscaling resources: - horizontalpodautoscalers/status verbs: - get - update - patch - apiGroups: - machinelearning.seldon.io resources: - seldondeployments verbs: - get - list - watch - create - update - patch - delete - apiGroups: - machinelearning.seldon.io resources: - seldondeployments/status verbs: - get - update - patch - apiGroups: - machinelearning.seldon.io resources: - seldondeployments/finalizers 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: - configmaps verbs: - get - list - watch - apiGroups: - "" resources: - serviceaccounts verbs: - get - list - watch - apiGroups: - "" resources: - services verbs: - get - list - watch - create - update - patch - delete