NewRecorder returns an EventRecorder that can be used to send events to this EventBroadcaster with the event source set to the given event source.
(scheme *runtime.Scheme, reportingController string)
| 45 | // NewRecorder returns an EventRecorder that can be used to send events to this EventBroadcaster |
| 46 | // with the event source set to the given event source. |
| 47 | NewRecorder(scheme *runtime.Scheme, reportingController string) EventRecorder |
| 48 | } |
| 49 | |
| 50 | // EventSink knows how to store events (client-go implements it.) |
no outgoing calls