Uses of Class
io.fabric8.openshift.api.model.CustomDeploymentStrategyParams
-
Packages that use CustomDeploymentStrategyParams Package Description io.fabric8.openshift.api.model -
-
Uses of CustomDeploymentStrategyParams in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return CustomDeploymentStrategyParams Modifier and Type Method Description CustomDeploymentStrategyParamsCustomDeploymentStrategyParamsBuilder. build()CustomDeploymentStrategyParamsDeploymentStrategyFluent. buildCustomParams()CustomDeploymentStrategyParamsDeploymentStrategy. getCustomParams()DeploymentStrategy describes how to perform a deployment.Methods in io.fabric8.openshift.api.model with parameters of type CustomDeploymentStrategyParams Modifier and Type Method Description protected voidCustomDeploymentStrategyParamsFluent. copyInstance(CustomDeploymentStrategyParams instance)DeploymentStrategyFluent.CustomParamsNested<A>DeploymentStrategyFluent. editOrNewCustomParamsLike(CustomDeploymentStrategyParams item)voidDeploymentStrategy. setCustomParams(CustomDeploymentStrategyParams customParams)DeploymentStrategy describes how to perform a deployment.ADeploymentStrategyFluent. withCustomParams(CustomDeploymentStrategyParams customParams)DeploymentStrategyFluent.CustomParamsNested<A>DeploymentStrategyFluent. withNewCustomParamsLike(CustomDeploymentStrategyParams item)Constructors in io.fabric8.openshift.api.model with parameters of type CustomDeploymentStrategyParams Constructor Description CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParams instance)CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent, CustomDeploymentStrategyParams instance)CustomDeploymentStrategyParamsFluent(CustomDeploymentStrategyParams instance)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)
-