public class DeploymentStrategyFluentImpl<T extends DeploymentStrategyFluent<T>> extends BaseFluent<T> implements DeploymentStrategyFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentStrategyFluentImpl.CustomParamsNestedImpl<N> |
class |
DeploymentStrategyFluentImpl.RecreateParamsNestedImpl<N> |
class |
DeploymentStrategyFluentImpl.ResourcesNestedImpl<N> |
class |
DeploymentStrategyFluentImpl.RollingParamsNestedImpl<N> |
DeploymentStrategyFluent.CustomParamsNested<N>, DeploymentStrategyFluent.RecreateParamsNested<N>, DeploymentStrategyFluent.ResourcesNested<N>, DeploymentStrategyFluent.RollingParamsNested<N>_visitables| Constructor and Description |
|---|
DeploymentStrategyFluentImpl() |
DeploymentStrategyFluentImpl(DeploymentStrategy instance) |
public DeploymentStrategyFluentImpl()
public DeploymentStrategyFluentImpl(DeploymentStrategy instance)
public CustomDeploymentStrategyParams getCustomParams()
getCustomParams in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T withCustomParams(CustomDeploymentStrategyParams customParams)
withCustomParams in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.CustomParamsNested<T> withNewCustomParams()
withNewCustomParams in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.CustomParamsNested<T> withNewCustomParamsLike(CustomDeploymentStrategyParams item)
withNewCustomParamsLike in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.CustomParamsNested<T> editCustomParams()
editCustomParams in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public RecreateDeploymentStrategyParams getRecreateParams()
getRecreateParams in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T withRecreateParams(RecreateDeploymentStrategyParams recreateParams)
withRecreateParams in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.RecreateParamsNested<T> withNewRecreateParams()
withNewRecreateParams in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.RecreateParamsNested<T> withNewRecreateParamsLike(RecreateDeploymentStrategyParams item)
withNewRecreateParamsLike in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.RecreateParamsNested<T> editRecreateParams()
editRecreateParams in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public ResourceRequirements getResources()
getResources in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T withResources(ResourceRequirements resources)
withResources in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.ResourcesNested<T> withNewResources()
withNewResources in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.ResourcesNested<T> withNewResourcesLike(ResourceRequirements item)
withNewResourcesLike in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.ResourcesNested<T> editResources()
editResources in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public RollingDeploymentStrategyParams getRollingParams()
getRollingParams in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T withRollingParams(RollingDeploymentStrategyParams rollingParams)
withRollingParams in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.RollingParamsNested<T> withNewRollingParams()
withNewRollingParams in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.RollingParamsNested<T> withNewRollingParamsLike(RollingDeploymentStrategyParams item)
withNewRollingParamsLike in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public DeploymentStrategyFluent.RollingParamsNested<T> editRollingParams()
editRollingParams in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public String getType()
getType in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T withType(String type)
withType in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface DeploymentStrategyFluent<T extends DeploymentStrategyFluent<T>>Copyright © 2011–2015 Red Hat. All rights reserved.