Class V1alpha1Mutation
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1Mutation
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
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) Set applyConfiguration in a chainable fashion.boolean
patchType indicates the patch strategy used.int
hashCode()
jsonPatch
(V1alpha1JSONPatch jsonPatch) Set jsonPatch in a chainable fashion.Set patchType in a chainable fashion.void
setApplyConfiguration
(V1alpha1ApplyConfiguration applyConfiguration) Set the applyConfiguration property valuevoid
setJsonPatch
(V1alpha1JSONPatch jsonPatch) Set the jsonPatch property valuevoid
setPatchType
(String patchType) Set the patchType property valuetoString()
-
Field Details
-
JSON_PROPERTY_PATCH_TYPE
- See Also:
-
JSON_PROPERTY_APPLY_CONFIGURATION
- See Also:
-
JSON_PROPERTY_JSON_PATCH
- See Also:
-
-
Constructor Details
-
V1alpha1Mutation
-
-
Method Details
-
getPatchType
patchType indicates the patch strategy used. Allowed values are \"ApplyConfiguration\" and \"JSONPatch\". Required.- Returns:
- the patchType property value
-
setPatchType
Set the patchType property value- Parameters:
patchType
- property value to set
-
patchType
Set patchType in a chainable fashion.- Returns:
- The same instance of V1alpha1Mutation for chaining.
-
getApplyConfiguration
- Returns:
- the applyConfiguration property value
-
setApplyConfiguration
Set the applyConfiguration property value- Parameters:
applyConfiguration
- property value to set
-
applyConfiguration
Set applyConfiguration in a chainable fashion.- Returns:
- The same instance of V1alpha1Mutation for chaining.
-
getJsonPatch
- Returns:
- the jsonPatch property value
-
setJsonPatch
Set the jsonPatch property value- Parameters:
jsonPatch
- property value to set
-
jsonPatch
Set jsonPatch in a chainable fashion.- Returns:
- The same instance of V1alpha1Mutation for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-