# Functions
NewAPIRecorder returns an APIRecorder that records Kubernetes events to an APIServer using the supplied EventRecorder.
NewNopRecorder returns a Recorder that does nothing.
Normal returns a normal, informational event.
Warning returns a warning event, typically due to an error.
# Structs
An APIRecorder records Kubernetes events to an API server.
An Event relating to a Network device driver resource.
A NopRecorder does nothing.
# Interfaces
A Recorder records Kubernetes events.