Uses of Class
org.cdk8s.plus25.DeploymentStrategy
-
Packages that use DeploymentStrategy Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of DeploymentStrategy in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return DeploymentStrategy Modifier and Type Method Description DeploymentStrategyDeployment. getStrategy()default DeploymentStrategyDeploymentProps. getStrategy()Specifies the strategy used to replace old Pods by new ones.DeploymentStrategyDeploymentProps.Jsii$Proxy. getStrategy()static DeploymentStrategyDeploymentStrategy. recreate()All existing Pods are killed before new ones are created.static DeploymentStrategyDeploymentStrategy. rollingUpdate()static DeploymentStrategyDeploymentStrategy. rollingUpdate(DeploymentStrategyRollingUpdateOptions options)Methods in org.cdk8s.plus25 with parameters of type DeploymentStrategy Modifier and Type Method Description Deployment.BuilderDeployment.Builder. strategy(DeploymentStrategy strategy)Specifies the strategy used to replace old Pods by new ones.DeploymentProps.BuilderDeploymentProps.Builder. strategy(DeploymentStrategy strategy)Sets the value ofDeploymentProps.getStrategy()
-