Uses of Class
io.fabric8.openshift.api.model.DeploymentStrategy
-
Packages that use DeploymentStrategy Package Description io.fabric8.openshift.api.model -
-
Uses of DeploymentStrategy in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return DeploymentStrategy Modifier and Type Method Description DeploymentStrategyDeploymentStrategyBuilder. build()DeploymentStrategyDeploymentConfigSpecFluent. buildStrategy()DeploymentStrategyDeploymentConfigSpec. getStrategy()DeploymentConfigSpec represents the desired state of the deployment.Methods in io.fabric8.openshift.api.model with parameters of type DeploymentStrategy Modifier and Type Method Description protected voidDeploymentStrategyFluent. copyInstance(DeploymentStrategy instance)DeploymentConfigSpecFluent.StrategyNested<A>DeploymentConfigSpecFluent. editOrNewStrategyLike(DeploymentStrategy item)voidDeploymentConfigSpec. setStrategy(DeploymentStrategy strategy)DeploymentConfigSpec represents the desired state of the deployment.DeploymentConfigSpecFluent.StrategyNested<A>DeploymentConfigSpecFluent. withNewStrategyLike(DeploymentStrategy item)ADeploymentConfigSpecFluent. withStrategy(DeploymentStrategy strategy)Constructors in io.fabric8.openshift.api.model with parameters of type DeploymentStrategy Constructor Description DeploymentConfigSpec(Integer minReadySeconds, Boolean paused, Integer replicas, Integer revisionHistoryLimit, Map<String,String> selector, DeploymentStrategy strategy, io.fabric8.kubernetes.api.model.PodTemplateSpec template, Boolean test, List<DeploymentTriggerPolicy> triggers)DeploymentStrategyBuilder(DeploymentStrategy instance)DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent, DeploymentStrategy instance)DeploymentStrategyFluent(DeploymentStrategy instance)
-