| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
RollingDeploymentStrategyParams |
DeploymentStrategyFluent.getRollingParams() |
RollingDeploymentStrategyParams |
DeploymentStrategy.getRollingParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentStrategy.setRollingParams(RollingDeploymentStrategyParams rollingParams) |
T |
DeploymentStrategyFluent.withRollingParams(RollingDeploymentStrategyParams rollingParams) |
| Constructor and Description |
|---|
DeploymentStrategy(CustomDeploymentStrategyParams customParams,
RecreateDeploymentStrategyParams recreateParams,
ResourceRequirements resources,
RollingDeploymentStrategyParams rollingParams,
String type) |
EditableDeploymentStrategy(CustomDeploymentStrategyParams customParams,
RecreateDeploymentStrategyParams recreateParams,
ResourceRequirements resources,
RollingDeploymentStrategyParams rollingParams,
String type) |
Copyright © 2011–2015 Red Hat. All rights reserved.