opa gatekeeper v3.23.1

Assign.spec.match.namespaceSelector.matchExpressions.values.spec.applyTo.operations

Operations specifies which admission operations (CREATE, UPDATE, *) should trigger this mutation. If empty, all operations supported by the mutation webhook are allowed for backward compatibility. The Gatekeeper mutation webhook currently only processes CREATE and UPDATE operations, so those are the only concrete values accepted. DELETE and CONNECT are rejected until the mutation webhook supports them. "*" means all operations the mutation webhook currently supports and will broaden automatically if support for additional operations is added in a future release.

1 fields
Assign.spec.match.namespaceSelector.matchExpressions.values.spec.applyTo.operations fields and descriptions
Field / TypeDescription
Assign.spec.match.namespaceSelector.matchExpressions.values.spec.applyTo.operations
string

OperationType specifies an operation for a request.

  • enum: ["CREATE","UPDATE","*"]