mock_test

package
v0.25.2 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package mock_test is a generated GoMock package.

Package mock_test contains mock clients for testing

Package mock_test is a generated GoMock package.

Package mock_test is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

type MockClient struct {
	// contains filtered or unexported fields
}

MockClient is a mock of Client interface.

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance.

func (*MockClient) Create

func (m *MockClient) Create(arg0 context.Context, arg1 client.Object, arg2 ...client.CreateOption) error

Create mocks base method.

func (*MockClient) Delete

func (m *MockClient) Delete(arg0 context.Context, arg1 client.Object, arg2 ...client.DeleteOption) error

Delete mocks base method.

func (*MockClient) DeleteAllOf

func (m *MockClient) DeleteAllOf(arg0 context.Context, arg1 client.Object, arg2 ...client.DeleteAllOfOption) error

DeleteAllOf mocks base method.

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClient) Get

func (m *MockClient) Get(arg0 context.Context, arg1 types.NamespacedName, arg2 client.Object, arg3 ...client.GetOption) error

Get mocks base method.

func (*MockClient) List

func (m *MockClient) List(arg0 context.Context, arg1 client.ObjectList, arg2 ...client.ListOption) error

List mocks base method.

func (*MockClient) Patch

func (m *MockClient) Patch(arg0 context.Context, arg1 client.Object, arg2 client.Patch, arg3 ...client.PatchOption) error

Patch mocks base method.

func (*MockClient) RESTMapper

func (m *MockClient) RESTMapper() meta.RESTMapper

RESTMapper mocks base method.

func (*MockClient) Scheme

func (m *MockClient) Scheme() *runtime.Scheme

Scheme mocks base method.

func (*MockClient) Status

func (m *MockClient) Status() client.SubResourceWriter

Status mocks base method.

func (*MockClient) SubResource added in v0.22.0

func (m *MockClient) SubResource(arg0 string) client.SubResourceClient

SubResource mocks base method.

func (*MockClient) Update

func (m *MockClient) Update(arg0 context.Context, arg1 client.Object, arg2 ...client.UpdateOption) error

Update mocks base method.

type MockClientMockRecorder

type MockClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) Create

func (mr *MockClientMockRecorder) Create(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockClientMockRecorder) Delete

func (mr *MockClientMockRecorder) Delete(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockClientMockRecorder) DeleteAllOf

func (mr *MockClientMockRecorder) DeleteAllOf(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAllOf indicates an expected call of DeleteAllOf.

func (*MockClientMockRecorder) Get

func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockClientMockRecorder) List

func (mr *MockClientMockRecorder) List(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockClientMockRecorder) Patch

func (mr *MockClientMockRecorder) Patch(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockClientMockRecorder) RESTMapper

func (mr *MockClientMockRecorder) RESTMapper() *gomock.Call

RESTMapper indicates an expected call of RESTMapper.

func (*MockClientMockRecorder) Scheme

func (mr *MockClientMockRecorder) Scheme() *gomock.Call

Scheme indicates an expected call of Scheme.

func (*MockClientMockRecorder) Status

func (mr *MockClientMockRecorder) Status() *gomock.Call

Status indicates an expected call of Status.

func (*MockClientMockRecorder) SubResource added in v0.22.0

func (mr *MockClientMockRecorder) SubResource(arg0 interface{}) *gomock.Call

SubResource indicates an expected call of SubResource.

func (*MockClientMockRecorder) Update

func (mr *MockClientMockRecorder) Update(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Update indicates an expected call of Update.

type MockConfigReconciler

type MockConfigReconciler struct {
	// contains filtered or unexported fields
}

MockConfigReconciler is a mock of ConfigReconciler interface.

func NewMockConfigReconciler

func NewMockConfigReconciler(ctrl *gomock.Controller) *MockConfigReconciler

NewMockConfigReconciler creates a new mock instance.

func (*MockConfigReconciler) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockConfigReconciler) SetConfig

func (m *MockConfigReconciler) SetConfig(arg0 context.Context, arg1 *model.Config) (bool, error)

SetConfig mocks base method.

type MockConfigReconcilerMockRecorder

type MockConfigReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockConfigReconcilerMockRecorder is the mock recorder for MockConfigReconciler.

func (*MockConfigReconcilerMockRecorder) SetConfig

func (mr *MockConfigReconcilerMockRecorder) SetConfig(arg0, arg1 interface{}) *gomock.Call

SetConfig indicates an expected call of SetConfig.

type MockIngressReconciler

type MockIngressReconciler struct {
	// contains filtered or unexported fields
}

MockIngressReconciler is a mock of IngressReconciler interface.

func NewMockIngressReconciler

func NewMockIngressReconciler(ctrl *gomock.Controller) *MockIngressReconciler

NewMockIngressReconciler creates a new mock instance.

func (*MockIngressReconciler) Delete

Delete mocks base method.

func (*MockIngressReconciler) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIngressReconciler) Set

Set mocks base method.

func (*MockIngressReconciler) Upsert

Upsert mocks base method.

type MockIngressReconcilerMockRecorder

type MockIngressReconcilerMockRecorder struct {
	// contains filtered or unexported fields
}

MockIngressReconcilerMockRecorder is the mock recorder for MockIngressReconciler.

func (*MockIngressReconcilerMockRecorder) Delete

func (mr *MockIngressReconcilerMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockIngressReconcilerMockRecorder) Set

func (mr *MockIngressReconcilerMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call

Set indicates an expected call of Set.

func (*MockIngressReconcilerMockRecorder) Upsert

func (mr *MockIngressReconcilerMockRecorder) Upsert(arg0, arg1 interface{}) *gomock.Call

Upsert indicates an expected call of Upsert.

Jump to

Keyboard shortcuts

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