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 Long getActiveDeadlineSeconds()
getActiveDeadlineSeconds in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withActiveDeadlineSeconds(Long activeDeadlineSeconds)
withActiveDeadlineSeconds in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public Boolean hasActiveDeadlineSeconds()
hasActiveDeadlineSeconds in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withNewActiveDeadlineSeconds(String arg1)
withNewActiveDeadlineSeconds in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withNewActiveDeadlineSeconds(long arg1)
withNewActiveDeadlineSeconds in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>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 Boolean hasAnnotations()
hasAnnotations in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>@Deprecated public CustomDeploymentStrategyParams getCustomParams()
getCustomParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public CustomDeploymentStrategyParams buildCustomParams()
buildCustomParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withCustomParams(CustomDeploymentStrategyParams customParams)
withCustomParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public Boolean hasCustomParams()
hasCustomParams 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 DeploymentStrategyFluent.CustomParamsNested<A> editOrNewCustomParams()
editOrNewCustomParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.CustomParamsNested<A> editOrNewCustomParamsLike(CustomDeploymentStrategyParams item)
editOrNewCustomParamsLike 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 Boolean hasLabels()
hasLabels in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>@Deprecated public RecreateDeploymentStrategyParams getRecreateParams()
getRecreateParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public RecreateDeploymentStrategyParams buildRecreateParams()
buildRecreateParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withRecreateParams(RecreateDeploymentStrategyParams recreateParams)
withRecreateParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public Boolean hasRecreateParams()
hasRecreateParams 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 DeploymentStrategyFluent.RecreateParamsNested<A> editOrNewRecreateParams()
editOrNewRecreateParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.RecreateParamsNested<A> editOrNewRecreateParamsLike(RecreateDeploymentStrategyParams item)
editOrNewRecreateParamsLike in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>@Deprecated public ResourceRequirements getResources()
getResources in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public ResourceRequirements buildResources()
buildResources in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withResources(ResourceRequirements resources)
withResources in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public Boolean hasResources()
hasResources 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 DeploymentStrategyFluent.ResourcesNested<A> editOrNewResources()
editOrNewResources in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.ResourcesNested<A> editOrNewResourcesLike(ResourceRequirements item)
editOrNewResourcesLike in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>@Deprecated public RollingDeploymentStrategyParams getRollingParams()
getRollingParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public RollingDeploymentStrategyParams buildRollingParams()
buildRollingParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public A withRollingParams(RollingDeploymentStrategyParams rollingParams)
withRollingParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public Boolean hasRollingParams()
hasRollingParams 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 DeploymentStrategyFluent.RollingParamsNested<A> editOrNewRollingParams()
editOrNewRollingParams in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>public DeploymentStrategyFluent.RollingParamsNested<A> editOrNewRollingParamsLike(RollingDeploymentStrategyParams item)
editOrNewRollingParamsLike 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>>public Boolean hasType()
hasType in interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.