We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c684b0 commit d514a1eCopy full SHA for d514a1e
website/content/en/docs/building-operators/golang/operator-scope.md
@@ -264,7 +264,7 @@ options := ctrl.Options{
264
265
// Add support for MultiNamespace set in WATCH_NAMESPACE (e.g ns1,ns2)
266
if strings.Contains(watchNamespace, ",") {
267
- setupLog.Infof("manager will be watching namespace %q", watchNamespace)
+ setupLog.Info("manager set up with multiple namespaces", "namespaces", watchNamespace)
268
// configure cluster-scoped with MultiNamespacedCacheBuilder
269
options.Namespace = ""
270
options.NewCache = cache.MultiNamespacedCacheBuilder(strings.Split(watchNamespace, ","))
0 commit comments