Documentation ¶
Overview ¶
Package mock_ezkube is a generated GoMock package.
Index ¶
- type MockEnsurer
- func (m *MockEnsurer) Create(arg0 context.Context, arg1 ezkube.Object) error
- func (m *MockEnsurer) Delete(arg0 context.Context, arg1 ezkube.Object) error
- func (m *MockEnsurer) EXPECT() *MockEnsurerMockRecorder
- func (m *MockEnsurer) Ensure(arg0 context.Context, arg1, arg2 ezkube.Object, arg3 ...ezkube.ReconcileFunc) error
- func (m *MockEnsurer) Get(arg0 context.Context, arg1 ezkube.Object) error
- func (m *MockEnsurer) List(arg0 context.Context, arg1 ezkube.List, arg2 ...client.ListOption) error
- func (m *MockEnsurer) Manager() manager.Manager
- func (m *MockEnsurer) Update(arg0 context.Context, arg1 ezkube.Object, arg2 ...ezkube.ReconcileFunc) error
- func (m *MockEnsurer) UpdateStatus(arg0 context.Context, arg1 ezkube.Object) error
- type MockEnsurerMockRecorder
- func (mr *MockEnsurerMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEnsurerMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEnsurerMockRecorder) Ensure(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockEnsurerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEnsurerMockRecorder) List(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEnsurerMockRecorder) Manager() *gomock.Call
- func (mr *MockEnsurerMockRecorder) Update(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEnsurerMockRecorder) UpdateStatus(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEnsurer ¶
type MockEnsurer struct {
// contains filtered or unexported fields
}
MockEnsurer is a mock of Ensurer interface
func NewMockEnsurer ¶
func NewMockEnsurer(ctrl *gomock.Controller) *MockEnsurer
NewMockEnsurer creates a new mock instance
func (*MockEnsurer) EXPECT ¶
func (m *MockEnsurer) EXPECT() *MockEnsurerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockEnsurer) Ensure ¶
func (m *MockEnsurer) Ensure(arg0 context.Context, arg1, arg2 ezkube.Object, arg3 ...ezkube.ReconcileFunc) error
Ensure mocks base method
func (*MockEnsurer) List ¶
func (m *MockEnsurer) List(arg0 context.Context, arg1 ezkube.List, arg2 ...client.ListOption) error
List mocks base method
func (*MockEnsurer) Manager ¶
func (m *MockEnsurer) Manager() manager.Manager
Manager mocks base method
func (*MockEnsurer) Update ¶
func (m *MockEnsurer) Update(arg0 context.Context, arg1 ezkube.Object, arg2 ...ezkube.ReconcileFunc) error
Update mocks base method
func (*MockEnsurer) UpdateStatus ¶
UpdateStatus mocks base method
type MockEnsurerMockRecorder ¶
type MockEnsurerMockRecorder struct {
// contains filtered or unexported fields
}
MockEnsurerMockRecorder is the mock recorder for MockEnsurer
func (*MockEnsurerMockRecorder) Create ¶
func (mr *MockEnsurerMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
Create indicates an expected call of Create
func (*MockEnsurerMockRecorder) Delete ¶
func (mr *MockEnsurerMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockEnsurerMockRecorder) Ensure ¶
func (mr *MockEnsurerMockRecorder) Ensure(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Ensure indicates an expected call of Ensure
func (*MockEnsurerMockRecorder) Get ¶
func (mr *MockEnsurerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockEnsurerMockRecorder) List ¶
func (mr *MockEnsurerMockRecorder) List(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
List indicates an expected call of List
func (*MockEnsurerMockRecorder) Manager ¶
func (mr *MockEnsurerMockRecorder) Manager() *gomock.Call
Manager indicates an expected call of Manager
func (*MockEnsurerMockRecorder) Update ¶
func (mr *MockEnsurerMockRecorder) Update(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Update indicates an expected call of Update
func (*MockEnsurerMockRecorder) UpdateStatus ¶
func (mr *MockEnsurerMockRecorder) UpdateStatus(arg0, arg1 interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus