Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Info(obj runtime.Object, message string) Infof(obj runtime.Object, messagefmt string, args ...interface{}) Error(obj runtime.Object, message string) Errorf(obj runtime.Object, messagefmt string, args ...interface{}) }
func NewLogger ¶
func NewLogger(recorder record.EventRecorder) Logger
Click to show internal directories.
Click to hide internal directories.