Package io.fabric8.openshift.api.model
Class CustomDeploymentStrategyParamsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.CustomDeploymentStrategyParamsFluent<CustomDeploymentStrategyParamsBuilder>
-
- io.fabric8.openshift.api.model.CustomDeploymentStrategyParamsBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<CustomDeploymentStrategyParams>,io.fabric8.kubernetes.api.builder.Visitable<CustomDeploymentStrategyParamsBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CustomDeploymentStrategyParams,CustomDeploymentStrategyParamsBuilder>
public class CustomDeploymentStrategyParamsBuilder extends CustomDeploymentStrategyParamsFluent<CustomDeploymentStrategyParamsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CustomDeploymentStrategyParams,CustomDeploymentStrategyParamsBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.CustomDeploymentStrategyParamsFluent
CustomDeploymentStrategyParamsFluent.EnvironmentNested<N>
-
-
Constructor Summary
Constructors Constructor Description CustomDeploymentStrategyParamsBuilder()CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParams instance)CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent)CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent, CustomDeploymentStrategyParams instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomDeploymentStrategyParamsbuild()-
Methods inherited from class io.fabric8.openshift.api.model.CustomDeploymentStrategyParamsFluent
addAllToCommand, addAllToEnvironment, addNewEnvironment, addNewEnvironmentLike, addToAdditionalProperties, addToAdditionalProperties, addToCommand, addToCommand, addToEnvironment, addToEnvironment, buildEnvironment, buildEnvironment, buildFirstEnvironment, buildLastEnvironment, buildMatchingEnvironment, copyInstance, editEnvironment, editFirstEnvironment, editLastEnvironment, editMatchingEnvironment, equals, getAdditionalProperties, getCommand, getCommand, getFirstCommand, getImage, getLastCommand, getMatchingCommand, hasAdditionalProperties, hasCommand, hasEnvironment, hashCode, hasImage, hasMatchingCommand, hasMatchingEnvironment, removeAllFromCommand, removeAllFromEnvironment, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCommand, removeFromEnvironment, removeMatchingFromEnvironment, setNewEnvironmentLike, setToCommand, setToEnvironment, toString, withAdditionalProperties, withCommand, withCommand, withEnvironment, withEnvironment, withImage
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
CustomDeploymentStrategyParamsBuilder
public CustomDeploymentStrategyParamsBuilder()
-
CustomDeploymentStrategyParamsBuilder
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent)
-
CustomDeploymentStrategyParamsBuilder
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParams instance)
-
CustomDeploymentStrategyParamsBuilder
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent, CustomDeploymentStrategyParams instance)
-
-
Method Detail
-
build
public CustomDeploymentStrategyParams build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CustomDeploymentStrategyParams>
-
-