opa gatekeeper v3.23.1

ModifySet.spec.applyTo

ApplyTo lists the specific groups, versions and kinds a mutation will be applied to. This is necessary because every mutation implies part of an object schema and object schemas are associated with specific GVKs.

4 fields
ModifySet.spec.applyTo fields and descriptions
Field / TypeDescription
string[]

No description provided.

string[]

No description provided.

string[]

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.

string[]

No description provided.