File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ A typical workflows looks like following:
44
44
2 . In the event processor the related ` CustomResource ` is read from the cache based on the ` ResourceID ` in the event.
45
45
3 . If there is no other execution running for the custom resource, an execution is submitted for the executor (thread
46
46
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
48
48
was ` reconcile(...) `
49
49
5 . After reconciler execution the Dispatcher calls Kubernetes API server, since the ` reconcile ` method returned
50
50
with ` UpdateControl.updateStatus(...) ` result.
You can’t perform that action at this time.
0 commit comments