| 65 | } |
| 66 | |
| 67 | type genericInformer struct { |
| 68 | informer cache.SharedIndexInformer |
| 69 | resource schema.GroupResource |
| 70 | } |
| 71 | |
| 72 | // Informer returns the SharedIndexInformer. |
| 73 | func (f *genericInformer) Informer() cache.SharedIndexInformer { |
nothing calls this directly
no outgoing calls
no test coverage detected