Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockController
- func (m *MockController) Cleanup(arg0 context.Context, arg1 client.Object) (reconcile.Result, error)
- func (m *MockController) Default(arg0 context.Context, arg1 client.Object)
- func (m *MockController) EXPECT() *MockControllerMockRecorder
- func (m *MockController) Initialize(arg0 context.Context, arg1 client.Object, arg2 v1.Condition) error
- func (m *MockController) Operate(arg0 context.Context, arg1 client.Object) (reconcile.Result, error)
- func (m *MockController) UpdateStatus(arg0 context.Context, arg1 client.Object) error
- func (m *MockController) Validate(arg0 context.Context, arg1 client.Object) error
- type MockControllerMockRecorder
- func (mr *MockControllerMockRecorder) Cleanup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockControllerMockRecorder) Default(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockControllerMockRecorder) Initialize(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockControllerMockRecorder) Operate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockControllerMockRecorder) UpdateStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockControllerMockRecorder) Validate(arg0, arg1 interface{}) *gomock.Call
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) Cleanup ¶
func (m *MockController) Cleanup(arg0 context.Context, arg1 client.Object) (reconcile.Result, error)
Cleanup mocks base method.
func (*MockController) Default ¶
func (m *MockController) Default(arg0 context.Context, arg1 client.Object)
Default mocks base method.
func (*MockController) EXPECT ¶
func (m *MockController) EXPECT() *MockControllerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockController) Initialize ¶
func (m *MockController) Initialize(arg0 context.Context, arg1 client.Object, arg2 v1.Condition) error
Initialize mocks base method.
func (*MockController) Operate ¶
func (m *MockController) Operate(arg0 context.Context, arg1 client.Object) (reconcile.Result, error)
Operate mocks base method.
func (*MockController) UpdateStatus ¶
UpdateStatus mocks base method.
type MockControllerMockRecorder ¶
type MockControllerMockRecorder struct {
// contains filtered or unexported fields
}
MockControllerMockRecorder is the mock recorder for MockController.
func (*MockControllerMockRecorder) Cleanup ¶
func (mr *MockControllerMockRecorder) Cleanup(arg0, arg1 interface{}) *gomock.Call
Cleanup indicates an expected call of Cleanup.
func (*MockControllerMockRecorder) Default ¶
func (mr *MockControllerMockRecorder) Default(arg0, arg1 interface{}) *gomock.Call
Default indicates an expected call of Default.
func (*MockControllerMockRecorder) Initialize ¶
func (mr *MockControllerMockRecorder) Initialize(arg0, arg1, arg2 interface{}) *gomock.Call
Initialize indicates an expected call of Initialize.
func (*MockControllerMockRecorder) Operate ¶
func (mr *MockControllerMockRecorder) Operate(arg0, arg1 interface{}) *gomock.Call
Operate indicates an expected call of Operate.
func (*MockControllerMockRecorder) UpdateStatus ¶
func (mr *MockControllerMockRecorder) UpdateStatus(arg0, arg1 interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
func (*MockControllerMockRecorder) Validate ¶
func (mr *MockControllerMockRecorder) Validate(arg0, arg1 interface{}) *gomock.Call
Validate indicates an expected call of Validate.