Uses of Class
org.cdk8s.plus23.DeploymentStrategy
-
-
Uses of DeploymentStrategy in org.cdk8s.plus23
Methods in org.cdk8s.plus23 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.plus23 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()
-