# Packages
No description provided by the author
# Functions
GetControllerReferenceForCurrentPod provides an object reference to a controller managing the pod/container where this process runs.
NewInMemoryRecorder provides event recorder that stores all events recorded in memory and allow to replay them using the Events() method.
NewKubeRecorder returns new event recorder with default correlator options.
NewKubeRecorder returns new event recorder with tweaked correlator options.
NewLoggingEventRecorder provides event recorder that will log all recorded events via klog.
NewRecorder returns new event recorder.
RecommendedClusterSingletonCorrelatorOptions provides recommended event correlator options for components that produce many events (like operators).
# Structs
No description provided by the author
# Interfaces
No description provided by the author
Recorder is a simple event recording interface.