| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStrategy |
DeploymentStrategyBuilder.build() |
DeploymentStrategy |
DeploymentSpecFluentImpl.buildStrategy() |
DeploymentStrategy |
DeploymentSpecFluent.buildStrategy() |
DeploymentStrategy |
DeploymentSpecFluentImpl.getStrategy()
Deprecated.
|
DeploymentStrategy |
DeploymentSpecFluent.getStrategy()
Deprecated.
|
DeploymentStrategy |
DeploymentSpec.getStrategy() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentSpecFluent.StrategyNested<A> |
DeploymentSpecFluentImpl.editOrNewStrategyLike(DeploymentStrategy item) |
DeploymentSpecFluent.StrategyNested<A> |
DeploymentSpecFluent.editOrNewStrategyLike(DeploymentStrategy item) |
void |
DeploymentSpec.setStrategy(DeploymentStrategy strategy) |
DeploymentSpecFluent.StrategyNested<A> |
DeploymentSpecFluentImpl.withNewStrategyLike(DeploymentStrategy item) |
DeploymentSpecFluent.StrategyNested<A> |
DeploymentSpecFluent.withNewStrategyLike(DeploymentStrategy item) |
A |
DeploymentSpecFluentImpl.withStrategy(DeploymentStrategy strategy) |
A |
DeploymentSpecFluent.withStrategy(DeploymentStrategy strategy) |
| Constructor and Description |
|---|
DeploymentSpec(Integer minReadySeconds,
Boolean paused,
Integer progressDeadlineSeconds,
Integer replicas,
Integer revisionHistoryLimit,
RollbackConfig rollbackTo,
io.fabric8.kubernetes.api.model.LabelSelector selector,
DeploymentStrategy strategy,
io.fabric8.kubernetes.api.model.PodTemplateSpec template) |
DeploymentStrategyBuilder(DeploymentStrategy instance) |
DeploymentStrategyBuilder(DeploymentStrategy instance,
Boolean validationEnabled) |
DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent,
DeploymentStrategy instance) |
DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent,
DeploymentStrategy instance,
Boolean validationEnabled) |
DeploymentStrategyFluentImpl(DeploymentStrategy instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.