Versions in this module Expand all Collapse all v0 v0.1.0 Apr 23, 2022 Changes in this version + type Kpoward struct + func New(cfg *rest.Config, podName string, remotePort uint16) *Kpoward + func (k *Kpoward) Run(ctx context.Context, cb func(ctx context.Context, localPort uint16) error) error + func (k *Kpoward) SetLocalPort(port uint16) + func (k *Kpoward) SetNamespace(ns string) + func (k *Kpoward) SetStderr(stderr io.Writer) + func (k *Kpoward) SetStdout(stdout io.Writer)