public class DeploymentSpecFluentImpl<A extends DeploymentSpecFluent<A>> extends BaseFluent<A> implements DeploymentSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentSpecFluentImpl.RollbackToNestedImpl<N> |
class |
DeploymentSpecFluentImpl.SelectorNestedImpl<N> |
class |
DeploymentSpecFluentImpl.StrategyNestedImpl<N> |
class |
DeploymentSpecFluentImpl.TemplateNestedImpl<N> |
DeploymentSpecFluent.RollbackToNested<N>, DeploymentSpecFluent.SelectorNested<N>, DeploymentSpecFluent.StrategyNested<N>, DeploymentSpecFluent.TemplateNested<N>_visitables| Constructor and Description |
|---|
DeploymentSpecFluentImpl() |
DeploymentSpecFluentImpl(DeploymentSpec instance) |
public DeploymentSpecFluentImpl()
public DeploymentSpecFluentImpl(DeploymentSpec instance)
public Integer getMinReadySeconds()
getMinReadySeconds in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public A withMinReadySeconds(Integer minReadySeconds)
withMinReadySeconds in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Boolean hasMinReadySeconds()
hasMinReadySeconds in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Boolean isPaused()
isPaused in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public A withPaused(Boolean paused)
withPaused in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Boolean hasPaused()
hasPaused in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Integer getProgressDeadlineSeconds()
getProgressDeadlineSeconds in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public A withProgressDeadlineSeconds(Integer progressDeadlineSeconds)
withProgressDeadlineSeconds in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Boolean hasProgressDeadlineSeconds()
hasProgressDeadlineSeconds in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Integer getReplicas()
getReplicas in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Boolean hasReplicas()
hasReplicas in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Integer getRevisionHistoryLimit()
getRevisionHistoryLimit in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public A withRevisionHistoryLimit(Integer revisionHistoryLimit)
withRevisionHistoryLimit in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Boolean hasRevisionHistoryLimit()
hasRevisionHistoryLimit in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>@Deprecated public RollbackConfig getRollbackTo()
getRollbackTo in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public RollbackConfig buildRollbackTo()
buildRollbackTo in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public A withRollbackTo(RollbackConfig rollbackTo)
withRollbackTo in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Boolean hasRollbackTo()
hasRollbackTo in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.RollbackToNested<A> withNewRollbackTo()
withNewRollbackTo in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.RollbackToNested<A> withNewRollbackToLike(RollbackConfig item)
withNewRollbackToLike in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.RollbackToNested<A> editRollbackTo()
editRollbackTo in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.RollbackToNested<A> editOrNewRollbackTo()
editOrNewRollbackTo in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.RollbackToNested<A> editOrNewRollbackToLike(RollbackConfig item)
editOrNewRollbackToLike in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public A withNewRollbackTo(Long revision)
withNewRollbackTo in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>@Deprecated public LabelSelector getSelector()
getSelector in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public LabelSelector buildSelector()
buildSelector in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public A withSelector(LabelSelector selector)
withSelector in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Boolean hasSelector()
hasSelector in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.SelectorNested<A> withNewSelector()
withNewSelector in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.SelectorNested<A> withNewSelectorLike(LabelSelector item)
withNewSelectorLike in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.SelectorNested<A> editSelector()
editSelector in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.SelectorNested<A> editOrNewSelector()
editOrNewSelector in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.SelectorNested<A> editOrNewSelectorLike(LabelSelector item)
editOrNewSelectorLike in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>@Deprecated public DeploymentStrategy getStrategy()
getStrategy in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentStrategy buildStrategy()
buildStrategy in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public A withStrategy(DeploymentStrategy strategy)
withStrategy in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Boolean hasStrategy()
hasStrategy in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.StrategyNested<A> withNewStrategy()
withNewStrategy in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.StrategyNested<A> withNewStrategyLike(DeploymentStrategy item)
withNewStrategyLike in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.StrategyNested<A> editStrategy()
editStrategy in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.StrategyNested<A> editOrNewStrategy()
editOrNewStrategy in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.StrategyNested<A> editOrNewStrategyLike(DeploymentStrategy item)
editOrNewStrategyLike in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>@Deprecated public PodTemplateSpec getTemplate()
getTemplate in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public PodTemplateSpec buildTemplate()
buildTemplate in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public A withTemplate(PodTemplateSpec template)
withTemplate in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public Boolean hasTemplate()
hasTemplate in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.TemplateNested<A> withNewTemplate()
withNewTemplate in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.TemplateNested<A> withNewTemplateLike(PodTemplateSpec item)
withNewTemplateLike in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.TemplateNested<A> editTemplate()
editTemplate in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.TemplateNested<A> editOrNewTemplate()
editOrNewTemplate in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>public DeploymentSpecFluent.TemplateNested<A> editOrNewTemplateLike(PodTemplateSpec item)
editOrNewTemplateLike in interface DeploymentSpecFluent<A extends DeploymentSpecFluent<A>>Copyright © 2011–2017 Red Hat. All rights reserved.