Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EventAs = errors.As
EventAs finds the first error in err's chain that matches target, and if so, sets target to that error value and returns true.
View Source
var EventIs = errors.Is
EventIs reports whether any error in err's chain matches target.
Functions ¶
This section is empty.
Types ¶
type ReconcilerEvent ¶
ReconcilerEvent ...
func (*ReconcilerEvent) Record ¶
func (e *ReconcilerEvent) Record(obj runtime.Object, recorder record.EventRecorder)
Record ...
type RecordFactory ¶
RecordFactory is a function that returns a new Event.
Click to show internal directories.
Click to hide internal directories.