add class graph

This commit is contained in:
runzexia 2020-04-07 15:48:55 +08:00
parent d5eac16759
commit 35e754176c
No known key found for this signature in database
GPG Key ID: 651E2AAC45840835
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,8 @@ In KubeSphere, we define the `EventHandler` interface.
If you want to implement specific Event logic, you should implement this interface,
and register custom `EventHandler` to `EventNotifier`
![Event Handler](images/devops-event.svg)
EventNotifier is an intermediate component between Event producer and Event consumer.
EventNotifier eliminates the need for CustomEventHandler to understand the source and type of Event (event will be converted to general event).

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.6 KiB