Merge pull request #1472 from hashicorp/f-node-status-updated-ts

Added the status updated at timestamp
This commit is contained in:
Alex Dadgar
2016-07-27 13:12:34 -07:00
committed by GitHub

View File

@@ -111,6 +111,7 @@ type Node struct {
Drain bool
Status string
StatusDescription string
StatusUpdatedAt int64
CreateIndex uint64
ModifyIndex uint64
}