From 97cdd064c832d106cbf3290c2b8384645ffec02a Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sun, 10 May 2015 13:08:25 +0900 Subject: [PATCH] Fix struct tag --- pkg/api/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/types.go b/pkg/api/types.go index ed4f75bf133..cf148e4e3aa 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -1123,7 +1123,7 @@ type NodeSystemInfo struct { // BootID is the boot-id reported by the node BootID string `json:"bootID"` // Kernel version reported by the node - KernelVersion string `json:"kernelVersion""` + KernelVersion string `json:"kernelVersion"` // OS image used reported by the node OsImage string `json:"osImage"` // Container runtime version reported by the node