api: add missing client status "unknown" #17688
Labels
good first issue
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/api
HTTP API and SDK issues
type/bug
Milestone
On the
nomad/
side we haveAllocClientStatusUnknown
, but on theapi/
side this state is missinghttps://github.com/hashicorp/nomad/blob/v1.5.6/nomad/structs/structs.go#L10022-L10029
https://github.com/hashicorp/nomad/blob/main/api/allocations.go#L27-L33
Update the API package to match all possible client status states.
The text was updated successfully, but these errors were encountered: