client

package
v1.89.4 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, BSD-2-Clause, MIT, + 1 more Imports: 8 Imported by: 0

Documentation

Overview

Package 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 v1.79.0

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

GroupVersionKindFor mocks base method.

func (*MockClient) IsObjectNamespaced added in v1.79.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 v1.16.0

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

RESTMapper mocks base method.

func (*MockClient) Scheme added in v1.16.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 v1.64.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) GroupVersionKindFor added in v1.79.0

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

GroupVersionKindFor indicates an expected call of GroupVersionKindFor.

func (*MockClientMockRecorder) IsObjectNamespaced added in v1.79.0

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

IsObjectNamespaced indicates an expected call of IsObjectNamespaced.

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 added in v1.16.0

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

RESTMapper indicates an expected call of RESTMapper.

func (*MockClientMockRecorder) Scheme added in v1.16.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 v1.64.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 MockReader added in v1.12.0

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

MockReader is a mock of Reader interface.

func NewMockReader added in v1.12.0

func NewMockReader(ctrl *gomock.Controller) *MockReader

NewMockReader creates a new mock instance.

func (*MockReader) EXPECT added in v1.12.0

func (m *MockReader) EXPECT() *MockReaderMockRecorder

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

func (*MockReader) Get added in v1.12.0

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

Get mocks base method.

func (*MockReader) List added in v1.12.0

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

List mocks base method.

type MockReaderMockRecorder added in v1.12.0

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

MockReaderMockRecorder is the mock recorder for MockReader.

func (*MockReaderMockRecorder) Get added in v1.12.0

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

Get indicates an expected call of Get.

func (*MockReaderMockRecorder) List added in v1.12.0

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

List indicates an expected call of List.

type MockStatusWriter added in v1.7.0

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

MockStatusWriter is a mock of StatusWriter interface.

func NewMockStatusWriter added in v1.7.0

func NewMockStatusWriter(ctrl *gomock.Controller) *MockStatusWriter

NewMockStatusWriter creates a new mock instance.

func (*MockStatusWriter) Create added in v1.64.0

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

Create mocks base method.

func (*MockStatusWriter) EXPECT added in v1.7.0

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

func (*MockStatusWriter) Patch added in v1.7.0

Patch mocks base method.

func (*MockStatusWriter) Update added in v1.7.0

Update mocks base method.

type MockStatusWriterMockRecorder added in v1.7.0

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

MockStatusWriterMockRecorder is the mock recorder for MockStatusWriter.

func (*MockStatusWriterMockRecorder) Create added in v1.64.0

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

Create indicates an expected call of Create.

func (*MockStatusWriterMockRecorder) Patch added in v1.7.0

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

Patch indicates an expected call of Patch.

func (*MockStatusWriterMockRecorder) Update added in v1.7.0

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

Update indicates an expected call of Update.

type MockSubResourceClient added in v1.64.0

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

MockSubResourceClient is a mock of SubResourceClient interface.

func NewMockSubResourceClient added in v1.64.0

func NewMockSubResourceClient(ctrl *gomock.Controller) *MockSubResourceClient

NewMockSubResourceClient creates a new mock instance.

func (*MockSubResourceClient) Create added in v1.64.0

Create mocks base method.

func (*MockSubResourceClient) EXPECT added in v1.64.0

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

func (*MockSubResourceClient) Get added in v1.64.0

Get mocks base method.

func (*MockSubResourceClient) Patch added in v1.64.0

Patch mocks base method.

func (*MockSubResourceClient) Update added in v1.64.0

Update mocks base method.

type MockSubResourceClientMockRecorder added in v1.64.0

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

MockSubResourceClientMockRecorder is the mock recorder for MockSubResourceClient.

func (*MockSubResourceClientMockRecorder) Create added in v1.64.0

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

Create indicates an expected call of Create.

func (*MockSubResourceClientMockRecorder) Get added in v1.64.0

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

Get indicates an expected call of Get.

func (*MockSubResourceClientMockRecorder) Patch added in v1.64.0

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

Patch indicates an expected call of Patch.

func (*MockSubResourceClientMockRecorder) Update added in v1.64.0

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

Update indicates an expected call of Update.

type MockWriter added in v1.18.0

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

MockWriter is a mock of Writer interface.

func NewMockWriter added in v1.18.0

func NewMockWriter(ctrl *gomock.Controller) *MockWriter

NewMockWriter creates a new mock instance.

func (*MockWriter) Create added in v1.18.0

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

Create mocks base method.

func (*MockWriter) Delete added in v1.18.0

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

Delete mocks base method.

func (*MockWriter) DeleteAllOf added in v1.18.0

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

DeleteAllOf mocks base method.

func (*MockWriter) EXPECT added in v1.18.0

func (m *MockWriter) EXPECT() *MockWriterMockRecorder

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

func (*MockWriter) Patch added in v1.18.0

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

Patch mocks base method.

func (*MockWriter) Update added in v1.18.0

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

Update mocks base method.

type MockWriterMockRecorder added in v1.18.0

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

MockWriterMockRecorder is the mock recorder for MockWriter.

func (*MockWriterMockRecorder) Create added in v1.18.0

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

Create indicates an expected call of Create.

func (*MockWriterMockRecorder) Delete added in v1.18.0

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

Delete indicates an expected call of Delete.

func (*MockWriterMockRecorder) DeleteAllOf added in v1.18.0

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

DeleteAllOf indicates an expected call of DeleteAllOf.

func (*MockWriterMockRecorder) Patch added in v1.18.0

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

Patch indicates an expected call of Patch.

func (*MockWriterMockRecorder) Update added in v1.18.0

func (mr *MockWriterMockRecorder) Update(arg0, arg1 interface{}, arg2 ...interface{}) *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