Merge pull request #7535 from smarterclayton/bad_capitalization

Capitalization of KubeProxyVersion wrong in JSON
This commit is contained in:
Brian Grant 2015-04-30 12:36:02 -07:00
commit 0a9a10e997
4 changed files with 4 additions and 4 deletions

View File

@ -1122,7 +1122,7 @@ type NodeSystemInfo struct {
// Kubelet version reported by the node
KubeletVersion string `json:"kubeletVersion" description:"Kubelet version reported by the node"`
// Kube-proxy version reported by the node
KubeProxyVersion string `json:"KubeProxyVersion" description:"Kube-proxy version reported by the node"`
KubeProxyVersion string `json:"kubeProxyVersion" description:"Kube-proxy version reported by the node"`
}
// NodeStatus is information about the current status of a node.

View File

@ -967,7 +967,7 @@ type NodeSystemInfo struct {
// Kubelet version reported by the node
KubeletVersion string `json:"kubeletVersion" description:"Kubelet version reported by the node"`
// Kube-proxy version reported by the node
KubeProxyVersion string `json:"KubeProxyVersion" description:"Kube-proxy version reported by the node"`
KubeProxyVersion string `json:"kubeProxyVersion" description:"Kube-proxy version reported by the node"`
}
// NodeStatus is information about the current status of a node.

View File

@ -974,7 +974,7 @@ type NodeSystemInfo struct {
// Kubelet version reported by the node
KubeletVersion string `json:"kubeletVersion" description:"Kubelet version reported by the node"`
// Kube-proxy version reported by the node
KubeProxyVersion string `json:"KubeProxyVersion" description:"Kube-proxy version reported by the node"`
KubeProxyVersion string `json:"kubeProxyVersion" description:"Kube-proxy version reported by the node"`
}
// NodeStatus is information about the current status of a node.

View File

@ -1122,7 +1122,7 @@ type NodeSystemInfo struct {
// Kubelet version reported by the node
KubeletVersion string `json:"kubeletVersion" description:"Kubelet version reported by the node"`
// Kube-proxy version reported by the node
KubeProxyVersion string `json:"KubeProxyVersion" description:"Kube-proxy version reported by the node"`
KubeProxyVersion string `json:"kubeProxyVersion" description:"Kube-proxy version reported by the node"`
}
// NodeStatus is information about the current status of a node.