type extractRT …
func (rt *extractRT) RoundTrip(req *http.Request) (*http.Response, error) { … }
func headersForConfig(c *restclient.Config, url *url.URL) (http.Header, error) { … }
func websocketConfig(url *url.URL, config *restclient.Config, protocols []string) (*websocket.Config, error) { … }
func TestWebsocketWatchClientTimeout(t *testing.T) { … }
func TestWatchClientTimeoutXXX(t *testing.T) { … }
func testWatchClientTimeouts(t *testing.T, config *restclient.Config) { … }
func testWatchClientTimeout(t *testing.T, config *restclient.Config, timeout, timeoutSeconds time.Duration) { … }