Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner orchestrates multiple port forwarders and manages their lifecycle.
func New ¶
func New( configuration config.Configuration, configPath string, logger zerolog.Logger, client kubernetes.Interface, restCfg *rest.Config, kubeConfigSource string, kubeConfigContext string, ) *Runner
New creates a new Runner with all dependencies injected.
Click to show internal directories.
Click to hide internal directories.