Skip to content

Commit

Permalink
comment on Job.ModifyIndex vs Job.JobModifyIndex (#20393)
Browse files Browse the repository at this point in the history
  • Loading branch information
gulducat authored Apr 15, 2024
1 parent 30c0461 commit ee213c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nomad/structs/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit ee213c3

Please sign in to comment.