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/api/reconciler/PrimaryUpdateAndCacheUtils.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,8 @@ public static <P extends HasMetadata> P updateAndCacheResource(
134
134
* @param modificationFunction modifications to make on primary
135
135
* @param updateMethod the update method implementation
136
136
* @param maxRetry maximum number of retries before giving up
137
+
* @param cachePollTimeoutMillis maximum amount of milliseconds to wait for the updated resource to appear in cache
138
+
* @param cachePollPeriodMillis cache polling period, in milliseconds
137
139
* @param <P> primary type
138
140
* @return the updated resource
139
141
*/
@@ -145,7 +147,7 @@ public static <P extends HasMetadata> P updateAndCacheResource(
0 commit comments