# permissions for end users to edit serviceexports. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: serviceexport-editor-role rules: - apiGroups: - multicluster.x-k8s.io resources: - serviceexports verbs: - create - delete - get - list - patch - update - watch - apiGroups: - multicluster.x-k8s.io resources: - serviceexports/status verbs: - get