# Functions
New creates and returns a KubeSecretGetter that looks up secrets in k8s.
# Structs
KubeSecretGetter is an implementation of SecretGetter.
# Interfaces
SecretGetter takes a namespaced name and finds a secret with that name, or returns an error.