Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventRecorder ¶
type EventRecorder struct {
// recorder is an event recorder for recording Event resources to the Kubernetes API.
Recorder record.EventRecorder
}
func NewEventRecorder ¶
func NewEventRecorder(recorder record.EventRecorder) *EventRecorder
func (*EventRecorder) Record ¶
func (recorder *EventRecorder) Record(event *Event)
Click to show internal directories.
Click to hide internal directories.