public class CustomDeploymentStrategyParamsBuilder extends CustomDeploymentStrategyParamsFluentImpl<CustomDeploymentStrategyParamsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CustomDeploymentStrategyParams,CustomDeploymentStrategyParamsBuilder>
| Constructor and Description |
|---|
CustomDeploymentStrategyParamsBuilder() |
CustomDeploymentStrategyParamsBuilder(Boolean validationEnabled) |
CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParams instance) |
CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParams instance,
Boolean validationEnabled) |
CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent) |
CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent,
Boolean validationEnabled) |
CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent,
CustomDeploymentStrategyParams instance) |
CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent,
CustomDeploymentStrategyParams instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
CustomDeploymentStrategyParams |
build() |
addAllToCommand, addAllToEnvironment, addToAdditionalProperties, addToAdditionalProperties, addToCommand, addToCommand, addToEnvironment, addToEnvironment, equals, getAdditionalProperties, getCommand, getCommand, getEnvironment, getEnvironment, getFirstCommand, getFirstEnvironment, getImage, getLastCommand, getLastEnvironment, getMatchingCommand, getMatchingEnvironment, hasAdditionalProperties, hasCommand, hasEnvironment, hashCode, hasImage, hasMatchingCommand, hasMatchingEnvironment, removeAllFromCommand, removeAllFromEnvironment, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCommand, removeFromEnvironment, setToCommand, setToEnvironment, toString, withAdditionalProperties, withCommand, withCommand, withEnvironment, withEnvironment, withImageaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CustomDeploymentStrategyParamsBuilder()
public CustomDeploymentStrategyParamsBuilder(Boolean validationEnabled)
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent)
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent, Boolean validationEnabled)
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent, CustomDeploymentStrategyParams instance)
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParamsFluent<?> fluent, CustomDeploymentStrategyParams instance, Boolean validationEnabled)
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParams instance)
public CustomDeploymentStrategyParamsBuilder(CustomDeploymentStrategyParams instance, Boolean validationEnabled)
public CustomDeploymentStrategyParams build()
build in interface io.fabric8.kubernetes.api.builder.Builder<CustomDeploymentStrategyParams>Copyright © 2015–2022 Red Hat. All rights reserved.