import "kmodules.xyz/client-go/tools/portforward"
type Tunnel struct { Local int Remote int Namespace string Resource string Name string Out io.Writer // contains filtered or unexported fields }
func NewTunnel(opt TunnelOptions) *Tunnel
type TunnelOptions struct { Client rest.Interface Config *rest.Config Resource string Name string Namespace string Remote int }
Package portforward imports 16 packages (graph) and is imported by 30 packages. Updated 2021-01-21. Refresh now. Tools for package owners.