mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Merge pull request #7535 from smarterclayton/bad_capitalization
Capitalization of KubeProxyVersion wrong in JSON
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user