| Package | Description |
|---|---|
| org.springframework.cloud.skipper.server.config | |
| org.springframework.cloud.skipper.server.deployer.strategies |
| Modifier and Type | Method and Description |
|---|---|
UpgradeStrategy |
SkipperServerConfiguration.updateStrategy(HealthCheckStep healthCheckStep,
HandleHealthCheckStep healthCheckAndDeleteStep,
DeployAppStep deployAppStep) |
| Modifier and Type | Method and Description |
|---|---|
UpgradeStrategyFactory |
SkipperServerConfiguration.upgradeStrategyFactory(List<UpgradeStrategy> strategies) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRedBlackUpgradeStrategy
A simple approach to deploying a new application.
|
| Modifier and Type | Method and Description |
|---|---|
UpgradeStrategy |
UpgradeStrategyFactory.getUpgradeStrategy(String kind)
Resolve
UpgradeStrategy for an application kind. |
UpgradeStrategy |
DefaultUpgradeStrategyFactory.getUpgradeStrategy(String kind) |
| Constructor and Description |
|---|
DefaultUpgradeStrategyFactory(List<UpgradeStrategy> strategies) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.