opa gatekeeper v3.23.1

ModifySet.spec.match.labelSelector.matchExpressions.values.spec

ModifySetSpec defines the desired state of ModifySet.

4 fields
ModifySet.spec.match.labelSelector.matchExpressions.values.spec fields and descriptions
Field / TypeDescription
object[]

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
string

Location describes the path to be mutated, for example: `spec.containers[name: main].args`.

object

Match allows the user to limit which resources get mutated. Individual match criteria are AND-ed together. An undefined match criteria matches everything.

object

Parameters define the behavior of the mutator.