mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Merge pull request #541 from hashicorp/b-api-fields
Add Meta field for Node struct
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user