Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableRecreateDeploymentStrategyParams |
Modifier and Type | Method and Description |
---|---|
RecreateDeploymentStrategyParams |
DoneableRecreateDeploymentStrategyParams.done() |
RecreateDeploymentStrategyParams |
DeploymentStrategyFluent.getRecreateParams() |
RecreateDeploymentStrategyParams |
DeploymentStrategy.getRecreateParams() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentStrategy.setRecreateParams(RecreateDeploymentStrategyParams recreateParams) |
DeploymentStrategyFluent.RecreateParamsNested<T> |
DeploymentStrategyFluent.withNewRecreateParamsLike(RecreateDeploymentStrategyParams item) |
T |
DeploymentStrategyFluent.withRecreateParams(RecreateDeploymentStrategyParams recreateParams) |
Constructor and Description |
---|
DeploymentStrategy(CustomDeploymentStrategyParams customParams,
RecreateDeploymentStrategyParams recreateParams,
ResourceRequirements resources,
RollingDeploymentStrategyParams rollingParams,
String type) |
DoneableRecreateDeploymentStrategyParams(RecreateDeploymentStrategyParams item,
Visitor<RecreateDeploymentStrategyParams> visitor) |
EditableDeploymentStrategy(CustomDeploymentStrategyParams customParams,
RecreateDeploymentStrategyParams recreateParams,
ResourceRequirements resources,
RollingDeploymentStrategyParams rollingParams,
String type) |
RecreateDeploymentStrategyParamsBuilder(RecreateDeploymentStrategyParams instance) |
RecreateDeploymentStrategyParamsBuilder(RecreateDeploymentStrategyParamsFluent<?> fluent,
RecreateDeploymentStrategyParams instance) |
Constructor and Description |
---|
DoneableRecreateDeploymentStrategyParams(RecreateDeploymentStrategyParams item,
Visitor<RecreateDeploymentStrategyParams> visitor) |
DoneableRecreateDeploymentStrategyParams(Visitor<RecreateDeploymentStrategyParams> visitor) |
Copyright © 2011–2015 Red Hat. All rights reserved.