We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d303d commit 7b58dcaCopy full SHA for 7b58dca
docs/content/en/docs/documentation/reconciler.md
@@ -214,7 +214,7 @@ public UpdateControl<StatusPatchCacheCustomResource> reconcile(
214
}
215
```
216
217
-In the background `PrimaryUpdateAndCacheUtils.ssaPatchAndCacheStatusWith` puts the result of the update into an internal
+In the background `PrimaryUpdateAndCacheUtils.ssaPatchAndCacheStatus` puts the result of the update into an internal
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
0 commit comments