Add QueuedAllocations to api.Evaluation
This commit is contained in:
parent
f8c930d006
commit
a37656e7d8
|
@ -69,6 +69,7 @@ type Evaluation struct {
|
|||
PreviousEval string
|
||||
BlockedEval string
|
||||
FailedTGAllocs map[string]*AllocationMetric
|
||||
QueuedAllocations map[string]int
|
||||
CreateIndex uint64
|
||||
ModifyIndex uint64
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue