mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
add class graph
This commit is contained in:
parent
d5eac16759
commit
35e754176c
|
|
@ -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`。
|
||||
|
||||

|
||||
|
||||
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 |
Loading…
Reference in New Issue