Skip to content

Commit f12955b

Browse files
fix: wording
Co-authored-by: Antonio <122279781+afalhambra-hivemq@users.noreply.github.com>
1 parent 0a79dd7 commit f12955b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ usually update the status subresource with the information that was available du
177177
Sometimes this is referred to as the last observed state.
178178
When the resource is updated, the framework does not cache the resource directly from the response of the update.
179179
Instead, the underlying informer eventually receives an event with the updated resource and caches the resource.
180-
Therefore, it can happen that on next reconciliation the primary resource is not up-to-date regarding your updated (note that other event sources
180+
Therefore, it can happen that on next reconciliation the primary resource is not up-to-date regarding your updated status subresource (note that other event sources
181181
can trigger the reconciliation meanwhile). This is not usually a problem, since the status is not used as an input,
182182
the reconciliation runs again, and the status us updated again. The caches are eventually consistent.
183183

0 commit comments

Comments
 (0)