| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.apps |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStrategy |
DeploymentStrategyBuilder.build() |
DeploymentStrategy |
DeploymentSpecFluent.buildStrategy() |
DeploymentStrategy |
DeploymentSpecFluentImpl.buildStrategy() |
DeploymentStrategy |
DeploymentSpecFluent.getStrategy()
Deprecated.
|
DeploymentStrategy |
DeploymentSpecFluentImpl.getStrategy()
Deprecated.
|
DeploymentStrategy |
DeploymentSpec.getStrategy() |
| Constructor and Description |
|---|
DeploymentSpec(Integer minReadySeconds,
Boolean paused,
Integer progressDeadlineSeconds,
Integer replicas,
Integer revisionHistoryLimit,
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–2023 Red Hat. All rights reserved.