Versions in this module Expand all Collapse all v0 v0.1.1 Dec 20, 2017 Changes in this version + type Kubectl interface + ProxyPort func() int + StartProxy func(potentialErrorWhenStartingProxy chan error, port int) error + UrlFor func(namespace string, extraPathStartingWithSlash string) (*url.URL, error) + Version func() ([3]int, error) + func MakeKubectl(shell shell.Shell) (Kubectl, error) + type KubernetesApi interface + MakeSecureTransport func() (http.RoundTripper, error) + UrlFor func(namespace string, extraPathStartingWithSlash string) (*url.URL, error) + func MakeK8sAPi(shell shell.Shell, k8sConfigFilesystemPathOverride string, ...) (KubernetesApi, error)