Skip to content

Commit

Permalink
[src] OceanCD - ApiRollout - add cluster and spotdeployment deletedAt…
Browse files Browse the repository at this point in the history
… fields
  • Loading branch information
caduri committed Feb 18, 2024
1 parent 010dadf commit e926b95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion api/services/ocean/cd/schemas/oceanCDRollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,9 @@ properties:
cloudProvider:
type: string
description: The cloud provider where the associated cluster exists
example: aws
example: aws
clusterDeletedAt:
type: string
example: "2018-11-05T12:55:50.000Z"
description: >
Time stamp of when the cluster the rollout belongs to was deleted.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ properties:
type: integer
description: The field specifying the SpotDeployment revision rollback to
example: 3
$ref: "oceanCDRolloutSpotDeploymentManifestsAndVersions.yaml"
$ref: "oceanCDRolloutSpotDeploymentManifestsAndVersions.yaml"
spotDeploymentDeletedAt:
type: string
example: "2018-11-05T12:55:50.000Z"
description: >
Time stamp of when the SpotDeployment the rollout belongs to was deleted.

0 comments on commit e926b95

Please sign in to comment.