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 @@ -207,7 +207,7 @@ public UpdateControl<StatusPatchCacheCustomResource> reconcile(
207207 }
208208```
209209
210- After the update ` PrimaryUpdateAndCacheUtils.ssaPatchStatusAndCacheResourceWithLock ` puts the result of the update into an internal
210+ After the update ` PrimaryUpdateAndCacheUtils.ssaPatchStatusAndCacheResource ` puts the result of the update into an internal
211211cache and the framework will make sure that the next reconciliation contains the most recent version of the resource.
212212Note that it is not necessarily the same version returned as response from the update, it can be a newer version since other parties
213213can do additional updates meanwhile. However, unless it has been explicitly modified, that
You can’t perform that action at this time.
0 commit comments