Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PortForward ¶
type PortForward struct {
// contains filtered or unexported fields
}
func New ¶
func New(restConfig *rest.Config, podClient v1.PodController, namespace string, labelSelector string, ports []string) (*PortForward, error)
func (*PortForward) Start ¶
func (r *PortForward) Start() error
func (*PortForward) Stop ¶
func (r *PortForward) Stop()
Click to show internal directories.
Click to hide internal directories.