| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableDeploymentStrategy |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStrategy |
DeploymentConfigSpecFluent.getStrategy() |
DeploymentStrategy |
DeploymentConfigSpec.getStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentConfigSpec.setStrategy(DeploymentStrategy strategy) |
DeploymentConfigSpecFluent.StrategyNested<T> |
DeploymentConfigSpecFluent.withNewStrategyLike(DeploymentStrategy item) |
T |
DeploymentConfigSpecFluent.withStrategy(DeploymentStrategy strategy) |
| Constructor and Description |
|---|
DeploymentConfigSpec(Integer replicas,
Map<String,String> selector,
DeploymentStrategy strategy,
PodTemplateSpec template,
ObjectReference templateRef,
List<DeploymentTriggerPolicy> triggers) |
DeploymentStrategyBuilder(DeploymentStrategy instance) |
DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent,
DeploymentStrategy instance) |
EditableDeploymentConfigSpec(Integer replicas,
Map<String,String> selector,
DeploymentStrategy strategy,
PodTemplateSpec template,
ObjectReference templateRef,
List<DeploymentTriggerPolicy> triggers) |
Copyright © 2011–2015 Red Hat. All rights reserved.