Add a field to track the next allocation during a replacement

This commit is contained in:
Preetha Appan
2018-01-24 14:56:57 -06:00
parent 76d78d768f
commit 64e9cf9733
4 changed files with 20 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ type Allocation struct {
DeploymentID string
DeploymentStatus *AllocDeploymentStatus
PreviousAllocation string
NextAllocation string
CreateIndex uint64
ModifyIndex uint64
AllocModifyIndex uint64