AddEventHandler adds an event handler to the shared informer using the shared informer's resync period. Events to a single handler are delivered sequentially, but there is no coordination between different handlers.
(handler ResourceEventHandler)
| 93 | // period. Events to a single handler are delivered sequentially, but there is no coordination |
| 94 | // between different handlers. |
| 95 | AddEventHandler(handler ResourceEventHandler) |
| 96 | // AddEventHandlerWithResyncPeriod adds an event handler to the |
| 97 | // shared informer using the specified resync period. The resync |
| 98 | // operation consists of delivering to the handler a create |
no outgoing calls