Class V1alpha1Mutation
java.lang.Object
io.kubernetes.client.openapi.models.V1alpha1Mutation
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-12T23:08:31.638427Z[Etc/UTC]")
public class V1alpha1Mutation
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
(V1alpha1ApplyConfiguration applyConfiguration) boolean
Get applyConfigurationGet jsonPatchpatchType indicates the patch strategy used.int
hashCode()
jsonPatch
(V1alpha1JSONPatch jsonPatch) void
setApplyConfiguration
(V1alpha1ApplyConfiguration applyConfiguration) void
setJsonPatch
(V1alpha1JSONPatch jsonPatch) void
setPatchType
(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
-
V1alpha1Mutation
public V1alpha1Mutation()
-
-
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
-