File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,13 +125,13 @@ type ClientKeepAlive struct {
125125 // +optional
126126 Time *Duration ` json:"time,omitempty"`
127127
128- // Timeout defines the keep-alive timeouts.
128+ // Timeout defines the keep-alive timeouts for clients .
129129 // +optional
130- Timeout *KeepAliveTimeout ` json:"timeout,omitempty"`
130+ Timeout *ClientKeepAliveTimeout ` json:"timeout,omitempty"`
131131}
132132
133- // KeepAliveTimeout defines the timeouts related to keep-alive client connections.
134- type KeepAliveTimeout struct {
133+ // ClientKeepAliveTimeout defines the timeouts related to keep-alive client connections.
134+ type ClientKeepAliveTimeout struct {
135135 // Server sets the timeout during which a keep-alive client connection will stay open on the server side.
136136 // The zero value disables keep-alive client connections.
137137 // +optional
You can’t perform that action at this time.
0 commit comments