mock_client

package
v2.14.0 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_client 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) GroupVersionKindFor added in v2.11.0

func (m *MockClient) GroupVersionKindFor(arg0 runtime.Object) (schema.GroupVersionKind, error)

GroupVersionKindFor mocks base method.

func (*MockClient) IsObjectNamespaced added in v2.11.0

func (m *MockClient) IsObjectNamespaced(arg0 runtime.Object) (bool, error)

IsObjectNamespaced 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 added in v2.5.0

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

RESTMapper mocks base method.

func (*MockClient) Scheme added in v2.5.0

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 v2.10.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 any, arg2 ...any) *gomock.Call

Create indicates an expected call of Create.

func (*MockClientMockRecorder) Delete

func (mr *MockClientMockRecorder) Delete(arg0, arg1 any, arg2 ...any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockClientMockRecorder) DeleteAllOf

func (mr *MockClientMockRecorder) DeleteAllOf(arg0, arg1 any, arg2 ...any) *gomock.Call

DeleteAllOf indicates an expected call of DeleteAllOf.

func (*MockClientMockRecorder) Get

func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

Get indicates an expected call of Get.

func (*MockClientMockRecorder) GroupVersionKindFor added in v2.11.0

func (mr *MockClientMockRecorder) GroupVersionKindFor(arg0 any) *gomock.Call

GroupVersionKindFor indicates an expected call of GroupVersionKindFor.

func (*MockClientMockRecorder) IsObjectNamespaced added in v2.11.0

func (mr *MockClientMockRecorder) IsObjectNamespaced(arg0 any) *gomock.Call

IsObjectNamespaced indicates an expected call of IsObjectNamespaced.

func (*MockClientMockRecorder) List

func (mr *MockClientMockRecorder) List(arg0, arg1 any, arg2 ...any) *gomock.Call

List indicates an expected call of List.

func (*MockClientMockRecorder) Patch

func (mr *MockClientMockRecorder) Patch(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockClientMockRecorder) RESTMapper added in v2.5.0

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

RESTMapper indicates an expected call of RESTMapper.

func (*MockClientMockRecorder) Scheme added in v2.5.0

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 v2.10.0

func (mr *MockClientMockRecorder) SubResource(arg0 any) *gomock.Call

SubResource indicates an expected call of SubResource.

func (*MockClientMockRecorder) Update

func (mr *MockClientMockRecorder) Update(arg0, arg1 any, arg2 ...any) *gomock.Call

Update indicates an expected call of Update.

type MockFieldIndexer

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

MockFieldIndexer is a mock of FieldIndexer interface.

func NewMockFieldIndexer

func NewMockFieldIndexer(ctrl *gomock.Controller) *MockFieldIndexer

NewMockFieldIndexer creates a new mock instance.

func (*MockFieldIndexer) EXPECT

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

func (*MockFieldIndexer) IndexField

func (m *MockFieldIndexer) IndexField(arg0 context.Context, arg1 client.Object, arg2 string, arg3 client.IndexerFunc) error

IndexField mocks base method.

type MockFieldIndexerMockRecorder

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

MockFieldIndexerMockRecorder is the mock recorder for MockFieldIndexer.

func (*MockFieldIndexerMockRecorder) IndexField

func (mr *MockFieldIndexerMockRecorder) IndexField(arg0, arg1, arg2, arg3 any) *gomock.Call

IndexField indicates an expected call of IndexField.

type MockPatch

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

MockPatch is a mock of Patch interface.

func NewMockPatch

func NewMockPatch(ctrl *gomock.Controller) *MockPatch

NewMockPatch creates a new mock instance.

func (*MockPatch) Data

func (m *MockPatch) Data(arg0 client.Object) ([]byte, error)

Data mocks base method.

func (*MockPatch) EXPECT

func (m *MockPatch) EXPECT() *MockPatchMockRecorder

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

func (*MockPatch) Type

func (m *MockPatch) Type() types.PatchType

Type mocks base method.

type MockPatchMockRecorder

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

MockPatchMockRecorder is the mock recorder for MockPatch.

func (*MockPatchMockRecorder) Data

func (mr *MockPatchMockRecorder) Data(arg0 any) *gomock.Call

Data indicates an expected call of Data.

func (*MockPatchMockRecorder) Type

func (mr *MockPatchMockRecorder) Type() *gomock.Call

Type indicates an expected call of Type.

type MockReader

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

MockReader is a mock of Reader interface.

func NewMockReader

func NewMockReader(ctrl *gomock.Controller) *MockReader

