File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/content/en/docs/documentation Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ public UpdateControl<StatusPatchCacheCustomResource> reconcile(
211211```
212212
213213After the update ` PrimaryUpdateAndCacheUtils.ssaPatchStatusAndCacheResourceWithLock ` puts the result of the update into an internal
214- cache and will the framework will make sure that the next reconciliation will contain the most recent version of the resource.
214+ cache and the framework will make sure that the next reconciliation contains the most recent version of the resource.
215215Note that it is not necessarily the version of the resource you got as response from the update, it can be newer since other parties
216216can do additional updates meanwhile, but if not explicitly modified, it will contain the up-to-date status.
217217
You can’t perform that action at this time.
0 commit comments