Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFakeCRReader ¶
type MockFakeCRReader struct {
// contains filtered or unexported fields
}
MockFakeCRReader is a mock of FakeCRReader interface.
func NewMockFakeCRReader ¶
func NewMockFakeCRReader(ctrl *gomock.Controller) *MockFakeCRReader
NewMockFakeCRReader creates a new mock instance.
func (*MockFakeCRReader) EXPECT ¶
func (m *MockFakeCRReader) EXPECT() *MockFakeCRReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFakeCRReader) Get ¶
func (m *MockFakeCRReader) Get(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption) error
Get mocks base method.
func (*MockFakeCRReader) List ¶
func (m *MockFakeCRReader) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error
List mocks base method.
type MockFakeCRReaderMockRecorder ¶
type MockFakeCRReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockFakeCRReaderMockRecorder is the mock recorder for MockFakeCRReader.
Click to show internal directories.
Click to hide internal directories.