Skip to content

Commit d5fd866

Browse files
JaeguKimjaegoo.kim
andauthored
fix architecture-and-internals document (#1080)
Co-authored-by: jaegoo.kim <jaegoo.kim@pubg.com>
1 parent e2b4601 commit d5fd866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/architecture-and-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A typical workflows looks like following:
4444
2. In the event processor the related `CustomResource` is read from the cache based on the `ResourceID` in the event.
4545
3. If there is no other execution running for the custom resource, an execution is submitted for the executor (thread
4646
pool) .
47-
4. Executor call EventDispatcher what decides which method to execute of the reconciler. Let's say in this case it
47+
4. Executor calls ReconcilerDispatcher which decides which method to execute of the reconciler. Let's say in this case it
4848
was `reconcile(...)`
4949
5. After reconciler execution the Dispatcher calls Kubernetes API server, since the `reconcile` method returned
5050
with `UpdateControl.updateStatus(...)` result.

0 commit comments

Comments
 (0)