Documentation ¶
Overview ¶
Package record is a generated GoMock package.
Index ¶
- type MockEventRecorder
- func (m *MockEventRecorder) AnnotatedEventf(arg0 runtime.Object, arg1 map[string]string, arg2, arg3, arg4 string, ...)
- func (m *MockEventRecorder) EXPECT() *MockEventRecorderMockRecorder
- func (m *MockEventRecorder) Event(arg0 runtime.Object, arg1, arg2, arg3 string)
- func (m *MockEventRecorder) Eventf(arg0 runtime.Object, arg1, arg2, arg3 string, arg4 ...any)
- type MockEventRecorderMockRecorder
- func (mr *MockEventRecorderMockRecorder) AnnotatedEventf(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call
- func (mr *MockEventRecorderMockRecorder) Event(arg0, arg1, arg2, arg3 any) *gomock.Call
- func (mr *MockEventRecorderMockRecorder) Eventf(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEventRecorder ¶
type MockEventRecorder struct {
// contains filtered or unexported fields
}
MockEventRecorder is a mock of EventRecorder interface.
func NewMockEventRecorder ¶
func NewMockEventRecorder(ctrl *gomock.Controller) *MockEventRecorder
NewMockEventRecorder creates a new mock instance.
func (*MockEventRecorder) AnnotatedEventf ¶
func (m *MockEventRecorder) AnnotatedEventf(arg0 runtime.Object, arg1 map[string]string, arg2, arg3, arg4 string, arg5 ...any)
AnnotatedEventf mocks base method.
func (*MockEventRecorder) EXPECT ¶
func (m *MockEventRecorder) EXPECT() *MockEventRecorderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockEventRecorderMockRecorder ¶
type MockEventRecorderMockRecorder struct {
// contains filtered or unexported fields
}
MockEventRecorderMockRecorder is the mock recorder for MockEventRecorder.
func (*MockEventRecorderMockRecorder) AnnotatedEventf ¶
func (mr *MockEventRecorderMockRecorder) AnnotatedEventf(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call
AnnotatedEventf indicates an expected call of AnnotatedEventf.
Click to show internal directories.
Click to hide internal directories.