Update allocations.go (#17726)

* Update allocations.go

updated missing client status "unknown" #17688

* changelog

* Update .changelog/17726.txt

adding relevant desc.

Co-authored-by: Seth Hoenig <shoenig@duck.com>

---------

Co-authored-by: Seth Hoenig <shoenig@duck.com>
This commit is contained in:
sejalapeno
2023-06-27 00:03:29 +05:30
committed by GitHub
parent a9135bc6d5
commit 05c84d64d2
2 changed files with 4 additions and 0 deletions

3
.changelog/17726.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:bug
api: add missing constant for unknown allocation status
```

View File

@@ -30,6 +30,7 @@ const (
AllocClientStatusComplete = "complete"
AllocClientStatusFailed = "failed"
AllocClientStatusLost = "lost"
AllocClientStatusUnknown = "unknown"
)
const (