Commit 0a9a10e9 authored by Brian Grant's avatar Brian Grant

Merge pull request #7535 from smarterclayton/bad_capitalization

Capitalization of KubeProxyVersion wrong in JSON
parents 2d37650c 1042ab32
...@@ -1122,7 +1122,7 @@ type NodeSystemInfo struct { ...@@ -1122,7 +1122,7 @@ type NodeSystemInfo struct {
// Kubelet version reported by the node // Kubelet version reported by the node
KubeletVersion string `json:"kubeletVersion" description:"Kubelet version reported by the node"` KubeletVersion string `json:"kubeletVersion" description:"Kubelet version reported by the node"`
// Kube-proxy 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. // NodeStatus is information about the current status of a node.
......
...@@ -967,7 +967,7 @@ type NodeSystemInfo struct { ...@@ -967,7 +967,7 @@ type NodeSystemInfo struct {
// Kubelet version reported by the node // Kubelet version reported by the node
KubeletVersion string `json:"kubeletVersion" description:"Kubelet version reported by the node"` KubeletVersion string `json:"kubeletVersion" description:"Kubelet version reported by the node"`
// Kube-proxy 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. // NodeStatus is information about the current status of a node.
......
...@@ -974,7 +974,7 @@ type NodeSystemInfo struct { ...@@ -974,7 +974,7 @@ type NodeSystemInfo struct {
// Kubelet version reported by the node // Kubelet version reported by the node
KubeletVersion string `json:"kubeletVersion" description:"Kubelet version reported by the node"` KubeletVersion string `json:"kubeletVersion" description:"Kubelet version reported by the node"`
// Kube-proxy 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. // NodeStatus is information about the current status of a node.
......
...@@ -1122,7 +1122,7 @@ type NodeSystemInfo struct { ...@@ -1122,7 +1122,7 @@ type NodeSystemInfo struct {
// Kubelet version reported by the node // Kubelet version reported by the node
KubeletVersion string `json:"kubeletVersion" description:"Kubelet version reported by the node"` KubeletVersion string `json:"kubeletVersion" description:"Kubelet version reported by the node"`
// Kube-proxy 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. // NodeStatus is information about the current status of a node.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment