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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,24 @@ public Stream<T> getCachedCustomResources(Predicate<T> predicate) {
196
196
returnresStream;
197
197
}
198
198
199
+
/**
200
+
* Use only if the operator is watching specific namespace(s).
201
+
* @param namespace - namespace to filter on
202
+
* @return stream of cached resources from the specified namespace
0 commit comments