Versions in this module Expand all Collapse all v0 v0.17.1 Mar 3, 2017 v0.17.0 Mar 2, 2017 Changes in this version + func CheckService(namespace string, service string) error + func CreateSecret(namespace, name string, dataValues map[string]string, labels map[string]string) error + func DeleteSecret(namespace, name string) error + func GetServiceListByLabel(namespace string, key string, value string) (*v1.ServiceList, error) + func GetServiceURLsForService(api libmachine.API, namespace, service string, t *template.Template) ([]string, error) + func WaitAndMaybeOpenService(api libmachine.API, namespace string, service string, ...) error + type K8sClient interface + GetCoreClient func() (corev1.CoreV1Interface, error) + type K8sClientGetter struct + func (*K8sClientGetter) GetCoreClient() (corev1.CoreV1Interface, error) + type ServiceURL struct + Name string + Namespace string + URLs []string + type ServiceURLs []ServiceURL + func GetServiceURLs(api libmachine.API, namespace string, t *template.Template) (ServiceURLs, error)