mocks

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 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(ctx context.Context, obj client.Object, opts ...client.CreateOption) error

Create mocks base method.

func (*MockClient) Delete

func (m *MockClient) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error

Delete mocks base method.

func (*MockClient) DeleteAllOf

func (m *MockClient) DeleteAllOf(ctx context.Context, obj client.Object, opts ...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(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption) error

Get mocks base method.

func (*MockClient) GroupVersionKindFor

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

GroupVersionKindFor mocks base method.

func (*MockClient) IsObjectNamespaced

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

IsObjectNamespaced mocks base method.

func (*MockClient) List

func (m *MockClient) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error

List mocks base method.

func (*MockClient) Patch

func (m *MockClient) Patch(ctx context.Context, obj client.Object, patch client.Patch, opts ...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.StatusWriter

Status mocks base method.

func (*MockClient) SubResource

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

SubResource mocks base method.

func (*MockClient) Update

func (m *MockClient) Update(ctx context.Context, obj client.Object, opts ...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(ctx, obj any, opts ...any) *gomock.Call

Create indicates an expected call of Create.

func (*MockClientMockRecorder) Delete

func (mr *MockClientMockRecorder) Delete(ctx, obj any, opts ...any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockClientMockRecorder) DeleteAllOf

func (mr *MockClientMockRecorder) DeleteAllOf(ctx, obj any, opts ...any) *gomock.Call

DeleteAllOf indicates an expected call of DeleteAllOf.

func (*MockClientMockRecorder) Get

func (mr *MockClientMockRecorder) Get(ctx, key, obj any, opts ...any) *gomock.Call

Get indicates an expected call of Get.

func (*MockClientMockRecorder) GroupVersionKindFor

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

GroupVersionKindFor indicates an expected call of GroupVersionKindFor.

func (*MockClientMockRecorder) IsObjectNamespaced

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

IsObjectNamespaced indicates an expected call of IsObjectNamespaced.

func (*MockClientMockRecorder) List

func (mr *MockClientMockRecorder) List(ctx, list any, opts ...any) *gomock.Call

List indicates an expected call of List.

func (*MockClientMockRecorder) Patch

func (mr *MockClientMockRecorder) Patch(ctx, obj, patch any, opts ...any) *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

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

SubResource indicates an expected call of SubResource.

func (*MockClientMockRecorder) Update

func (mr *MockClientMockRecorder) Update(ctx, obj any, opts ...any) *gomock.Call

Update indicates an expected call of Update.

type MockEventRecorder

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

MockEventRecorder is a mock of EventRecorder interface.

func NewMockEventRecorder

func NewMockEventRecorder(ctrl *gomock.Controller) *MockEventRecorder

NewMockEventRecorder creates a new mock instance.

func (*MockEventRecorder) AnnotatedEventf

func (m *MockEventRecorder) AnnotatedEventf(object runtime.Object, annotations map[string]string, eventtype, reason, messageFmt string, args ...any)

AnnotatedEventf mocks base method.

func (*MockEventRecorder) EXPECT

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

func (*MockEventRecorder) Event

func (m *MockEventRecorder) Event(object runtime.Object, eventtype, reason, message string)

Event mocks base method.

func (*MockEventRecorder) Eventf

func (m *MockEventRecorder) Eventf(object runtime.Object, eventtype, reason, messageFmt string, args ...any)

Eventf mocks base method.

type MockEventRecorderMockRecorder

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

MockEventRecorderMockRecorder is the mock recorder for MockEventRecorder.

func (*MockEventRecorderMockRecorder) AnnotatedEventf

func (mr *MockEventRecorderMockRecorder) AnnotatedEventf(object, annotations, eventtype, reason, messageFmt any, args ...any) *gomock.Call

AnnotatedEventf indicates an expected call of AnnotatedEventf.

func (*MockEventRecorderMockRecorder) Event

func (mr *MockEventRecorderMockRecorder) Event(object, eventtype, reason, message any) *gomock.Call

Event indicates an expected call of Event.

func (*MockEventRecorderMockRecorder) Eventf

func (mr *MockEventRecorderMockRecorder) Eventf(object, eventtype, reason, messageFmt any, args ...any) *gomock.Call

Eventf indicates an expected call of Eventf.

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

func (m *MockStatusWriter) Create(ctx context.Context, obj, subResource client.Object, opts ...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

func (mr *MockStatusWriterMockRecorder) Create(ctx, obj, subResource any, opts ...any) *gomock.Call

Create indicates an expected call of Create.

func (*MockStatusWriterMockRecorder) Patch

func (mr *MockStatusWriterMockRecorder) Patch(ctx, obj, patch any, opts ...any) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockStatusWriterMockRecorder) Update

func (mr *MockStatusWriterMockRecorder) Update(ctx, obj any, opts ...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