Versions in this module Expand all Collapse all v0 v0.13.0 Sep 17, 2018 v0.12.0 Jul 3, 2018 Changes in this version + func Difference(a []string, b []string) []string v0.11.0 Jun 8, 2018 Changes in this version + const KubeClusterDataAnnotation + const KubeClusterLabel + const KubePodName + const KubeResourcePrefix + const KubeStatusAnnnotation + func CommonElements(a []string, b []string) []string + func CompareStringSlice(a []string, b []string) bool + func CompareStringSliceNoOrder(a []string, b []string) bool + func GetUser() (string, error) + func NewKubeClientConfig(kubeconfigPath, context, namespace string) clientcmd.ClientConfig + func PodName() (string, error) + func StringInSlice(s []string, e string) bool