Versions in this module Expand all Collapse all v1 v1.19.0 Aug 20, 2020 Changes in this version + const ProtocolV1Name + var SupportedProtocols = []string + func ServePortForward(w http.ResponseWriter, req *http.Request, portForwarder PortForwarder, ...) + type PortForwarder interface + PortForward func(name string, uid types.UID, port int32, stream io.ReadWriteCloser) error + type V4Options struct + Ports []int32 + func BuildV4Options(ports []int32) (*V4Options, error) + func NewV4Options(req *http.Request) (*V4Options, error)