# Functions
ContainsString returns true to caller if string arguments is found in slice string arguments.
GetConfig retrieves config from kubernetes and returns a ConfigMap object.
After instantiating a configmap object, GetDefaultNotificationEmailAddress validates if there is a default email address present or not.
RemoveString returns a slice of matching strings derived from `slice` and `s` arguments.