Package io.fabric8.openshift.api.model
Class DoneableCustomDeploymentStrategyParams
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.CustomDeploymentStrategyParamsFluentImpl<DoneableCustomDeploymentStrategyParams>
io.fabric8.openshift.api.model.DoneableCustomDeploymentStrategyParams
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableCustomDeploymentStrategyParams>,io.fabric8.kubernetes.api.builder.Visitable<DoneableCustomDeploymentStrategyParams>,io.fabric8.kubernetes.api.model.Doneable<CustomDeploymentStrategyParams>,CustomDeploymentStrategyParamsFluent<DoneableCustomDeploymentStrategyParams>
public class DoneableCustomDeploymentStrategyParams extends CustomDeploymentStrategyParamsFluentImpl<DoneableCustomDeploymentStrategyParams> implements io.fabric8.kubernetes.api.model.Doneable<CustomDeploymentStrategyParams>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableCustomDeploymentStrategyParams(io.fabric8.kubernetes.api.builder.Function<CustomDeploymentStrategyParams,CustomDeploymentStrategyParams> function)DoneableCustomDeploymentStrategyParams(CustomDeploymentStrategyParams item)DoneableCustomDeploymentStrategyParams(CustomDeploymentStrategyParams item, io.fabric8.kubernetes.api.builder.Function<CustomDeploymentStrategyParams,CustomDeploymentStrategyParams> function) -
Method Summary
Modifier and Type Method Description CustomDeploymentStrategyParamsdone()Methods inherited from class io.fabric8.openshift.api.model.CustomDeploymentStrategyParamsFluentImpl
addAllToCommand, addAllToEnvironment, addNewCommand, addNewCommand, addNewCommand, addToCommand, addToCommand, addToEnvironment, addToEnvironment, equals, getCommand, getCommand, getEnvironment, getEnvironment, getFirstCommand, getFirstEnvironment, getImage, getLastCommand, getLastEnvironment, getMatchingCommand, getMatchingEnvironment, hasCommand, hasEnvironment, hasImage, hasMatchingCommand, hasMatchingEnvironment, removeAllFromCommand, removeAllFromEnvironment, removeFromCommand, removeFromEnvironment, setToCommand, setToEnvironment, withCommand, withCommand, withEnvironment, withEnvironment, withImage, withNewImage, withNewImage, withNewImage
-
Constructor Details
-
DoneableCustomDeploymentStrategyParams
public DoneableCustomDeploymentStrategyParams(io.fabric8.kubernetes.api.builder.Function<CustomDeploymentStrategyParams,CustomDeploymentStrategyParams> function) -
DoneableCustomDeploymentStrategyParams
public DoneableCustomDeploymentStrategyParams(CustomDeploymentStrategyParams item, io.fabric8.kubernetes.api.builder.Function<CustomDeploymentStrategyParams,CustomDeploymentStrategyParams> function) -
DoneableCustomDeploymentStrategyParams
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<CustomDeploymentStrategyParams>
-