Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Forwarder ¶
type Forwarder struct { Name string config.Forward Clients *kubernetes.Clientset Io genericiooptions.IOStreams Ready chan struct{} Namespace string BindAddr string BindPort int32 RandPort bool TargetPod string TargetPort int32 }
func (*Forwarder) Run ¶
func (fwd *Forwarder) Run(kc *kubeclient.Kubeclient, stop chan struct{}) error
Run starts the port forwarding and blocks until it is stopped.
Click to show internal directories.
Click to hide internal directories.