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

# Variables

Event types.
Event types.

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

# Type aliases

Reason an event occurred.
A Type of event.