Merge pull request #18617 from mqliang/OSImage

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-12-17 08:50:48 -08:00
10 changed files with 24 additions and 24 deletions

View File

@@ -1478,7 +1478,7 @@ type NodeSystemInfo struct {
// Kernel Version reported by the node.
KernelVersion string `json:"kernelVersion"`
// OS Image reported by the node.
OsImage string `json:"osImage"`
OSImage string `json:"osImage"`
// ContainerRuntime Version reported by the node.
ContainerRuntimeVersion string `json:"containerRuntimeVersion"`
// Kubelet Version reported by the node.