Uses of Interface
org.cdk8s.plus25.k8s.DeploymentStrategy
-
Packages that use DeploymentStrategy Package Description org.cdk8s.plus25.k8s -
-
Uses of DeploymentStrategy in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement DeploymentStrategy Modifier and Type Class Description static classDeploymentStrategy.Jsii$ProxyAn implementation forDeploymentStrategyMethods in org.cdk8s.plus25.k8s that return DeploymentStrategy Modifier and Type Method Description DeploymentStrategyDeploymentStrategy.Builder. build()Builds the configured instance.default DeploymentStrategyDeploymentSpec. getStrategy()The deployment strategy to use to replace existing pods with new ones.DeploymentStrategyDeploymentSpec.Jsii$Proxy. getStrategy()Methods in org.cdk8s.plus25.k8s with parameters of type DeploymentStrategy Modifier and Type Method Description DeploymentSpec.BuilderDeploymentSpec.Builder. strategy(DeploymentStrategy strategy)Sets the value ofDeploymentSpec.getStrategy()
-