type Proxy struct { // contains filtered or unexported fields }
func New(kubeconfig *rest.Config, upstreamUrl *url.URL, metrics *monitoring.SPDYMetrics) *Proxy
func (p *Proxy) IsSpdyRequest(req *http.Request) bool
func (p *Proxy) ServeHTTP(w http.ResponseWriter, req *http.Request)