You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (configuration.isCurrentNamespaceMissing() && configuration.watchCurrentNamespace()) {
144
+
thrownewOperatorException("Controller '" + controllerName + "' is configured to watch the current namespace but it couldn't be inferred from the current configuration. ");
145
+
}
146
+
147
+
finalvarwatchedNS =
148
+
configuration.watchAllNamespaces()
149
+
? "[all namespaces]"
150
+
: effectiveNamespaces;
140
151
log.info(
141
152
"Registered Controller: '{}' for CRD: '{}' for namespace(s): {}",
0 commit comments