Skip to content

Commit 60d26ea

Browse files
PeteLevineAsethboyles
authored andcommitted
Add continue to available links in deployment schema
1 parent 1188f4e commit 60d26ea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/openapi/apis/cf/latest/components/schemas/Deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,7 @@ allOf:
121121
cancel:
122122
$ref: ./Link.yaml
123123
description: The URL to cancel this deployment
124+
continue:
125+
$ref: ./Link.yaml
126+
description: The URL to continue this deployment
124127
description: "Deployments are objects that manage updates to applications with zero downtime. They can either: - Manage updating an app\u2019s droplet directly after an application package is staged - Roll an app back to a specific revision along with its associated droplet\nDeployment strategies supported: - Rolling deployments allow for applications to be deployed without incurring downtime by gradually rolling out instances. Max-in-flight can be configured to specify how many instances are rolled out simultaneously. - Canary deployments deploy a single instance and pause for user evaluation. If the canary instance is deemed successful, the deployment can be resumed via the continue action. The deployment then continues like a rolling deployment. This feature is experimental and is subject to change.\n"

0 commit comments

Comments
 (0)