Skip to content

Commit 1db4f21

Browse files
authored
feat(apple_silicon): add busy server status (scaleway#2314)
1 parent 67545eb commit 1db4f21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/applesilicon/v1alpha1/applesilicon_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ const (
167167
ServerStatusLocked = ServerStatus("locked")
168168
ServerStatusUnlocking = ServerStatus("unlocking")
169169
ServerStatusReinstalling = ServerStatus("reinstalling")
170+
ServerStatusBusy = ServerStatus("busy")
170171
)
171172

172173
func (enum ServerStatus) String() string {
@@ -189,6 +190,7 @@ func (enum ServerStatus) Values() []ServerStatus {
189190
"locked",
190191
"unlocking",
191192
"reinstalling",
193+
"busy",
192194
}
193195
}
194196

0 commit comments

Comments
 (0)