Documentation ¶
Overview ¶
Package events provides a simple event system for the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Event ¶
func Event(er record.EventRecorder, obj runtime.Object, message string)
Event is a wrapper around the Event method of the EventRecorder interface. It uses the default EventType and Reason.
func EventWithOptions ¶
EventWithOptions is a wrapper around the Event method of the EventRecorder interface. It uses the EventType and Reason passed as parameters in options.
Types ¶
Click to show internal directories.
Click to hide internal directories.