package
12.0.0+incompatible
Repository: https://github.com/kubernetes/client-go.git
Documentation: pkg.go.dev

# Functions

New creates a new PortForwarder with localhost listen addresses.
NewOnAddresses creates a new PortForwarder with custom listen addresses.

# Constants

PortForwardProtocolV1Name is the subprotocol used for port forwarding.

# Structs

ForwardedPort contains a Local:Remote port pairing.
PortForwarder knows how to listen for local connections and forward them to a remote pod via an upgraded HTTP request.