StartRecordingToSink starts sending events received from the specified eventBroadcaster.
(stopCh <-chan struct{})
| 41 | type EventBroadcaster interface { |
| 42 | // StartRecordingToSink starts sending events received from the specified eventBroadcaster. |
| 43 | StartRecordingToSink(stopCh <-chan struct{}) |
| 44 | |
| 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. |
no outgoing calls