Documentation ¶
Index ¶
Constants ¶
View Source
const ( // WatchNamespaceEnvVar is the constant for env variable WATCH_NAMESPACE // which specifies the Namespace to watch. // An empty value means the operator is running with cluster scope. WatchNamespaceEnvVar = "WATCH_NAMESPACE" // 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 DDAPIKeyEnvVar = "DD_API_KEY" // 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 DDAppKeyEnvVar = "DD_APP_KEY" )
Variables ¶
This section is empty.
Functions ¶
func GetWatchNamespaces ¶
func GetWatchNamespaces() []string
GetWatchNamespaces returns the Namespaces the operator should be watching for changes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.