python/kubernetes/docs/V1alpha1Mutation.md
2024-12-17 17:23:52 +00:00

722 B

V1alpha1Mutation

Mutation specifies the CEL expression which is used to apply the Mutation.

Properties

Name Type Description Notes
apply_configuration V1alpha1ApplyConfiguration [optional]
json_patch V1alpha1JSONPatch [optional]
patch_type str patchType indicates the patch strategy used. Allowed values are "ApplyConfiguration" and "JSONPatch". Required.

[Back to Model list] [Back to API list] [Back to README]