Skip to content

Commit

Permalink
Update client for dd2628c
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 30, 2023
1 parent 1e9358e commit 4332807
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions pds/v1alpha1/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9971,7 +9971,7 @@ components:
service.DeploymentStatus:
example:
replicas: 6
health: Healthy
health: Available
initialized: "Yes"
readyReplicas: 0
resources:
Expand Down Expand Up @@ -10002,13 +10002,14 @@ components:
type: type
status: status
restoring: true
status: Available
status: Preparing
properties:
health:
enum:
- Healthy
- Down
- Degraded
- Available
- Partially Available
- Unknown
- Unavailable
type: string
initialized:
enum:
Expand All @@ -10030,12 +10031,14 @@ components:
type: boolean
status:
enum:
- Available
- Partially Available
- Unavailable
- Deploying
- Unknown
- Preparing
- Restoring
- Deploying
- Updating
- Failed
- Update Failed
- Timeout
- Deployed
type: string
type: object
service.RestoreCompatibilityCondition:
Expand Down

0 comments on commit 4332807

Please sign in to comment.