Class V1beta1Mutation
java.lang.Object
io.kubernetes.client.openapi.models.V1beta1Mutation
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-09-12T23:11:52.603861Z[Etc/UTC]")
public class V1beta1Mutation
extends Object
Mutation specifies the CEL expression which is used to apply the Mutation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyConfiguration(V1beta1ApplyConfiguration applyConfiguration) booleanGet applyConfigurationGet jsonPatchpatchType indicates the patch strategy used.inthashCode()jsonPatch(V1beta1JSONPatch jsonPatch) voidsetApplyConfiguration(V1beta1ApplyConfiguration applyConfiguration) voidsetJsonPatch(V1beta1JSONPatch jsonPatch) voidsetPatchType(String patchType) toString()
-
Field Details
-
SERIALIZED_NAME_APPLY_CONFIGURATION
- See Also:
-
SERIALIZED_NAME_JSON_PATCH
- See Also:
-
SERIALIZED_NAME_PATCH_TYPE
- See Also:
-
-
Constructor Details
-
V1beta1Mutation
public V1beta1Mutation()
-
-
Method Details
-
applyConfiguration
-
getApplyConfiguration
Get applyConfiguration- Returns:
- applyConfiguration
-
setApplyConfiguration
-
jsonPatch
-
getJsonPatch
Get jsonPatch- Returns:
- jsonPatch
-
setJsonPatch
-
patchType
-
getPatchType
patchType indicates the patch strategy used. Allowed values are \"ApplyConfiguration\" and \"JSONPatch\". Required.- Returns:
- patchType
-
setPatchType
-
equals
-
hashCode
public int hashCode() -
toString
-