package
0.21.4
Repository: https://github.com/feloy/kubernetes.git
Documentation: pkg.go.dev

# Functions

Creates a new event broadcaster.

# Structs

FakeRecorder is used as a fake during tests.

# Interfaces

EventBroadcaster knows how to receive events and send them to any EventSink, watcher, or log.
EventRecorder knows how to record events on behalf of an EventSource.
EventSink knows how to store events (client.Client implements it.) EventSink must respect the namespace that will be embedded in 'event'.