config/role/staticgatewayconfiguration_editor_role.yaml (23 lines of code) (raw):

# permissions for end users to edit staticgatewayconfigurations. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: staticgatewayconfiguration-editor-role rules: - apiGroups: - egressgateway.kubernetes.azure.com resources: - staticgatewayconfigurations verbs: - create - delete - get - list - patch - update - watch - apiGroups: - egressgateway.kubernetes.azure.com resources: - staticgatewayconfigurations/status verbs: - get