Versions in this module Expand all Collapse all v0 v0.7.3 Jul 29, 2026 Changes in this version + type LogSink struct + func NewLogSink(t interface{ ... }) *LogSink + func (_m *LogSink) EXPECT() *LogSink_Expecter + func (_mock *LogSink) Enabled(level int) bool + func (_mock *LogSink) Error(err error, msg string, keysAndValues ...any) + func (_mock *LogSink) Info(level int, msg string, keysAndValues ...any) + func (_mock *LogSink) Init(info logr.RuntimeInfo) + func (_mock *LogSink) WithName(name string) logr.LogSink + func (_mock *LogSink) WithValues(keysAndValues ...any) logr.LogSink + type LogSink_Enabled_Call struct + func (_c *LogSink_Enabled_Call) Return(b bool) *LogSink_Enabled_Call + func (_c *LogSink_Enabled_Call) Run(run func(level int)) *LogSink_Enabled_Call + func (_c *LogSink_Enabled_Call) RunAndReturn(run func(level int) bool) *LogSink_Enabled_Call + type LogSink_Error_Call struct + func (_c *LogSink_Error_Call) Return() *LogSink_Error_Call + func (_c *LogSink_Error_Call) Run(run func(err error, msg string, keysAndValues ...any)) *LogSink_Error_Call + func (_c *LogSink_Error_Call) RunAndReturn(run func(err error, msg string, keysAndValues ...any)) *LogSink_Error_Call + type LogSink_Expecter struct + func (_e *LogSink_Expecter) Enabled(level any) *LogSink_Enabled_Call + func (_e *LogSink_Expecter) Error(err any, msg any, keysAndValues ...any) *LogSink_Error_Call + func (_e *LogSink_Expecter) Info(level any, msg any, keysAndValues ...any) *LogSink_Info_Call + func (_e *LogSink_Expecter) Init(info any) *LogSink_Init_Call + func (_e *LogSink_Expecter) WithName(name any) *LogSink_WithName_Call + func (_e *LogSink_Expecter) WithValues(keysAndValues ...any) *LogSink_WithValues_Call + type LogSink_Info_Call struct + func (_c *LogSink_Info_Call) Return() *LogSink_Info_Call + func (_c *LogSink_Info_Call) Run(run func(level int, msg string, keysAndValues ...any)) *LogSink_Info_Call + func (_c *LogSink_Info_Call) RunAndReturn(run func(level int, msg string, keysAndValues ...any)) *LogSink_Info_Call + type LogSink_Init_Call struct + func (_c *LogSink_Init_Call) Return() *LogSink_Init_Call + func (_c *LogSink_Init_Call) Run(run func(info logr.RuntimeInfo)) *LogSink_Init_Call + func (_c *LogSink_Init_Call) RunAndReturn(run func(info logr.RuntimeInfo)) *LogSink_Init_Call + type LogSink_WithName_Call struct + func (_c *LogSink_WithName_Call) Return(logSink logr.LogSink) *LogSink_WithName_Call + func (_c *LogSink_WithName_Call) Run(run func(name string)) *LogSink_WithName_Call + func (_c *LogSink_WithName_Call) RunAndReturn(run func(name string) logr.LogSink) *LogSink_WithName_Call + type LogSink_WithValues_Call struct + func (_c *LogSink_WithValues_Call) Return(logSink logr.LogSink) *LogSink_WithValues_Call + func (_c *LogSink_WithValues_Call) Run(run func(keysAndValues ...any)) *LogSink_WithValues_Call + func (_c *LogSink_WithValues_Call) RunAndReturn(run func(keysAndValues ...any) logr.LogSink) *LogSink_WithValues_Call