Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IEventRecorder ¶
type IEventRecorder interface {
SendNormalEventToUnit(name, namespace, reason, msg string) error
SendWarningEventToUnit(name, namespace, reason, msg string) error
}
func NewIEventRecorder ¶
func NewIEventRecorder() (IEventRecorder, error)
Click to show internal directories.
Click to hide internal directories.