| 66 | } |
| 67 | |
| 68 | type conversionInformer struct { |
| 69 | cache.SharedIndexInformer |
| 70 | } |
| 71 | |
| 72 | func (i conversionInformer) AddEventHandler(handler cache.ResourceEventHandler) (cache.ResourceEventHandlerRegistration, error) { |
| 73 | return i.SharedIndexInformer.AddEventHandler(conversionEventHandler{handler}) |
nothing calls this directly
no outgoing calls
no test coverage detected