Skip to content

Commit 883212a

Browse files
authored
feat(webhosting): add hosting updating status (scaleway#2657)
1 parent 4765327 commit 883212a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/webhosting/v1/webhosting_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ const (
463463
HostingStatusError = HostingStatus("error")
464464
HostingStatusLocked = HostingStatus("locked")
465465
HostingStatusMigrating = HostingStatus("migrating")
466+
HostingStatusUpdating = HostingStatus("updating")
466467
)
467468

468469
func (enum HostingStatus) String() string {
@@ -482,6 +483,7 @@ func (enum HostingStatus) Values() []HostingStatus {
482483
"error",
483484
"locked",
484485
"migrating",
486+
"updating",
485487
}
486488
}
487489

0 commit comments

Comments
 (0)