Documentation ¶
Overview ¶
Package mock_controller is a generated GoMock package.
Index ¶
- type MockController
- func (m *MockController) EXPECT() *MockControllerMockRecorder
- func (m *MockController) Reconcile(arg0 reconcile.Request) (reconcile.Result, error)
- func (m *MockController) Start(arg0 <-chan struct{}) error
- func (m *MockController) Watch(arg0 source.Source, arg1 handler.EventHandler, arg2 ...predicate.Predicate) 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) Start ¶
func (m *MockController) Start(arg0 <-chan struct{}) error
Start mocks base method
func (*MockController) Watch ¶
func (m *MockController) Watch(arg0 source.Source, arg1 handler.EventHandler, arg2 ...predicate.Predicate) error
Watch mocks base method
type MockControllerMockRecorder ¶
type MockControllerMockRecorder struct {
// contains filtered or unexported fields
}
MockControllerMockRecorder is the mock recorder for MockController
func (*MockControllerMockRecorder) Reconcile ¶
func (mr *MockControllerMockRecorder) Reconcile(arg0 interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile
func (*MockControllerMockRecorder) Start ¶
func (mr *MockControllerMockRecorder) Start(arg0 interface{}) *gomock.Call
Start indicates an expected call of Start
func (*MockControllerMockRecorder) Watch ¶
func (mr *MockControllerMockRecorder) Watch(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Watch indicates an expected call of Watch
Click to show internal directories.
Click to hide internal directories.