Documentation
¶
Index ¶
- type EventRecorder
- func (m *EventRecorder) AnnotatedEventf(object runtime.Object, annotations map[string]string, ...)
- func (m *EventRecorder) Event(object runtime.Object, eventtype, reason, message string)
- func (m *EventRecorder) Eventf(object runtime.Object, eventtype, reason, messageFmt string, ...)
- func (m *EventRecorder) GetEvent(obj runtime.Object, eventtype string) []RecordedEvent
- func (m *EventRecorder) GetEvents(obj runtime.Object) []RecordedEvent
- func (m *EventRecorder) PastEventf(object runtime.Object, timestamp, eventtype, reason, messageFmt string, ...)
- type RecordedEvent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventRecorder ¶
type EventRecorder struct {
// contains filtered or unexported fields
}
func (*EventRecorder) AnnotatedEventf ¶
func (*EventRecorder) Event ¶
func (m *EventRecorder) Event(object runtime.Object, eventtype, reason, message string)
func (*EventRecorder) Eventf ¶
func (m *EventRecorder) Eventf(object runtime.Object, eventtype, reason, messageFmt string, args ...interface{})
func (*EventRecorder) GetEvent ¶
func (m *EventRecorder) GetEvent(obj runtime.Object, eventtype string) []RecordedEvent
GetEvents returns all recorded events for the given object and event type
func (*EventRecorder) GetEvents ¶
func (m *EventRecorder) GetEvents(obj runtime.Object) []RecordedEvent
GetEvents returns all recorded events for the given object
func (*EventRecorder) PastEventf ¶
func (m *EventRecorder) PastEventf(object runtime.Object, timestamp, eventtype, reason, messageFmt string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.