Documentation
¶
Index ¶
Constants ¶
View Source
const ( // NodeAffinityMatchSupportEnvVar use to know if the scheduler support this feature: // https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/#scheduled-by-default-scheduler-enabled-by-default-since-1-12 NodeAffinityMatchSupportEnvVar = "EDS_NODEAFFINITYMATCH_SUPPORT" // 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" )
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.