Skip to content

Commit 9c58fd4

Browse files
committed
doc
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 870db57 commit 9c58fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/statuscache/primarycache/StatusPatchPrimaryCacheReconciler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class StatusPatchPrimaryCacheReconciler
2323
public volatile int latestValue = 0;
2424
public volatile boolean errorPresent = false;
2525

26+
// We on purpose don't use the provided predicate to show what a custom could look like.
2627
private PrimaryResourceCache<StatusPatchPrimaryCacheCustomResource> cache =
2728
new PrimaryResourceCache<>(
2829
(statusPatchCacheCustomResourcePair, statusPatchCacheCustomResource) ->

0 commit comments

Comments
 (0)