public class V1DeploymentSpecFluentImpl<A extends V1DeploymentSpecFluent<A>> extends BaseFluent<A> implements V1DeploymentSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
V1DeploymentSpecFluentImpl.SelectorNestedImpl<N> |
class |
V1DeploymentSpecFluentImpl.StrategyNestedImpl<N> |
class |
V1DeploymentSpecFluentImpl.TemplateNestedImpl<N> |
V1DeploymentSpecFluent.SelectorNested<N>, V1DeploymentSpecFluent.StrategyNested<N>, V1DeploymentSpecFluent.TemplateNested<N>_visitables| Constructor and Description |
|---|
V1DeploymentSpecFluentImpl() |
V1DeploymentSpecFluentImpl(V1DeploymentSpec instance) |
public V1DeploymentSpecFluentImpl()
public V1DeploymentSpecFluentImpl(V1DeploymentSpec instance)
public Integer getMinReadySeconds()
getMinReadySeconds in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public A withMinReadySeconds(Integer minReadySeconds)
withMinReadySeconds in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public Boolean hasMinReadySeconds()
hasMinReadySeconds in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public Boolean isPaused()
isPaused in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public A withPaused(Boolean paused)
withPaused in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public Boolean hasPaused()
hasPaused in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public A withNewPaused(String arg1)
withNewPaused in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public A withNewPaused(boolean arg1)
withNewPaused in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public Integer getProgressDeadlineSeconds()
getProgressDeadlineSeconds in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public A withProgressDeadlineSeconds(Integer progressDeadlineSeconds)
withProgressDeadlineSeconds in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public Boolean hasProgressDeadlineSeconds()
hasProgressDeadlineSeconds in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public Integer getReplicas()
getReplicas in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public Boolean hasReplicas()
hasReplicas in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public Integer getRevisionHistoryLimit()
getRevisionHistoryLimit in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public A withRevisionHistoryLimit(Integer revisionHistoryLimit)
withRevisionHistoryLimit in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public Boolean hasRevisionHistoryLimit()
hasRevisionHistoryLimit in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>@Deprecated public V1LabelSelector getSelector()
getSelector in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1LabelSelector buildSelector()
buildSelector in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public A withSelector(V1LabelSelector selector)
withSelector in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public Boolean hasSelector()
hasSelector in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.SelectorNested<A> withNewSelector()
withNewSelector in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.SelectorNested<A> withNewSelectorLike(V1LabelSelector item)
withNewSelectorLike in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.SelectorNested<A> editSelector()
editSelector in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.SelectorNested<A> editOrNewSelector()
editOrNewSelector in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.SelectorNested<A> editOrNewSelectorLike(V1LabelSelector item)
editOrNewSelectorLike in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>@Deprecated public V1DeploymentStrategy getStrategy()
getStrategy in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentStrategy buildStrategy()
buildStrategy in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public A withStrategy(V1DeploymentStrategy strategy)
withStrategy in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public Boolean hasStrategy()
hasStrategy in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.StrategyNested<A> withNewStrategy()
withNewStrategy in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.StrategyNested<A> withNewStrategyLike(V1DeploymentStrategy item)
withNewStrategyLike in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.StrategyNested<A> editStrategy()
editStrategy in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.StrategyNested<A> editOrNewStrategy()
editOrNewStrategy in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.StrategyNested<A> editOrNewStrategyLike(V1DeploymentStrategy item)
editOrNewStrategyLike in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>@Deprecated public V1PodTemplateSpec getTemplate()
getTemplate in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1PodTemplateSpec buildTemplate()
buildTemplate in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public A withTemplate(V1PodTemplateSpec template)
withTemplate in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public Boolean hasTemplate()
hasTemplate in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.TemplateNested<A> withNewTemplate()
withNewTemplate in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.TemplateNested<A> withNewTemplateLike(V1PodTemplateSpec item)
withNewTemplateLike in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.TemplateNested<A> editTemplate()
editTemplate in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.TemplateNested<A> editOrNewTemplate()
editOrNewTemplate in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>public V1DeploymentSpecFluent.TemplateNested<A> editOrNewTemplateLike(V1PodTemplateSpec item)
editOrNewTemplateLike in interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>>Copyright © 2020. All rights reserved.