Versions in this module Expand all Collapse all v1 v1.21.0 Sep 22, 2021 Changes in this version + type HostFileWithLock struct + Hosts *txeh.Hosts + type HostsParams struct + type PortForwardOpts struct + ClientSet kubernetes.Clientset + ClusterN int + Config restclient.Config + Context string + Domain string + DoneChan chan struct{} + HostFile *HostFileWithLock + Hosts []string + HostsParams *HostsParams + LocalIp net.IP + LocalPort string + ManualStopChan chan struct{} + Namespace string + NamespaceN int + Out *fwdpub.Publisher + PodName string + PodPort string + RESTClient restclient.RESTClient + Service string + ServiceFwd ServiceFWD + func (pfo *PortForwardOpts) AddHosts() + func (pfo *PortForwardOpts) ListenUntilPodDeleted(stopChannel <-chan struct{}, pod *v1.Pod) + func (pfo *PortForwardOpts) PortForward() error + func (pfo *PortForwardOpts) Stop() + func (pfo *PortForwardOpts) WaitUntilPodRunning(stopChannel <-chan struct{}) (*v1.Pod, error) + type ServiceFWD interface + String func() string + SyncPodForwards func(bool)