opa gatekeeper v3.23.1

AssignMetadata.spec.match.excludedNamespaces[]

A string that supports globbing at its front and end. Ex: "kube-*" will match "kube-system" or "kube-public", "*-system" will match "kube-system" or "gatekeeper-system", "*system*" will match "system-kube" or "kube-system". The asterisk is required for wildcard matching.

1 fields
AssignMetadata.spec.match.excludedNamespaces[] fields and descriptions
Field / TypeDescription
AssignMetadata.spec.match.excludedNamespaces[]
string

A string that supports globbing at its front and end. Ex: "kube-*" will match "kube-system" or "kube-public", "*-system" will match "kube-system" or "gatekeeper-system", "*system*" will match "system-kube" or "kube-system". The asterisk is required for wildcard matching.

  • pattern: ^\*?[-:a-z0-9]*\*?$