Skip to content

Commit 742e76f

Browse files
csviriCopilot
andauthored
Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/ManagedInformerEventSource.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ecf4caf commit 742e76f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/ManagedInformerEventSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public Stream<R> listWithStrongConsistency(String namespace, Predicate<R> predic
272272
* resource in the {@link TemporaryResourceCache} until the informer catches up.
273273
*/
274274
public Stream<R> listWithStrongConsistency(Predicate<R> predicate) {
275-
return replaceWithTempCacheVersions(cache.list(predicate), null, (Predicate<R>) null);
275+
return replaceWithTempCacheVersions(cache.list(predicate), null, predicate);
276276
}
277277

278278
/**

0 commit comments

Comments
 (0)