mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
comment on Job.ModifyIndex vs Job.JobModifyIndex (#20393)
This commit is contained in:
@@ -4482,8 +4482,10 @@ type Job struct {
|
||||
SubmitTime int64
|
||||
|
||||
// Raft Indexes
|
||||
CreateIndex uint64
|
||||
ModifyIndex uint64
|
||||
CreateIndex uint64
|
||||
// ModifyIndex is the index at which any state of the job last changed
|
||||
ModifyIndex uint64
|
||||
// JobModifyIndex is the index at which the job *specification* last changed
|
||||
JobModifyIndex uint64
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user