Skip to content

Commit 9e8b65b

Browse files
authored
feat(k8s): add creation_error node status (#328)
1 parent a3b13af commit 9e8b65b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/k8s/v1beta4/k8s_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ const (
438438
NodeStatusLocked = NodeStatus("locked")
439439
// NodeStatusRebooting is [insert doc].
440440
NodeStatusRebooting = NodeStatus("rebooting")
441+
// NodeStatusCreationError is [insert doc].
442+
NodeStatusCreationError = NodeStatus("creation_error")
441443
)
442444

443445
func (enum NodeStatus) String() string {

0 commit comments

Comments
 (0)