| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStrategy |
DeploymentStrategyBuilder.build() |
DeploymentStrategy |
DeploymentConfigSpecFluent.buildStrategy() |
DeploymentStrategy |
DeploymentConfigSpec.getStrategy() |
| Constructor and Description |
|---|
DeploymentConfigSpec(Integer minReadySeconds,
Boolean paused,
Integer replicas,
Integer revisionHistoryLimit,
Map<String,String> selector,
DeploymentStrategy strategy,
io.fabric8.kubernetes.api.model.PodTemplateSpec template,
Boolean test,
List<DeploymentTriggerPolicy> triggers) |
DeploymentStrategyBuilder(DeploymentStrategy instance) |
DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent,
DeploymentStrategy instance) |
DeploymentStrategyFluent(DeploymentStrategy instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.