Skip to content

Commit 1f1e1d0

Browse files
committed
docs
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent a656160 commit 1f1e1d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/en/docs/documentation/reconciler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ public UpdateControl<StatusPatchCacheCustomResource> reconcile(
216216

217217
In the background `PrimaryUpdateAndCacheUtils.ssaPatchAndCacheStatus` puts the result of the update into an internal
218218
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.
222222

223223
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).
224224

0 commit comments

Comments
 (0)