--- # Source: flink-operator/templates/flink-operator.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: creationTimestamp: null name: flink-operator-manager-role rules: - apiGroups: - flinkoperator.k8s.io resources: - flinkclusters verbs: - get - list - watch - create - update - patch - delete - apiGroups: - flinkoperator.k8s.io resources: - flinkclusters/status verbs: - get - update - patch - apiGroups: - apps resources: - deployments - controllerrevisions verbs: - get - list - watch - create - update - patch - delete - apiGroups: - apps resources: - deployments/status verbs: - get - apiGroups: - "" resources: - pods verbs: - get - list - watch - apiGroups: - "" resources: - pods/status verbs: - get - apiGroups: - "" resources: - services verbs: - get - list - watch - create - update - patch - delete - apiGroups: - "" resources: - services/status verbs: - get - apiGroups: - "" resources: - events verbs: - get - list - watch - create - update - patch - delete - apiGroups: - "" resources: - events/status verbs: - get - apiGroups: - "" resources: - configmaps - secrets verbs: - get - list - watch - create - update - patch - delete - apiGroups: - batch resources: - jobs verbs: - get - list - watch - create - update - patch - delete - apiGroups: - batch resources: - jobs/status verbs: - get - apiGroups: - extensions resources: - ingresses verbs: - get - list - watch - create - update - patch - delete - apiGroups: - extensions resources: - ingresses/status verbs: - get - apiGroups: - admissionregistration.k8s.io resources: - mutatingwebhookconfigurations - validatingwebhookconfigurations verbs: - get - list - watch - update - patch --- # Source: flink-operator/templates/flink-operator.yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: flink-operator-proxy-role rules: - apiGroups: - authentication.k8s.io resources: - tokenreviews verbs: - create - apiGroups: - authorization.k8s.io resources: - subjectaccessreviews verbs: - create