From 034846aec9e035201fafc2c69347d748e8d17292 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Mon, 7 Dec 2015 21:41:57 -0800 Subject: [PATCH] Add Meta field for Node struct --- api/nodes.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/nodes.go b/api/nodes.go index 4cce960a8..5c8b01d47 100644 --- a/api/nodes.go +++ b/api/nodes.go @@ -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