mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Add a field to track the next allocation during a replacement
This commit is contained in:
@@ -91,6 +91,7 @@ type Allocation struct {
|
||||
DeploymentID string
|
||||
DeploymentStatus *AllocDeploymentStatus
|
||||
PreviousAllocation string
|
||||
NextAllocation string
|
||||
CreateIndex uint64
|
||||
ModifyIndex uint64
|
||||
AllocModifyIndex uint64
|
||||
|
||||
Reference in New Issue
Block a user