Documentation ¶
Overview ¶
Package v1 contains an interface that a controller should use to define all the events take place when the controller reconciles.
Index ¶
Constants ¶
View Source
const ( K8sEventTypeNormal = "Normal" K8sEventTypeWarning = "Warning" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReconcilerEvent ¶
type ReconcilerEvent interface { // Record this into an event recorder as a Kubernetes API event Record(recorder record.EventRecorder) }
ReconcilerEvent represents the action of the controller having actually done anything. Any meaningful change should have an associated event.
Click to show internal directories.
Click to hide internal directories.