Package org.cdk8s.plus25.k8s
Class DeploymentStrategy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.DeploymentStrategy.Jsii$Proxy
-
- All Implemented Interfaces:
DeploymentStrategy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DeploymentStrategy
@Stability(Stable) @Internal public static final class DeploymentStrategy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeploymentStrategy
An implementation forDeploymentStrategy
-
-
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.k8s.DeploymentStrategy
DeploymentStrategy.Builder, DeploymentStrategy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DeploymentStrategy.Builder builder)Constructor that initializes the object based on literal property values passed by theDeploymentStrategy.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)RollingUpdateDeploymentgetRollingUpdate()Rolling update config params.StringgetType()Type of deployment.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(DeploymentStrategy.Builder builder)
Constructor that initializes the object based on literal property values passed by theDeploymentStrategy.Builder.
-
-
Method Detail
-
getRollingUpdate
public final RollingUpdateDeployment getRollingUpdate()
Description copied from interface:DeploymentStrategyRolling update config params.Present only if DeploymentStrategyType = RollingUpdate.
- Specified by:
getRollingUpdatein interfaceDeploymentStrategy
-
getType
public final String getType()
Description copied from interface:DeploymentStrategyType of deployment.Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
Default: RollingUpdate.
- Specified by:
getTypein interfaceDeploymentStrategy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-