Skip to content

Commit

Permalink
Merge pull request #541 from hashicorp/b-api-fields
Browse files Browse the repository at this point in the history
Add Meta field for Node struct
  • Loading branch information
ryanuber committed Dec 8, 2015
2 parents 27a0097 + 034846a commit 8863d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8863d0b

Please sign in to comment.