We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148aeb5 commit 4d429f3Copy full SHA for 4d429f3
docs/content/en/docs/documentation/reconciler.md
@@ -20,7 +20,7 @@ Once the reconciliation is done, the framework checks if:
20
21
- an exception was thrown during execution, and if yes, schedules a retry.
22
- new events were received during the controller execution; if yes, schedule a new reconciliation.
23
-- the reconciler results explicitly re-schedules (`UpdateControl.rescheduleAfter(..)`) a reconciliation with a time delay, if yes,
+- the reconciler results explicitly re-scheduled (`UpdateControl.rescheduleAfter(..)`) a reconciliation with a time delay, if yes,
24
schedules a timer event with the specific delay.
25
- if none of the above applies, the reconciliation is finished.
26
0 commit comments