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.63.2 (build a8a8833)", date="2022-08-08T02:54:19.208Z") @Stability(Stable) public class DeploymentStrategy extends software.amazon.jsii.JsiiObject
Deployment strategies.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeploymentStrategy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDeploymentStrategy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeploymentStrategyrecreate()All existing Pods are killed before new ones are created.static DeploymentStrategyrollingUpdate()static DeploymentStrategyrollingUpdate(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()
-
-