Uses of Class
io.fabric8.kubernetes.api.model.apps.DeploymentStrategy
-
-
Uses of DeploymentStrategy in io.fabric8.kubernetes.api.model.apps
Methods in io.fabric8.kubernetes.api.model.apps that return DeploymentStrategy Modifier and Type Method Description DeploymentStrategyDeploymentStrategyBuilder. build()DeploymentStrategyDeploymentSpecFluent. buildStrategy()DeploymentStrategyDeploymentSpec. getStrategy()DeploymentSpec is the specification of the desired behavior of the Deployment.Methods in io.fabric8.kubernetes.api.model.apps with parameters of type DeploymentStrategy Modifier and Type Method Description protected voidDeploymentStrategyFluent. copyInstance(DeploymentStrategy instance)DeploymentSpecFluent.StrategyNested<A>DeploymentSpecFluent. editOrNewStrategyLike(DeploymentStrategy item)voidDeploymentSpec. setStrategy(DeploymentStrategy strategy)DeploymentSpec is the specification of the desired behavior of the Deployment.DeploymentSpecFluent.StrategyNested<A>DeploymentSpecFluent. withNewStrategyLike(DeploymentStrategy item)ADeploymentSpecFluent. withStrategy(DeploymentStrategy strategy)Constructors in io.fabric8.kubernetes.api.model.apps with parameters of type DeploymentStrategy Constructor Description DeploymentSpec(Integer minReadySeconds, Boolean paused, Integer progressDeadlineSeconds, Integer replicas, Integer revisionHistoryLimit, io.fabric8.kubernetes.api.model.LabelSelector selector, DeploymentStrategy strategy, io.fabric8.kubernetes.api.model.PodTemplateSpec template)DeploymentStrategyBuilder(DeploymentStrategy instance)DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent, DeploymentStrategy instance)DeploymentStrategyFluent(DeploymentStrategy instance)
-