Package org.cdk8s.plus28.k8s
Class StatefulSetOrdinals.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.StatefulSetOrdinals.Jsii$Proxy
-
- All Implemented Interfaces:
StatefulSetOrdinals,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StatefulSetOrdinals
@Stability(Stable) @Internal public static final class StatefulSetOrdinals.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StatefulSetOrdinals
An implementation forStatefulSetOrdinals
-
-
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.plus28.k8s.StatefulSetOrdinals
StatefulSetOrdinals.Builder, StatefulSetOrdinals.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StatefulSetOrdinals.Builder builder)Constructor that initializes the object based on literal property values passed by theStatefulSetOrdinals.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)NumbergetStart()start is the number representing the first replica's index.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(StatefulSetOrdinals.Builder builder)
Constructor that initializes the object based on literal property values passed by theStatefulSetOrdinals.Builder.
-
-
Method Detail
-
getStart
public final Number getStart()
Description copied from interface:StatefulSetOrdinalsstart is the number representing the first replica's index.It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range: [.spec.ordinals.start, .spec.ordinals.start + .spec.replicas). If unset, defaults to 0. Replica indices will be in the range: [0, .spec.replicas).
- Specified by:
getStartin interfaceStatefulSetOrdinals
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-