public interface V1DeploymentSpecFluent<A extends V1DeploymentSpecFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1DeploymentSpecFluent.SelectorNested<N> |
static interface |
V1DeploymentSpecFluent.StrategyNested<N> |
static interface |
V1DeploymentSpecFluent.TemplateNested<N> |
Integer getMinReadySeconds()
Boolean hasMinReadySeconds()
Boolean isPaused()
Boolean hasPaused()
A withNewPaused(boolean arg1)
Integer getProgressDeadlineSeconds()
Boolean hasProgressDeadlineSeconds()
Integer getReplicas()
Boolean hasReplicas()
Integer getRevisionHistoryLimit()
Boolean hasRevisionHistoryLimit()
@Deprecated V1LabelSelector getSelector()
V1LabelSelector buildSelector()
A withSelector(V1LabelSelector selector)
Boolean hasSelector()
V1DeploymentSpecFluent.SelectorNested<A> withNewSelector()
V1DeploymentSpecFluent.SelectorNested<A> withNewSelectorLike(V1LabelSelector item)
V1DeploymentSpecFluent.SelectorNested<A> editSelector()
V1DeploymentSpecFluent.SelectorNested<A> editOrNewSelector()
V1DeploymentSpecFluent.SelectorNested<A> editOrNewSelectorLike(V1LabelSelector item)
@Deprecated V1DeploymentStrategy getStrategy()
V1DeploymentStrategy buildStrategy()
A withStrategy(V1DeploymentStrategy strategy)
Boolean hasStrategy()
V1DeploymentSpecFluent.StrategyNested<A> withNewStrategy()
V1DeploymentSpecFluent.StrategyNested<A> withNewStrategyLike(V1DeploymentStrategy item)
V1DeploymentSpecFluent.StrategyNested<A> editStrategy()
V1DeploymentSpecFluent.StrategyNested<A> editOrNewStrategy()
V1DeploymentSpecFluent.StrategyNested<A> editOrNewStrategyLike(V1DeploymentStrategy item)
@Deprecated V1PodTemplateSpec getTemplate()
V1PodTemplateSpec buildTemplate()
A withTemplate(V1PodTemplateSpec template)
Boolean hasTemplate()
V1DeploymentSpecFluent.TemplateNested<A> withNewTemplate()
V1DeploymentSpecFluent.TemplateNested<A> withNewTemplateLike(V1PodTemplateSpec item)
V1DeploymentSpecFluent.TemplateNested<A> editTemplate()
V1DeploymentSpecFluent.TemplateNested<A> editOrNewTemplate()
V1DeploymentSpecFluent.TemplateNested<A> editOrNewTemplateLike(V1PodTemplateSpec item)
Copyright © 2020. All rights reserved.