Uses of Class
io.fabric8.openshift.api.model.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()CustomDeploymentStrategyParamsDeploymentStrategyFluentImpl. buildCustomParams()CustomDeploymentStrategyParamsDoneableCustomDeploymentStrategyParams. done()CustomDeploymentStrategyParamsDeploymentStrategy. getCustomParams()CustomDeploymentStrategyParamsDeploymentStrategyFluent. getCustomParams()Deprecated.CustomDeploymentStrategyParamsDeploymentStrategyFluentImpl. getCustomParams()Deprecated.Methods in io.fabric8.openshift.api.model with parameters of type CustomDeploymentStrategyParams Modifier and Type Method Description DeploymentStrategyFluent.CustomParamsNested<A>DeploymentStrategyFluent. editOrNewCustomParamsLike(CustomDeploymentStrategyParams item)DeploymentStrategyFluent.CustomParamsNested<A>DeploymentStrategyFluentImpl. editOrNewCustomParamsLike(CustomDeploymentStrategyParams item)voidDeploymentStrategy. setCustomParams(CustomDeploymentStrategyParams customParams)ADeploymentStrategyFluent. withCustomParams(CustomDeploymentStrategyParams customParams)ADeploymentStrategyFluentImpl. withCustomParams(CustomDeploymentStrategyParams customParams)DeploymentStrategyFluent.CustomParamsNested<A>DeploymentStrategyFluent. withNewCustomParamsLike(CustomDeploymentStrategyParams item)DeploymentStrategyFluent.CustomParamsNested<A>DeploymentStrategyFluentImpl. withNewCustomParamsLike(CustomDeploymentStrategyParams item)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type CustomDeploymentStrategyParams Constructor Description DoneableCustomDeploymentStrategyParams(io.fabric8.kubernetes.api.builder.Function<CustomDeploymentStrategyParams,CustomDeploymentStrategyParams> function)DoneableCustomDeploymentStrategyParams(io.fabric8.kubernetes.api.builder.Function<CustomDeploymentStrategyParams,CustomDeploymentStrategyParams> function)DoneableCustomDeploymentStrategyParams(CustomDeploymentStrategyParams item, io.fabric8.kubernetes.api.builder.Function<CustomDeploymentStrategyParams,CustomDeploymentStrategyParams> function)DoneableCustomDeploymentStrategyParams(CustomDeploymentStrategyParams item, io.fabric8.kubernetes.api.builder.Function<CustomDeploymentStrategyParams,CustomDeploymentStrategyParams> function)