We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615d96f commit 537d321Copy full SHA for 537d321
packages/clients/src/api/redis/v1alpha1/content.gen.ts
@@ -8,4 +8,5 @@ export const CLUSTER_TRANSIENT_STATUSES: ClusterStatus[] = [
8
'configuring',
9
'destroying',
10
'autohealing',
11
+ 'initializing',
12
]
packages/clients/src/api/redis/v1alpha1/types.gen.ts
@@ -14,6 +14,7 @@ export type ClusterStatus =
14
| 'autohealing'
15
| 'locked'
16
| 'suspended'
17
+ | 'initializing'
18
19
export type ListClustersRequestOrderBy =
20
| 'created_at_asc'
0 commit comments