NewMockReader creates a new mock instance.

func (*MockReader) EXPECT

func (m *MockReader) EXPECT() *MockReaderMockRecorder

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

func (*MockReader) Get

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

Get mocks base method.

func (*MockReader) List

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

List mocks base method.

type MockReaderMockRecorder

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

MockReaderMockRecorder is the mock recorder for MockReader.

func (*MockReaderMockRecorder) Get

func (mr *MockReaderMockRecorder) Get(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

Get indicates an expected call of Get.

func (*MockReaderMockRecorder) List

func (mr *MockReaderMockRecorder) List(arg0, arg1 any, arg2 ...any) *gomock.Call

List indicates an expected call of List.

type MockStatusClient

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

MockStatusClient is a mock of StatusClient interface.

func NewMockStatusClient

func NewMockStatusClient(ctrl *gomock.Controller) *MockStatusClient

NewMockStatusClient creates a new mock instance.

func (*MockStatusClient) EXPECT

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

func (*MockStatusClient) Status

Status mocks base method.

type MockStatusClientMockRecorder

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

MockStatusClientMockRecorder is the mock recorder for MockStatusClient.

func (*MockStatusClientMockRecorder) Status

Status indicates an expected call of Status.

type MockStatusWriter

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

MockStatusWriter is a mock of StatusWriter interface.

func NewMockStatusWriter

func NewMockStatusWriter(ctrl *gomock.Controller) *MockStatusWriter

NewMockStatusWriter creates a new mock instance.

func (*MockStatusWriter) Create added in v2.10.0

func (m *MockStatusWriter) Create(arg0 context.Context, arg1, arg2 client.Object, arg3 ...client.SubResourceCreateOption) error

Create mocks base method.

func (*MockStatusWriter) EXPECT

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

func (*MockStatusWriter) Patch

Patch mocks base method.

func (*MockStatusWriter) Update

Update mocks base method.

type MockStatusWriterMockRecorder

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

MockStatusWriterMockRecorder is the mock recorder for MockStatusWriter.

func (*MockStatusWriterMockRecorder) Create added in v2.10.0

func (mr *MockStatusWriterMockRecorder) Create(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

Create indicates an expected call of Create.

func (*MockStatusWriterMockRecorder) Patch

func (mr *MockStatusWriterMockRecorder) Patch(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockStatusWriterMockRecorder) Update

func (mr *MockStatusWriterMockRecorder) Update(arg0, arg1 any, arg2 ...any) *gomock.Call

Update indicates an expected call of Update.

type MockWithWatch added in v2.5.0

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

MockWithWatch is a mock of WithWatch interface.

func NewMockWithWatch added in v2.5.0

func NewMockWithWatch(ctrl *gomock.Controller) *MockWithWatch

NewMockWithWatch creates a new mock instance.

func (*MockWithWatch) Create added in v2.5.0

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

Create mocks base method.

func (*MockWithWatch) Delete added in v2.5.0

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

Delete mocks base method.

func (*MockWithWatch) DeleteAllOf added in v2.5.0

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

DeleteAllOf mocks base method.

func (*MockWithWatch) EXPECT added in v2.5.0

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

func (*MockWithWatch) Get added in v2.5.0

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

Get mocks base method.

func (*MockWithWatch) GroupVersionKindFor added in v2.11.0

func (m *MockWithWatch) GroupVersionKindFor(arg0 runtime.Object) (schema.GroupVersionKind, error)

GroupVersionKindFor mocks base method.

func (*MockWithWatch) IsObjectNamespaced added in v2.11.0

func (m *MockWithWatch) IsObjectNamespaced(arg0 runtime.Object) (bool, error)

IsObjectNamespaced mocks base method.

func (*MockWithWatch) List added in v2.5.0

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

List mocks base method.

func (*MockWithWatch) Patch added in v2.5.0

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

Patch mocks base method.

func (*MockWithWatch) RESTMapper added in v2.5.0

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

RESTMapper mocks base method.

func (*MockWithWatch) Scheme added in v2.5.0

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

Scheme mocks base method.

func (*MockWithWatch) Status added in v2.5.0

Status mocks base method.

func (*MockWithWatch) SubResource added in v2.10.0

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

SubResource mocks base method.

func (*MockWithWatch) Update added in v2.5.0

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

Update mocks base method.

func (*MockWithWatch) Watch added in v2.5.0

Watch mocks base method.

type MockWithWatchMockRecorder added in v2.5.0

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

MockWithWatchMockRecorder is the mock recorder for MockWithWatch.

func (*MockWithWatchMockRecorder) Create added in v2.5.0

func (mr *MockWithWatchMockRecorder) Create(arg0, arg1 any, arg2 ...any) *gomock.Call

Create indicates an expected call of Create.

func (*MockWithWatchMockRecorder) Delete added in v2.5.0

func (mr *MockWithWatchMockRecorder) Delete(arg0, arg1 any, arg2 ...any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockWithWatchMockRecorder) DeleteAllOf added in v2.5.0

func (mr *MockWithWatchMockRecorder) DeleteAllOf(arg0, arg1 any, arg2 ...any) *gomock.Call

DeleteAllOf indicates an expected call of DeleteAllOf.

func (*MockWithWatchMockRecorder) Get added in v2.5.0

func (mr *MockWithWatchMockRecorder) Get(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

Get indicates an expected call of Get.

func (*MockWithWatchMockRecorder) GroupVersionKindFor added in v2.11.0

func (mr *MockWithWatchMockRecorder) GroupVersionKindFor(arg0 any) *gomock.Call

GroupVersionKindFor indicates an expected call of GroupVersionKindFor.

func (*MockWithWatchMockRecorder) IsObjectNamespaced added in v2.11.0

func (mr *MockWithWatchMockRecorder) IsObjectNamespaced(arg0 any) *gomock.Call

IsObjectNamespaced indicates an expected call of IsObjectNamespaced.

func (*MockWithWatchMockRecorder) List added in v2.5.0

func (mr *MockWithWatchMockRecorder) List(arg0, arg1 any, arg2 ...any) *gomock.Call

List indicates an expected call of List.

func (*MockWithWatchMockRecorder) Patch added in v2.5.0

func (mr *MockWithWatchMockRecorder) Patch(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockWithWatchMockRecorder) RESTMapper added in v2.5.0

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

RESTMapper indicates an expected call of RESTMapper.

func (*MockWithWatchMockRecorder) Scheme added in v2.5.0

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

Scheme indicates an expected call of Scheme.

func (*MockWithWatchMockRecorder) Status added in v2.5.0

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

Status indicates an expected call of Status.

func (*MockWithWatchMockRecorder) SubResource added in v2.10.0

func (mr *MockWithWatchMockRecorder) SubResource(arg0 any) *gomock.Call

SubResource indicates an expected call of SubResource.

func (*MockWithWatchMockRecorder) Update added in v2.5.0

func (mr *MockWithWatchMockRecorder) Update(arg0, arg1 any, arg2 ...any) *gomock.Call

Update indicates an expected call of Update.

func (*MockWithWatchMockRecorder) Watch added in v2.5.0

func (mr *MockWithWatchMockRecorder) Watch(arg0, arg1 any, arg2 ...any) *gomock.Call

Watch indicates an expected call of Watch.

type MockWriter

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

MockWriter is a mock of Writer interface.

func NewMockWriter

func NewMockWriter(ctrl *gomock.Controller) *MockWriter

NewMockWriter creates a new mock instance.

func (*MockWriter) Create

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

Create mocks base method.

func (*MockWriter) Delete

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

Delete mocks base method.

func (*MockWriter) DeleteAllOf

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

DeleteAllOf mocks base method.

func (*MockWriter) EXPECT

func (m *MockWriter) EXPECT() *MockWriterMockRecorder

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

func (*MockWriter) Patch

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

Patch mocks base method.

func (*MockWriter) Update

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

Update mocks base method.

type MockWriterMockRecorder

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

MockWriterMockRecorder is the mock recorder for MockWriter.

func (*MockWriterMockRecorder) Create

func (mr *MockWriterMockRecorder) Create(arg0, arg1 any, arg2 ...any) *gomock.Call

Create indicates an expected call of Create.

func (*MockWriterMockRecorder) Delete

func (mr *MockWriterMockRecorder) Delete(arg0, arg1 any, arg2 ...any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockWriterMockRecorder) DeleteAllOf

func (mr *MockWriterMockRecorder) DeleteAllOf(arg0, arg1 any, arg2 ...any) *gomock.Call

DeleteAllOf indicates an expected call of DeleteAllOf.

func (*MockWriterMockRecorder) Patch

func (mr *MockWriterMockRecorder) Patch(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockWriterMockRecorder) Update

func (mr *MockWriterMockRecorder) Update(arg0, arg1 any, arg2 ...any) *gomock.Call

Update indicates an expected call of Update.

Jump to

Keyboard shortcuts

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