mocks

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

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

Delete mocks base method

func (*MockGetterService) EXPECT

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL