Package io.fabric8.openshift.api.model
Class CustomDeploymentStrategyParamsBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.CustomDeploymentStrategyParamsFluentImpl<CustomDeploymentStrategyParamsBuilder>
io.fabric8.openshift.api.model.CustomDeploymentStrategyParamsBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<CustomDeploymentStrategyParams>,io.fabric8.kubernetes.api.builder.Fluent<CustomDeploymentStrategyParamsBuilder>,io.fabric8.kubernetes.api.builder.Visitable<CustomDeploymentStrategyParamsBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CustomDeploymentStrategyParams,CustomDeploymentStrategyParamsBuilder>,CustomDeploymentStrategyParamsFluent<CustomDeploymentStrategyParamsBuilder>
public class CustomDeploymentStrategyParamsBuilder extends CustomDeploymentStrategyParamsFluentImpl<CustomDeploymentStrategyParamsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CustomDeploymentStrategyParams,CustomDeploymentStrategyParamsBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CustomDeploymentStrategyParamsBuilder()CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParams instance)CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent)CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent, CustomDeploymentStrategyParams instance)CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent, CustomDeploymentStrategyParams instance, Boolean validationEnabled)CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent, Boolean validationEnabled)CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParams instance, Boolean validationEnabled)CustomDeploymentStrategyParamsBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description CustomDeploymentStrategyParamsbuild()booleanequals(Object o)Methods inherited from class io.fabric8.openshift.api.model.CustomDeploymentStrategyParamsFluentImpl
addAllToCommand, addAllToEnvironment, addNewCommand, addNewCommand, addNewCommand, addToCommand, addToCommand, addToEnvironment, addToEnvironment, 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, withNewImageMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
CustomDeploymentStrategyParamsBuilder
public CustomDeploymentStrategyParamsBuilder() -
CustomDeploymentStrategyParamsBuilder
-
CustomDeploymentStrategyParamsBuilder
-
CustomDeploymentStrategyParamsBuilder
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent, Boolean validationEnabled) -
CustomDeploymentStrategyParamsBuilder
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent, CustomDeploymentStrategyParams instance) -
CustomDeploymentStrategyParamsBuilder
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent, CustomDeploymentStrategyParams instance, Boolean validationEnabled) -
CustomDeploymentStrategyParamsBuilder
-
CustomDeploymentStrategyParamsBuilder
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParams instance, Boolean validationEnabled)
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CustomDeploymentStrategyParams>
-
equals
- Overrides:
equalsin classCustomDeploymentStrategyParamsFluentImpl<CustomDeploymentStrategyParamsBuilder>
-