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

Struct eventBroadcasterImpl

tools/record/event.go:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155type eventBroadcasterImpl struct {
156 *watch.Broadcaster
157 sleepDuration time.Duration
158 options CorrelatorOptions
159}
160
161// StartRecordingToSink starts sending events received from the specified eventBroadcaster to the given sink.
162// The return value can be ignored or used to stop recording, if desired.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected