From c3d7806c382d5583456536fc6535bd9f8bbf95c6 Mon Sep 17 00:00:00 2001 From: Lalit Chauhan Date: Tue, 27 May 2025 23:36:24 +0000 Subject: [PATCH] Deprecate StreamingConnectionIdleTimeout field, that is not being used for a long time Kubernetes-commit: 6a654e5be0c78eb516e3a6caf9f91ab7ffb3e686 --- config/v1beta1/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/v1beta1/types.go b/config/v1beta1/types.go index eb79f71..a7117c8 100644 --- a/config/v1beta1/types.go +++ b/config/v1beta1/types.go @@ -301,6 +301,7 @@ type KubeletConfiguration struct { ClusterDNS []string `json:"clusterDNS,omitempty"` // streamingConnectionIdleTimeout is the maximum time a streaming connection // can be idle before the connection is automatically closed. + // Deprecated: no longer has any effect. // Default: "4h" // +optional StreamingConnectionIdleTimeout metav1.Duration `json:"streamingConnectionIdleTimeout,omitempty"`