Skip to content

Commit 0f302bf

Browse files
committed
docs: add mention of defaults in javadoc
Signed-off-by: Chris Laprun <[email protected]>
1 parent dc38751 commit 0f302bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtils.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ public static <P extends HasMetadata> P ssaPatchStatusAndCacheResource(
9595

9696
/**
9797
* Same as {@link #updateAndCacheResource(HasMetadata, Context, UnaryOperator, UnaryOperator, int,
98-
* long,long)} using the default maximum retry number as defined by {@link #DEFAULT_MAX_RETRY}.
98+
* long,long)} using the default maximum retry number as defined by {@link #DEFAULT_MAX_RETRY} and
99+
* default cache maximum polling time and period as defined, respectively by {@link
100+
* #DEFAULT_RESOURCE_CACHE_TIMEOUT_MILLIS} and {@link #DEFAULT_RESOURCE_CACHE_POLL_PERIOD_MILLIS}.
99101
*
100102
* @param resourceToUpdate original resource to update
101103
* @param context of reconciliation

0 commit comments

Comments
 (0)