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) ForwardPorts ¶
func (p *PortForward) ForwardPorts() error
Click to show internal directories.
Click to hide internal directories.