Add Meta field for Node struct

This commit is contained in:
Ryan Uber
2015-12-07 21:41:57 -08:00
parent 67385df658
commit 034846aec9

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