| Interface | Description |
|---|---|
| UpgradeStrategy |
A strategy interface for how to deploy a new release on top of an existing release
driven by the information comparing the two releases.
|
| UpgradeStrategyFactory |
Interface resolving
UpgradeStrategy for an application kind. |
| Class | Description |
|---|---|
| DefaultUpgradeStrategyFactory |
Default implementation of a
UpgradeStrategyFactory returning
instances from a context. |
| DeleteStep |
Responsible for deleting the provided list of applications and updating the status of
the release.
|
| DeployAppStep |
Responsible for taking the ReleaseAnalysisReport and deploying the apps in the
replacing release.
|
| HandleHealthCheckStep |
Responsible for taking action based on the health of the latest deployed release.
|
| HealthCheckProperties | |
| HealthCheckStep |
Checks if the apps in the Replacing release are healthy.
|
| SimpleRedBlackUpgradeStrategy |
A simple approach to deploying a new application.
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.