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/event/internal/ControllerResourceEventSource.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,7 @@ public Stream<T> getCachedCustomResources(Predicate<T> predicate) {
198
198
199
199
/**
200
200
* Use only if the operator is watching specific namespace(s).
201
+
*
201
202
* @param namespace - namespace to filter on
202
203
* @return stream of cached resources from the specified namespace
203
204
*/
@@ -207,6 +208,7 @@ public Stream<T> getCachedCustomResources(String namespace) {
207
208
208
209
/**
209
210
* Use only if the operator is watching specific namespace(s).
211
+
*
210
212
* @param namespace - namespace to filter on
211
213
* @return stream of cached resources from the specified namespace
0 commit comments