Skip to content

Commit

Permalink
PCCM-100748: Implement host offline state (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-saito authored Jan 9, 2025
1 parent bc66873 commit fa33f79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions v1/api/swagger/components/schemas/HostState.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ enum:
- Connecting
- Booting
- Ready
- Offline
- Reimaging Prep
- Replacing
- Releasing
Expand Down
2 changes: 1 addition & 1 deletion v1/html/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions v1/pkg/client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4893,6 +4893,7 @@ components:
- Connecting
- Booting
- Ready
- Offline
- Reimaging Prep
- Replacing
- Releasing
Expand Down
1 change: 1 addition & 0 deletions v1/pkg/client/model_host_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const (
HOSTSTATE_CONNECTING HostState = "Connecting"
HOSTSTATE_BOOTING HostState = "Booting"
HOSTSTATE_READY HostState = "Ready"
HOSTSTATE_OFFLINE HostState = "Offline"
HOSTSTATE_REIMAGING_PREP HostState = "Reimaging Prep"
HOSTSTATE_REPLACING HostState = "Replacing"
HOSTSTATE_RELEASING HostState = "Releasing"
Expand Down

0 comments on commit fa33f79

Please sign in to comment.