ModifySet.spec.match.namespaceSelector.matchExpressions[].values.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.
| Field / Type | Description |
|---|---|
No description provided. | |
No description provided. | |
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. | |
No description provided. |