Rename DockerVerstion to ContainerRuntimeVersion for rocket support

This commit is contained in:
Dawn Chen
2015-03-27 11:03:43 -07:00
parent 086bb1ac09
commit 87db1c9007
4 changed files with 8 additions and 8 deletions

View File

@@ -972,8 +972,8 @@ type NodeSystemInfo struct {
KernelVersion string `json:"kernelVersion""`
// OS image used reported by the node
OsImage string `json:"osImage"`
// Docker version reported by the node
DockerVersion string `json:"dockerVersion"`
// Container runtime version reported by the node
ContainerRuntimeVersion string `json:"containerRuntimeVersion"`
// Kubelet version reported by the node
KubeletVersion string `json:"kubeletVersion"`
// Kube-proxy version reported by the node