MCPcopy
hub / github.com/kubernetes/client-go / StartRecordingToSink

Method StartRecordingToSink

tools/events/interfaces.go:43–43  ·  view source on GitHub ↗

StartRecordingToSink starts sending events received from the specified eventBroadcaster.

(stopCh <-chan struct{})

Source from the content-addressed store, hash-verified

41type 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.

Callers 5

TestEventfFunction · 0.65
TestLotsOfEventsFunction · 0.65
TestEventfNoNamespaceFunction · 0.65
TestMultiSinkCacheFunction · 0.65
TestEventSeriesfFunction · 0.65

Implementers 1

eventBroadcasterImpltools/record/event.go

Calls

no outgoing calls

Tested by 5

TestEventfFunction · 0.52
TestLotsOfEventsFunction · 0.52
TestEventfNoNamespaceFunction · 0.52
TestMultiSinkCacheFunction · 0.52
TestEventSeriesfFunction · 0.52