Skip to content

Commit 825b5fd

Browse files
authored
fix(compute): define reason field in maintenance (#1511)
1 parent d9e959a commit 825b5fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,7 @@ type ServerLocation struct {
14021402
}
14031403

14041404
type ServerMaintenance struct {
1405+
Reason string `json:"reason"`
14051406
}
14061407

14071408
type ServerSummary struct {

0 commit comments

Comments
 (0)