deprecate the kubeProxyVersion field of v1.Node

This commit is contained in:
HirazawaUi
2023-10-01 16:09:20 +08:00
parent ae2e0c00b5
commit 2c2fa2107a
4 changed files with 86 additions and 6 deletions

View File

@@ -4640,7 +4640,7 @@ type NodeSystemInfo struct {
ContainerRuntimeVersion string
// Kubelet Version reported by the node.
KubeletVersion string
// KubeProxy Version reported by the node.
// Deprecated: KubeProxy Version reported by the node.
KubeProxyVersion string
// The Operating System reported by the node
OperatingSystem string