Uses of Class
org.cdk8s.plus20.DeploymentStrategy
-
-
Uses of DeploymentStrategy in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return DeploymentStrategy Modifier and Type Method Description DeploymentStrategyDeployment. getStrategy()The upgrade strategy of this deployment.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.plus20 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()
-