Uses of Class
org.cdk8s.plus25.DeploymentStrategyRollingUpdateOptions.Builder
-
Packages that use DeploymentStrategyRollingUpdateOptions.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of DeploymentStrategyRollingUpdateOptions.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return DeploymentStrategyRollingUpdateOptions.Builder Modifier and Type Method Description static DeploymentStrategyRollingUpdateOptions.BuilderDeploymentStrategyRollingUpdateOptions. builder()DeploymentStrategyRollingUpdateOptions.BuilderDeploymentStrategyRollingUpdateOptions.Builder. maxSurge(PercentOrAbsolute maxSurge)Sets the value ofDeploymentStrategyRollingUpdateOptions.getMaxSurge()DeploymentStrategyRollingUpdateOptions.BuilderDeploymentStrategyRollingUpdateOptions.Builder. maxUnavailable(PercentOrAbsolute maxUnavailable)Sets the value ofDeploymentStrategyRollingUpdateOptions.getMaxUnavailable()Constructors in org.cdk8s.plus25 with parameters of type DeploymentStrategyRollingUpdateOptions.Builder Constructor Description Jsii$Proxy(DeploymentStrategyRollingUpdateOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theDeploymentStrategyRollingUpdateOptions.Builder.
-