Skip to content

Commit

Permalink
Update allocations.go
Browse files Browse the repository at this point in the history
updated missing client status "unknown" hashicorp#17688
  • Loading branch information
sejalapeno authored Jun 26, 2023
1 parent 807907e commit 56ce1f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/allocations.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const (
AllocClientStatusComplete = "complete"
AllocClientStatusFailed = "failed"
AllocClientStatusLost = "lost"
AllocClientStatusUnknown = "unknown"
)

const (
Expand Down

0 comments on commit 56ce1f3

Please sign in to comment.