# Functions
NewPortForwarder creates a new port-forward worker that handles creating port-forwards and destroying port-forwards.
NewProxier creates a new proxier instance.
# Constants
No description provided by the author
# Variables
ErrAlreadyExists is returned when we've already created a port-forward for this service.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CreatePortForwardRequest is a request to create port-forward.
DeletePortForwardRequest is a request to delete a port-forward.
No description provided by the author
PortForwardConnection is a port-forward that is managed by the port-forward worker.
PortForwardRequest is a port-forward request, the non-nil struct is the type of request this is.
Proxier handles creating an maintaining proxies to a remote Kubernetes service.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author