mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Comment on AllocModifyIndex
This commit is contained in:
@@ -1675,8 +1675,11 @@ type Allocation struct {
|
||||
TaskStates map[string]*TaskState
|
||||
|
||||
// Raft Indexes
|
||||
CreateIndex uint64
|
||||
ModifyIndex uint64
|
||||
CreateIndex uint64
|
||||
ModifyIndex uint64
|
||||
|
||||
// AllocModifyIndex is not updated when the client updates allocations. This
|
||||
// lets the client pull only the allocs updated by the server.
|
||||
AllocModifyIndex uint64
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user