Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockGetterService
- func (m *MockGetterService) Delete(arg0 context.Context, arg1 v1alpha1.ResourceSpec) error
- func (m *MockGetterService) EXPECT() *MockGetterServiceMockRecorder
- func (m *MockGetterService) Get(arg0 context.Context, arg1 v1alpha1.ResourceSpec) (interface{}, error)
- func (m *MockGetterService) Reconcile(arg0 context.Context, arg1 v1alpha1.ResourceSpec) error
- type MockGetterServiceMockRecorder
- type MockService
- type MockServiceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGetterService ¶
type MockGetterService struct {
// contains filtered or unexported fields
}
MockGetterService is a mock of GetterService interface
func NewMockGetterService ¶
func NewMockGetterService(ctrl *gomock.Controller) *MockGetterService
NewMockGetterService creates a new mock instance
func (*MockGetterService) Delete ¶
func (m *MockGetterService) Delete(arg0 context.Context, arg1 v1alpha1.ResourceSpec) error
Delete mocks base method
func (*MockGetterService) EXPECT ¶
func (m *MockGetterService) EXPECT() *MockGetterServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockGetterService) Get ¶
func (m *MockGetterService) Get(arg0 context.Context, arg1 v1alpha1.ResourceSpec) (interface{}, error)
Get mocks base method
func (*MockGetterService) Reconcile ¶
func (m *MockGetterService) Reconcile(arg0 context.Context, arg1 v1alpha1.ResourceSpec) error
Reconcile mocks base method
type MockGetterServiceMockRecorder ¶
type MockGetterServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockGetterServiceMockRecorder is the mock recorder for MockGetterService
func (*MockGetterServiceMockRecorder) Delete ¶
func (mr *MockGetterServiceMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockGetterServiceMockRecorder) Get ¶
func (mr *MockGetterServiceMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockGetterServiceMockRecorder) Reconcile ¶
func (mr *MockGetterServiceMockRecorder) Reconcile(arg0, arg1 interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile
type MockService ¶
type MockService struct {
// contains filtered or unexported fields
}
MockService is a mock of Service interface
func NewMockService ¶
func NewMockService(ctrl *gomock.Controller) *MockService
NewMockService creates a new mock instance
func (*MockService) Delete ¶
func (m *MockService) Delete(arg0 context.Context, arg1 v1alpha1.ResourceSpec) error
Delete mocks base method
func (*MockService) EXPECT ¶
func (m *MockService) EXPECT() *MockServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockService) Reconcile ¶
func (m *MockService) Reconcile(arg0 context.Context, arg1 v1alpha1.ResourceSpec) error
Reconcile mocks base method
type MockServiceMockRecorder ¶
type MockServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceMockRecorder is the mock recorder for MockService
func (*MockServiceMockRecorder) Delete ¶
func (mr *MockServiceMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockServiceMockRecorder) Reconcile ¶
func (mr *MockServiceMockRecorder) Reconcile(arg0, arg1 interface{}) *gomock.Call
Reconcile indicates an expected call of Reconcile