Skip to content

Commit f20d171

Browse files
authored
feat(k8s): add registering case to NodeStatus (#39)
1 parent d241d3b commit f20d171

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/clients/src/api/k8s/v1/content.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const NODE_TRANSIENT_STATUSES: NodeStatus[] = [
1616
'rebooting',
1717
'upgrading',
1818
'starting',
19+
'registering',
1920
]
2021

2122
/** Lists transient statutes of the enum {@link PoolStatus}. */

packages/clients/src/api/k8s/v1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export type NodeStatus =
8585
| 'creation_error'
8686
| 'upgrading'
8787
| 'starting'
88+
| 'registering'
8889

8990
export type PoolStatus =
9091
| 'unknown'

0 commit comments

Comments
 (0)