Versions in this module Expand all Collapse all v1 v1.11.0 Jul 23, 2026 Changes in this version + type MockLogSink struct + func NewMockLogSink(ctrl *gomock.Controller) *MockLogSink + func (m *MockLogSink) EXPECT() *MockLogSinkMockRecorder + func (m *MockLogSink) Enabled(level int) bool + func (m *MockLogSink) Error(err error, msg string, keysAndValues ...any) + func (m *MockLogSink) Info(level int, msg string, keysAndValues ...any) + func (m *MockLogSink) Init(info logr.RuntimeInfo) + func (m *MockLogSink) WithName(name string) logr.LogSink + func (m *MockLogSink) WithValues(keysAndValues ...any) logr.LogSink + type MockLogSinkMockRecorder struct + func (mr *MockLogSinkMockRecorder) Enabled(level any) *gomock.Call + func (mr *MockLogSinkMockRecorder) Error(err, msg any, keysAndValues ...any) *gomock.Call + func (mr *MockLogSinkMockRecorder) Info(level, msg any, keysAndValues ...any) *gomock.Call + func (mr *MockLogSinkMockRecorder) Init(info any) *gomock.Call + func (mr *MockLogSinkMockRecorder) WithName(name any) *gomock.Call + func (mr *MockLogSinkMockRecorder) WithValues(keysAndValues ...any) *gomock.Call