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

Method NewRecorder

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

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)

Source from the content-addressed store, hash-verified

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.)

Callers 4

TestLotsOfEventsFunction · 0.65
TestEventSeriesfFunction · 0.65
TestFinishSeriesFunction · 0.65

Implementers 1

eventBroadcasterImpltools/record/event.go

Calls

no outgoing calls

Tested by 4

TestLotsOfEventsFunction · 0.52
TestEventSeriesfFunction · 0.52
TestFinishSeriesFunction · 0.52