Merge pull request #123845 from HirazawaUi/promote-DisableNodeKubeProxyVersion-to-beta

promote DisableNodeKubeProxyVersion feature gate to beta
This commit is contained in:
Kubernetes Prow Robot
2024-05-08 12:23:19 -07:00
committed by GitHub
9 changed files with 19 additions and 16 deletions

View File

@@ -24977,7 +24977,7 @@ func schema_k8sio_api_core_v1_NodeSystemInfo(ref common.ReferenceCallback) commo
},
"kubeProxyVersion": {
SchemaProps: spec.SchemaProps{
Description: "KubeProxy Version reported by the node.",
Description: "Deprecated: KubeProxy Version reported by the node.",
Default: "",
Type: []string{"string"},
Format: "",