public class DeploymentStrategyFluentImpl<A extends DeploymentStrategyFluent<A>> extends BaseFluent<A> implements DeploymentStrategyFluent<A>
| 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 A addToAnnotations(String key, String value)
addToAnnotations in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A addToAnnotations(Map<String,String> map)
addToAnnotations in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A removeFromAnnotations(String key)
removeFromAnnotations in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A removeFromAnnotations(Map<String,String> map)
removeFromAnnotations in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public Map<String,String> getAnnotations()
getAnnotations in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withAnnotations(Map<String,String> annotations)
withAnnotations in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public CustomDeploymentStrategyParams getCustomParams()
getCustomParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withCustomParams(CustomDeploymentStrategyParams customParams)
withCustomParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.CustomParamsNested<A> withNewCustomParams()
withNewCustomParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.CustomParamsNested<A> withNewCustomParamsLike(CustomDeploymentStrategyParams item)
withNewCustomParamsLike in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.CustomParamsNested<A> editCustomParams()
editCustomParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A addToLabels(String key, String value)
addToLabels in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A addToLabels(Map<String,String> map)
addToLabels in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A removeFromLabels(String key)
removeFromLabels in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A removeFromLabels(Map<String,String> map)
removeFromLabels in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public Map<String,String> getLabels()
getLabels in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withLabels(Map<String,String> labels)
withLabels in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public RecreateDeploymentStrategyParams getRecreateParams()
getRecreateParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withRecreateParams(RecreateDeploymentStrategyParams recreateParams)
withRecreateParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.RecreateParamsNested<A> withNewRecreateParams()
withNewRecreateParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.RecreateParamsNested<A> withNewRecreateParamsLike(RecreateDeploymentStrategyParams item)
withNewRecreateParamsLike in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.RecreateParamsNested<A> editRecreateParams()
editRecreateParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public ResourceRequirements getResources()
getResources in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withResources(ResourceRequirements resources)
withResources in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.ResourcesNested<A> withNewResources()
withNewResources in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.ResourcesNested<A> withNewResourcesLike(ResourceRequirements item)
withNewResourcesLike in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.ResourcesNested<A> editResources()
editResources in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public RollingDeploymentStrategyParams getRollingParams()
getRollingParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withRollingParams(RollingDeploymentStrategyParams rollingParams)
withRollingParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.RollingParamsNested<A> withNewRollingParams()
withNewRollingParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.RollingParamsNested<A> withNewRollingParamsLike(RollingDeploymentStrategyParams item)
withNewRollingParamsLike in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.RollingParamsNested<A> editRollingParams()
editRollingParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public String getType()
getType in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withType(String type)
withType in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.