Versions in this module Expand all Collapse all v0 v0.3.1 Jan 25, 2018 v0.2.2 Jan 25, 2018 Changes in this version + var ErrNotExist = errors.New("object does not exist") + func GetSecret(namespace, key, data string) (string, error) + func WaitForKubernetesProxy() + type ConfigMap struct + ApiVersion string + Data map[string]string + Kind string + Metadata Metadata + type ConfigMapList struct + Items []ConfigMap + type Metadata struct + Annotations map[string]string + Name string + Namespace string + type Namespace struct + Metadata Metadata + type NamespaceList struct + Items []Namespace + type Secret struct + ApiVersion string + Data map[string]string + Kind string + Metadata Metadata + StringData map[string]string + Type string + type SecretList struct + Items []Secret