public class DeploymentSpecFluentImpl<T extends DeploymentSpecFluent<T>> extends BaseFluent<T> implements DeploymentSpecFluent<T>
| 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<T extends DeploymentSpecFluent<T>>public T withMinReadySeconds(Integer minReadySeconds)
withMinReadySeconds in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public Boolean isPaused()
isPaused in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T withPaused(Boolean paused)
withPaused in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public Integer getReplicas()
getReplicas in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T withReplicas(Integer replicas)
withReplicas in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public Integer getRevisionHistoryLimit()
getRevisionHistoryLimit in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T withRevisionHistoryLimit(Integer revisionHistoryLimit)
withRevisionHistoryLimit in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public RollbackConfig getRollbackTo()
getRollbackTo in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T withRollbackTo(RollbackConfig rollbackTo)
withRollbackTo in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentSpecFluent.RollbackToNested<T> withNewRollbackTo()
withNewRollbackTo in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentSpecFluent.RollbackToNested<T> withNewRollbackToLike(RollbackConfig item)
withNewRollbackToLike in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentSpecFluent.RollbackToNested<T> editRollbackTo()
editRollbackTo in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T withNewRollbackTo(Long revision)
withNewRollbackTo in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public LabelSelector getSelector()
getSelector in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T withSelector(LabelSelector selector)
withSelector in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentSpecFluent.SelectorNested<T> withNewSelector()
withNewSelector in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentSpecFluent.SelectorNested<T> withNewSelectorLike(LabelSelector item)
withNewSelectorLike in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentSpecFluent.SelectorNested<T> editSelector()
editSelector in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentStrategy getStrategy()
getStrategy in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T withStrategy(DeploymentStrategy strategy)
withStrategy in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentSpecFluent.StrategyNested<T> withNewStrategy()
withNewStrategy in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentSpecFluent.StrategyNested<T> withNewStrategyLike(DeploymentStrategy item)
withNewStrategyLike in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentSpecFluent.StrategyNested<T> editStrategy()
editStrategy in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public PodTemplateSpec getTemplate()
getTemplate in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T withTemplate(PodTemplateSpec template)
withTemplate in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentSpecFluent.TemplateNested<T> withNewTemplate()
withNewTemplate in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentSpecFluent.TemplateNested<T> withNewTemplateLike(PodTemplateSpec item)
withNewTemplateLike in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public DeploymentSpecFluent.TemplateNested<T> editTemplate()
editTemplate in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface DeploymentSpecFluent<T extends DeploymentSpecFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.