| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
RecreateDeploymentStrategyParams |
RecreateDeploymentStrategyParamsBuilder.build() |
RecreateDeploymentStrategyParams |
DeploymentStrategyFluent.buildRecreateParams() |
RecreateDeploymentStrategyParams |
DeploymentStrategy.getRecreateParams() |
| Constructor and Description |
|---|
DeploymentStrategy(Long activeDeadlineSeconds,
Map<String,String> annotations,
CustomDeploymentStrategyParams customParams,
Map<String,String> labels,
RecreateDeploymentStrategyParams recreateParams,
io.fabric8.kubernetes.api.model.ResourceRequirements resources,
RollingDeploymentStrategyParams rollingParams,
String type) |
RecreateDeploymentStrategyParamsBuilder(RecreateDeploymentStrategyParams instance) |
RecreateDeploymentStrategyParamsBuilder(RecreateDeploymentStrategyParamsFluent<?> fluent,
RecreateDeploymentStrategyParams instance) |
RecreateDeploymentStrategyParamsFluent(RecreateDeploymentStrategyParams instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.