Versions in this module Expand all Collapse all v1 v1.0.0 Aug 3, 2018 Changes in this version + func DeletePod(podName string, namespace string) (err error) + func GetPodIps(labelKey string, labelVal string, namespace string) (instanceList map[string]string, err error) + func GetPods(labelKey string, labelVal string, namespace string) (pods *corev1.PodList, err error) + func GetSecret(secretName string, secretKey string, namespace string) (secretValue string) + func PutSecret(secretName string, secretKey string, secretValue string, namespace string) (err error) + type PatchSpec struct + Op string + Path string + Value string Incompatible versions in this module v2.0.0+incompatible Oct 3, 2018