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