Documentation ¶
Index ¶
- type TestLogger
- func (_ TestLogger) Enabled() bool
- func (log TestLogger) Error(err error, msg string, args ...interface{})
- func (log TestLogger) Info(msg string, args ...interface{})
- func (log TestLogger) V(v int) logr.InfoLogger
- func (log TestLogger) WithName(_ string) logr.Logger
- func (log TestLogger) WithValues(_ ...interface{}) logr.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestLogger ¶
TestLogger is a logr.Logger that prints through a testing.T object.
func (TestLogger) Enabled ¶
func (_ TestLogger) Enabled() bool
func (TestLogger) Error ¶
func (log TestLogger) Error(err error, msg string, args ...interface{})
func (TestLogger) Info ¶
func (log TestLogger) Info(msg string, args ...interface{})
func (TestLogger) V ¶
func (log TestLogger) V(v int) logr.InfoLogger
func (TestLogger) WithValues ¶
func (log TestLogger) WithValues(_ ...interface{}) logr.Logger
Click to show internal directories.
Click to hide internal directories.