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
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/InformerConfig.java
+7-5
Original file line number
Diff line number
Diff line change
@@ -25,20 +25,22 @@
25
25
26
26
/**
27
27
* Specified which namespaces the associated informer monitors for custom resources events. If no
28
-
* namespace is specified then the informer will monitor the namespaces configured for the
29
-
* associated controller (or all namespaces if the configuration is done for a controller).
28
+
* namespace is specified then which namespaces the informer will monitor will depend on the
29
+
* context in which the informer is configured:
30
+
* <ul>
31
+
* <li>all namespaces if configuring a controller informer</li>
32
+
* <li>the namespaces configured for the associated controller if configuring an event source</li>
33
+
* </ul>
30
34
*
35
+
* You can set a list of namespaces or use the following constants:
31
36
* <ul>
32
-
* You can set a list of namespaces or also constants:
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/InformerConfigHolder.java
0 commit comments