Documentation ¶
Index ¶
- func NewLoggingEventRecorder(loglevel int) record.EventRecorder
- type LoggingEventRecorder
- func (l *LoggingEventRecorder) AnnotatedEventf(object runtime.Object, annotations map[string]string, ...)
- func (l *LoggingEventRecorder) Event(object runtime.Object, eventtype, reason, message string)
- func (l *LoggingEventRecorder) Eventf(object runtime.Object, eventtype, reason, messageFmt string, ...)
- func (l *LoggingEventRecorder) PastEventf(object runtime.Object, timestamp v1.Time, eventtype, reason, messageFmt string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLoggingEventRecorder ¶
func NewLoggingEventRecorder(loglevel int) record.EventRecorder
Types ¶
type LoggingEventRecorder ¶
type LoggingEventRecorder struct {
// contains filtered or unexported fields
}
func (*LoggingEventRecorder) AnnotatedEventf ¶
func (*LoggingEventRecorder) Event ¶
func (l *LoggingEventRecorder) Event(object runtime.Object, eventtype, reason, message string)
func (*LoggingEventRecorder) Eventf ¶
func (l *LoggingEventRecorder) Eventf(object runtime.Object, eventtype, reason, messageFmt string, args ...interface{})
func (*LoggingEventRecorder) PastEventf ¶
Click to show internal directories.
Click to hide internal directories.