Versions in this module Expand all Collapse all v1 v1.0.0 Oct 24, 2019 Changes in this version + func ContainsString(slice []string, s string) bool + func GetConfig(kubeClient client.Client) (*corev1.ConfigMap, error) + func GetDefaultNotificationEmailAddress(kubeClient client.Client) (string, error) + func RemoveString(slice []string, s string) (result []string)