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 67545eb commit 1db4f21Copy full SHA for 1db4f21
api/applesilicon/v1alpha1/applesilicon_sdk.go
@@ -167,6 +167,7 @@ const (
167
ServerStatusLocked = ServerStatus("locked")
168
ServerStatusUnlocking = ServerStatus("unlocking")
169
ServerStatusReinstalling = ServerStatus("reinstalling")
170
+ ServerStatusBusy = ServerStatus("busy")
171
)
172
173
func (enum ServerStatus) String() string {
@@ -189,6 +190,7 @@ func (enum ServerStatus) Values() []ServerStatus {
189
190
"locked",
191
"unlocking",
192
"reinstalling",
193
+ "busy",
194
}
195
196
0 commit comments