mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Capitalization of KubeProxyVersion wrong in JSON
This commit is contained in:
parent
ba1140a54f
commit
1042ab32a5
@ -1115,7 +1115,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.
|
||||||
|
@ -960,7 +960,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 {
|
|||||||
// 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.
|
||||||
|
@ -1115,7 +1115,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.
|
||||||
|
Loading…
Reference in New Issue
Block a user