Deprecate StreamingConnectionIdleTimeout field, that is not being used for a long time

Kubernetes-commit: 6a654e5be0c78eb516e3a6caf9f91ab7ffb3e686
This commit is contained in:
Lalit Chauhan 2025-05-27 23:36:24 +00:00 committed by Kubernetes Publisher
parent 7e87660cbe
commit c3d7806c38
1 changed files with 1 additions and 0 deletions

View File

@ -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"`