Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PortForward ¶
type PortForward struct { Ctx context.Context Port int PodName string PodNamespace string RESTConfig *rest.Config Clientset *kubernetes.Clientset Out io.Writer ErrOut io.Writer // StopChannel chan struct{} ReadyChannel chan struct{} StopChannel <-chan struct{} // contains filtered or unexported fields }
func (*PortForward) Close ¶
func (p *PortForward) Close() error
func (*PortForward) ForwardPorts ¶
func (p *PortForward) ForwardPorts() error
func (*PortForward) LocalPort ¶
func (p *PortForward) LocalPort() (uint16, error)
Click to show internal directories.
Click to hide internal directories.