Class DeploymentStrategyPatch
- java.lang.Object
-
- com.pulumi.kubernetes.apps.v1.outputs.DeploymentStrategyPatch
-
public final class DeploymentStrategyPatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeploymentStrategyPatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeploymentStrategyPatch.Builder
builder()
static DeploymentStrategyPatch.Builder
builder(DeploymentStrategyPatch defaults)
java.util.Optional<RollingUpdateDeploymentPatch>
rollingUpdate()
java.util.Optional<java.lang.String>
type()
-
-
-
Method Detail
-
rollingUpdate
public java.util.Optional<RollingUpdateDeploymentPatch> rollingUpdate()
- Returns:
- Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
-
type
public java.util.Optional<java.lang.String> type()
- Returns:
- Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
-
builder
public static DeploymentStrategyPatch.Builder builder()
-
builder
public static DeploymentStrategyPatch.Builder builder(DeploymentStrategyPatch defaults)
-
-