Package org.cdk8s.plus24
Class DeploymentStrategy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.DeploymentStrategy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-25T20:54:33.637Z") @Stability(Stable) public class DeploymentStrategy extends software.amazon.jsii.JsiiObject
Deployment strategies.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DeploymentStrategy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
protected
DeploymentStrategy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeploymentStrategy
recreate()
All existing Pods are killed before new ones are created.static DeploymentStrategy
rollingUpdate()
static DeploymentStrategy
rollingUpdate(DeploymentStrategyRollingUpdateOptions options)
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
recreate
@Stability(Stable) @NotNull public static DeploymentStrategy recreate()
All existing Pods are killed before new ones are created.
-
rollingUpdate
@Stability(Stable) @NotNull public static DeploymentStrategy rollingUpdate(@Nullable DeploymentStrategyRollingUpdateOptions options)
- Parameters:
options
-
-
rollingUpdate
@Stability(Stable) @NotNull public static DeploymentStrategy rollingUpdate()
-
-