# Functions
GetWatchNamespaces returns the Namespaces the operator should be watching for changes.
ManagerOptionsWithNamespaces returns an updated Options with namespaces information.
NewCredentialManager returns a CredentialManager.
# Constants
DDAPIKeyEnvVar is the constant for the env variable DD_API_KEY which is the fallback API key to use if a resource does not have it defined in its spec.
DDAppKeyEnvVar is the constant for the env variable DD_APP_KEY which is the fallback App key to use if a resource does not have it defined in its spec.
DDURLEnvVar is the constant for the env variable DD_URL which is the host of the Datadog intake server to send data to.
WatchNamespaceEnvVar is the constant for env variable WATCH_NAMESPACE which specifies the Namespace to watch.
# Structs
CredentialManager provides the credentials from the operator configuration.
Creds holds the api and app keys.