Skip to main content
Schemaobject

io.k8s.api.admissionregistration.v1.ApplyConfiguration

ApplyConfiguration defines the desired configuration values of an object.

Source
specs/apis__admissionregistration.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
expression string
optional

expression will be evaluated by CEL to create an apply configuration. ref: https://github.com/google/cel-spec Apply configurations are declared in CEL using object initialization. For example, this CEL expression returns an apply configuration to set a single field: Object{ spec: Object.spec{ serviceAccountName: "example" } } Apply configurations may not modify atomic structs, maps or arrays due to the risk of accidental deletion of values not included in the apply configuration. CEL expres…