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 d241d3b commit f20d171Copy full SHA for f20d171
packages/clients/src/api/k8s/v1/content.gen.ts
@@ -16,6 +16,7 @@ export const NODE_TRANSIENT_STATUSES: NodeStatus[] = [
16
'rebooting',
17
'upgrading',
18
'starting',
19
+ 'registering',
20
]
21
22
/** Lists transient statutes of the enum {@link PoolStatus}. */
packages/clients/src/api/k8s/v1/types.gen.ts
@@ -85,6 +85,7 @@ export type NodeStatus =
85
| 'creation_error'
86
| 'upgrading'
87
| 'starting'
88
+ | 'registering'
89
90
export type PoolStatus =
91
| 'unknown'
0 commit comments