Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFreePort ¶
Types ¶
type PortForwardOptions ¶
type PortForwardOptions struct { Namespace string PodName string Config *rest.Config Address []string Ports []string Out io.Writer ErrOut io.Writer StopChannel chan struct{} ReadyChannel chan struct{} }
func (*PortForwardOptions) RunPortForward ¶
func (o *PortForwardOptions) RunPortForward() error
Click to show internal directories.
Click to hide internal directories.