Deprecate StreamingConnectionIdleTimeout field, that is not being used for a long time
Kubernetes-commit: 6a654e5be0c78eb516e3a6caf9f91ab7ffb3e686
This commit is contained in:
parent
7e87660cbe
commit
c3d7806c38
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Reference in New Issue