Uses of Class
io.fabric8.openshift.api.model.RecreateDeploymentStrategyParams
-
Packages that use RecreateDeploymentStrategyParams Package Description io.fabric8.openshift.api.model -
-
Uses of RecreateDeploymentStrategyParams in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return RecreateDeploymentStrategyParams Modifier and Type Method Description RecreateDeploymentStrategyParamsRecreateDeploymentStrategyParamsBuilder. build()RecreateDeploymentStrategyParamsDeploymentStrategyFluent. buildRecreateParams()RecreateDeploymentStrategyParamsDeploymentStrategy. getRecreateParams()DeploymentStrategy describes how to perform a deployment.Methods in io.fabric8.openshift.api.model with parameters of type RecreateDeploymentStrategyParams Modifier and Type Method Description protected voidRecreateDeploymentStrategyParamsFluent. copyInstance(RecreateDeploymentStrategyParams instance)DeploymentStrategyFluent.RecreateParamsNested<A>DeploymentStrategyFluent. editOrNewRecreateParamsLike(RecreateDeploymentStrategyParams item)voidDeploymentStrategy. setRecreateParams(RecreateDeploymentStrategyParams recreateParams)DeploymentStrategy describes how to perform a deployment.DeploymentStrategyFluent.RecreateParamsNested<A>DeploymentStrategyFluent. withNewRecreateParamsLike(RecreateDeploymentStrategyParams item)ADeploymentStrategyFluent. withRecreateParams(RecreateDeploymentStrategyParams recreateParams)Constructors in io.fabric8.openshift.api.model with parameters of type RecreateDeploymentStrategyParams Constructor Description DeploymentStrategy(Long activeDeadlineSeconds, Map<String,String> annotations, CustomDeploymentStrategyParams customParams, Map<String,String> labels, RecreateDeploymentStrategyParams recreateParams, io.fabric8.kubernetes.api.model.ResourceRequirements resources, RollingDeploymentStrategyParams rollingParams, String type)RecreateDeploymentStrategyParamsBuilder(RecreateDeploymentStrategyParams instance)RecreateDeploymentStrategyParamsBuilder(RecreateDeploymentStrategyParamsFluent<?> fluent, RecreateDeploymentStrategyParams instance)RecreateDeploymentStrategyParamsFluent(RecreateDeploymentStrategyParams instance)
-