ModifySet.spec.applyTo[]
MutationApplyTo extends ApplyTo with operation filtering for mutations. This type is used by mutation resources (Assign, AssignImage, ModifySet) to specify which GVKs and admission operations trigger the mutation.
| 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. |