File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,13 +125,13 @@ type ClientKeepAlive struct {
125
125
// +optional
126
126
Time *Duration ` json:"time,omitempty"`
127
127
128
- // Timeout defines the keep-alive timeouts.
128
+ // Timeout defines the keep-alive timeouts for clients .
129
129
// +optional
130
- Timeout *KeepAliveTimeout ` json:"timeout,omitempty"`
130
+ Timeout *ClientKeepAliveTimeout ` json:"timeout,omitempty"`
131
131
}
132
132
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 {
135
135
// Server sets the timeout during which a keep-alive client connection will stay open on the server side.
136
136
// The zero value disables keep-alive client connections.
137
137
// +optional
You can’t perform that action at this time.
0 commit comments