opa gatekeeper v3.23.1
ModifySet.spec.match.labelSelector.matchExpressions[].values.spec
ModifySetSpec defines the desired state of ModifySet.
| Field / Type | Description |
|---|---|
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. | |
location | Location describes the path to be mutated, for example: `spec.containers[name: main].args`. |
Match allows the user to limit which resources get mutated. Individual match criteria are AND-ed together. An undefined match criteria matches everything. | |
Parameters define the behavior of the mutator. |