Merge pull request #541 from hashicorp/b-api-fields

Add Meta field for Node struct
This commit is contained in:
Ryan Uber
2015-12-07 21:43:55 -08:00

View File

@@ -76,6 +76,7 @@ type Node struct {
Resources *Resources
Reserved *Resources
Links map[string]string
Meta map[string]string
NodeClass string
Drain bool
Status string