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: docs/content/en/docs/documentation/reconciler.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,9 +216,9 @@ public UpdateControl<StatusPatchCacheCustomResource> reconcile(
216
216
217
217
In the background `PrimaryUpdateAndCacheUtils.ssaPatchAndCacheStatus` puts the result of the update into an internal
218
218
cache of the event source of primary resource, and will make sure that the next reconciliation will contain the most
219
-
recent version of the resource. Note that it is not necessarily the version from the update response, it can be newer
220
-
since other parties can do additional updates meanwhile, but if not explicitly modified, it will contain the up-to-date
221
-
status.
219
+
recent version of the resource. Note that it is not necessarily the version of the resource you got as response from the update ,
220
+
it can be newer since other parties can do additional updates meanwhile, but if not explicitly modified,
221
+
it will contain the up-to-date status.
222
222
223
223
See related integration test [here](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/statuscache/internal).
0 commit comments