Skip to content

Commit

Permalink
feat: add deployment status in cluster response (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 authored Sep 7, 2023
1 parent d1f0073 commit e575f75
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schemas/ClusterResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ allOf:
type: array
items:
$ref: './ClusterFeatureResponse.yaml'
deployment_status:
$ref: './enums/ClusterDeploymentStatus.yaml'
2 changes: 2 additions & 0 deletions src/schemas/_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,3 +668,5 @@ VariableAlias:
$ref: ./variable/VariableAlias.yaml
VariableOverride:
$ref: ./variable/VariableOverride.yaml
ClusterDeploymentStatusEnum:
$ref: ./enums/ClusterDeploymentStatus.yaml
5 changes: 5 additions & 0 deletions src/schemas/enums/ClusterDeploymentStatus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: string
enum:
- NEVER_DEPLOYED
- OUT_OF_DATE
- UP_TO_DATE

0 comments on commit e575f75

Please sign in to comment.