type ProxyREST …
var _ …
var proxyMethods …
func (r *ProxyREST) New() runtime.Object { … }
func (r *ProxyREST) Destroy() { … }
func (r *ProxyREST) ConnectMethods() []string { … }
func (r *ProxyREST) NewConnectOptions() (runtime.Object, bool, string) { … }
func (r *ProxyREST) Connect(ctx context.Context, id string, opts runtime.Object, responder rest.Responder) (http.Handler, error) { … }
func newThrottledUpgradeAwareProxyHandler(location *url.URL, transport http.RoundTripper, wrapTransport, upgradeRequired bool, responder rest.Responder) *proxy.UpgradeAwareHandler { … }