Package org.cdk8s.plus25
Class StatefulSetUpdateStrategyRollingUpdateOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.StatefulSetUpdateStrategyRollingUpdateOptions.Jsii$Proxy
-
- All Implemented Interfaces:
StatefulSetUpdateStrategyRollingUpdateOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StatefulSetUpdateStrategyRollingUpdateOptions
@Stability(Stable) @Internal public static final class StatefulSetUpdateStrategyRollingUpdateOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StatefulSetUpdateStrategyRollingUpdateOptions
An implementation forStatefulSetUpdateStrategyRollingUpdateOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus25.StatefulSetUpdateStrategyRollingUpdateOptions
StatefulSetUpdateStrategyRollingUpdateOptions.Builder, StatefulSetUpdateStrategyRollingUpdateOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StatefulSetUpdateStrategyRollingUpdateOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theStatefulSetUpdateStrategyRollingUpdateOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetPartition()If specified, all Pods with an ordinal that is greater than or equal to the partition will be updated when the StatefulSet's .spec.template is updated.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(StatefulSetUpdateStrategyRollingUpdateOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theStatefulSetUpdateStrategyRollingUpdateOptions.Builder.
-
-
Method Detail
-
getPartition
public final Number getPartition()
Description copied from interface:StatefulSetUpdateStrategyRollingUpdateOptionsIf specified, all Pods with an ordinal that is greater than or equal to the partition will be updated when the StatefulSet's .spec.template is updated. All Pods with an ordinal that is less than the partition will not be updated, and, even if they are deleted, they will be recreated at the previous version.If the partition is greater than replicas, updates to the pod template will not be propagated to Pods. In most cases you will not need to use a partition, but they are useful if you want to stage an update, roll out a canary, or perform a phased roll out.
Default: 0
- Specified by:
getPartitionin interfaceStatefulSetUpdateStrategyRollingUpdateOptions- See Also:
- https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#partitions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-