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