Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockController
- func (m *MockController) Delete(arg0 context.Context, arg1 client.Object) error
- func (m *MockController) EXPECT() *MockControllerMockRecorder
- func (m *MockController) Ensure(arg0 context.Context, arg1 client.Object) error
- func (m *MockController) List(arg0 context.Context) ([]types.NamespacedName, error)
- type MockControllerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockController ¶
type MockController struct {
// contains filtered or unexported fields
}
MockController is a mock of Controller interface.
func NewMockController ¶
func NewMockController(ctrl *gomock.Controller) *MockController
NewMockController creates a new mock instance.
func (*MockController) EXPECT ¶
func (m *MockController) EXPECT() *MockControllerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockController) List ¶
func (m *MockController) List(arg0 context.Context) ([]types.NamespacedName, error)
List mocks base method.
type MockControllerMockRecorder ¶
type MockControllerMockRecorder struct {
// contains filtered or unexported fields
}
MockControllerMockRecorder is the mock recorder for MockController.
func (*MockControllerMockRecorder) Delete ¶
func (mr *MockControllerMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockControllerMockRecorder) Ensure ¶
func (mr *MockControllerMockRecorder) Ensure(arg0, arg1 interface{}) *gomock.Call
Ensure indicates an expected call of Ensure.
func (*MockControllerMockRecorder) List ¶
func (mr *MockControllerMockRecorder) List(arg0 interface{}) *gomock.Call
List indicates an expected call of List.
Click to show internal directories.
Click to hide internal directories.