Versions in this module Expand all Collapse all v0 v0.4.3 Dec 31, 2017 Changes in this version + type Tunnel struct + Local int + Namespace string + Out io.Writer + PodName string + Remote int + func NewTunnel(client rest.Interface, config *rest.Config, namespace, podName string, ...) *Tunnel + func (t *Tunnel) Close() + func (t *Tunnel) ForwardPort(localPort int) error v0.3.1 Dec 20, 2017 Changes in this version + func CreateDeployment(kubeconfig, image, name string) error + func DeleteDeployment(kubeconfig, deployment string) error + func GetKubeClient(kubeconfig string) (*kubernetes.Clientset, *restclient.Config, error)