Skip to content

Commit 537d321

Browse files
authored
feat(redis): add initializing status (#117)
1 parent 615d96f commit 537d321

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/clients/src/api/redis/v1alpha1/content.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ export const CLUSTER_TRANSIENT_STATUSES: ClusterStatus[] = [
88
'configuring',
99
'destroying',
1010
'autohealing',
11+
'initializing',
1112
]

packages/clients/src/api/redis/v1alpha1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export type ClusterStatus =
1414
| 'autohealing'
1515
| 'locked'
1616
| 'suspended'
17+
| 'initializing'
1718

1819
export type ListClustersRequestOrderBy =
1920
| 'created_at_asc'

0 commit comments

Comments
 (0)