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 052727e commit 5b36e82Copy full SHA for 5b36e82
api/baremetal/v1alpha1/server_utils.go
@@ -20,10 +20,12 @@ type WaitForServerRequest struct {
20
func (s *API) WaitForServer(req *WaitForServerRequest) (*Server, scw.SdkError) {
21
22
terminalStatus := map[ServerStatus]struct{}{
23
- ServerStatusReady: {},
24
- ServerStatusStopped: {},
25
- ServerStatusError: {},
26
- ServerStatusUnknown: {},
+ ServerStatusReady: {},
+ ServerStatusStopped: {},
+ ServerStatusError: {},
+ ServerStatusUndelivered: {},
27
+ ServerStatusLocked: {},
28
+ ServerStatusUnknown: {},
29
}
30
31
installTerminalStatus := map[ServerInstallStatus]struct{}{
0 commit comments