Merge pull request #8029 from shawnps/patch-2

Fix struct tag
This commit is contained in:
Marek Grabowski 2015-05-11 13:59:56 +02:00
commit 141e6977d6

View File

@ -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