mocks

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: May 17, 2023 License: Apache-2.0 Imports: 19 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 MockActuator

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

MockActuator is a mock of Actuator interface.

func NewMockActuator

func NewMockActuator(ctrl *gomock.Controller) *MockActuator

NewMockActuator creates a new mock instance.

func (*MockActuator) Delete

func (m *MockActuator) Delete(arg0 context.Context, arg1 logr.Logger, arg2 *v1alpha1.Extension) error

Delete mocks base method.

func (*MockActuator) EXPECT

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

func (*MockActuator) Migrate

func (m *MockActuator) Migrate(arg0 context.Context, arg1 logr.Logger, arg2 *v1alpha1.Extension) error

Migrate mocks base method.

func (*MockActuator) Reconcile

func (m *MockActuator) Reconcile(arg0 context.Context, arg1 logr.Logger, arg2 *v1alpha1.Extension) error

Reconcile mocks base method.

func (*MockActuator) Restore

func (m *MockActuator) Restore(arg0 context.Context, arg1 logr.Logger, arg2 *v1alpha1.Extension) error

Restore mocks base method.

type MockActuatorMockRecorder

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

MockActuatorMockRecorder is the mock recorder for MockActuator.

func (*MockActuatorMockRecorder) Delete

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

Delete indicates an expected call of Delete.

func (*MockActuatorMockRecorder) Migrate

func (mr *MockActuatorMockRecorder) Migrate(arg0, arg1, arg2 interface{}) *gomock.Call

Migrate indicates an expected call of Migrate.

func (*MockActuatorMockRecorder) Reconcile

func (mr *MockActuatorMockRecorder) Reconcile(arg0, arg1, arg2 interface{}) *gomock.Call

Reconcile indicates an expected call of Reconcile.

func (*MockActuatorMockRecorder) Restore

func (mr *MockActuatorMockRecorder) Restore(arg0, arg1, arg2 interface{}) *gomock.Call

Restore indicates an expected call of Restore.

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

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

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 MockManager

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

MockManager is a mock of Manager interface.

func NewMockManager

func NewMockManager(ctrl *gomock.Controller) *MockManager

NewMockManager creates a new mock instance.

func (*MockManager) Add

func (m *MockManager) Add(arg0 manager.Runnable) error

Add mocks base method.

func (*MockManager) AddHealthzCheck

func (m *MockManager) AddHealthzCheck(arg0 string, arg1 healthz.Checker) error

AddHealthzCheck mocks base method.

func (*MockManager) AddMetricsExtraHandler

func (m *MockManager) AddMetricsExtraHandler(arg0 string, arg1 http.Handler) error

AddMetricsExtraHandler mocks base method.

func (*MockManager) AddReadyzCheck

func (m *MockManager) AddReadyzCheck(arg0 string, arg1 healthz.Checker) error

AddReadyzCheck mocks base method.

func (*MockManager) EXPECT

func (m *MockManager) EXPECT() *MockManagerMockRecorder

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

func (*MockManager) Elected

func (m *MockManager) Elected() <-chan struct{}

Elected mocks base method.

func (*MockManager) GetAPIReader

func (m *MockManager) GetAPIReader() client.Reader

GetAPIReader mocks base method.

func (*MockManager) GetCache

func (m *MockManager) GetCache() cache.Cache

GetCache mocks base method.

func (*MockManager) GetClient

func (m *MockManager) GetClient() client.Client

GetClient mocks base method.

func (*MockManager) GetConfig

func (m *MockManager) GetConfig() *rest.Config

GetConfig mocks base method.

func (*MockManager) GetControllerOptions

func (m *MockManager) GetControllerOptions() v1alpha1.ControllerConfigurationSpec

GetControllerOptions mocks base method.

func (*MockManager) GetEventRecorderFor

func (m *MockManager) GetEventRecorderFor(arg0 string) record.EventRecorder

GetEventRecorderFor mocks base method.

func (*MockManager) GetFieldIndexer

func (m *MockManager) GetFieldIndexer() client.FieldIndexer

GetFieldIndexer mocks base method.

func (*MockManager) GetLogger

func (m *MockManager) GetLogger() logr.Logger

GetLogger mocks base method.

func (*MockManager) GetRESTMapper

func (m *MockManager) GetRESTMapper() meta.RESTMapper

GetRESTMapper mocks base method.

func (*MockManager) GetScheme

func (m *MockManager) GetScheme() *runtime.Scheme

GetScheme mocks base method.

func (*MockManager) GetWebhookServer

func (m *MockManager) GetWebhookServer() *webhook.Server

GetWebhookServer mocks base method.

func (*MockManager) SetFields

func (m *MockManager) SetFields(arg0 interface{}) error

SetFields mocks base method.

func (*MockManager) Start

func (m *MockManager) Start(arg0 context.Context) error

Start mocks base method.

type MockManagerMockRecorder

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

MockManagerMockRecorder is the mock recorder for MockManager.

func (*MockManagerMockRecorder) Add

func (mr *MockManagerMockRecorder) Add(arg0 interface{}) *gomock.Call

Add indicates an expected call of Add.

func (*MockManagerMockRecorder) AddHealthzCheck

func (mr *MockManagerMockRecorder) AddHealthzCheck(arg0, arg1 interface{}) *gomock.Call

AddHealthzCheck indicates an expected call of AddHealthzCheck.

func (*MockManagerMockRecorder) AddMetricsExtraHandler

func (mr *MockManagerMockRecorder) AddMetricsExtraHandler(arg0, arg1 interface{}) *gomock.Call

AddMetricsExtraHandler indicates an expected call of AddMetricsExtraHandler.

func (*MockManagerMockRecorder) AddReadyzCheck

func (mr *MockManagerMockRecorder) AddReadyzCheck(arg0, arg1 interface{}) *gomock.Call

AddReadyzCheck indicates an expected call of AddReadyzCheck.

func (*MockManagerMockRecorder) Elected

func (mr *MockManagerMockRecorder) Elected() *gomock.Call

Elected indicates an expected call of Elected.

func (*MockManagerMockRecorder) GetAPIReader

func (mr *MockManagerMockRecorder) GetAPIReader() *gomock.Call

GetAPIReader indicates an expected call of GetAPIReader.

func (*MockManagerMockRecorder) GetCache

func (mr *MockManagerMockRecorder) GetCache() *gomock.Call

GetCache indicates an expected call of GetCache.

func (*MockManagerMockRecorder) GetClient

func (mr *MockManagerMockRecorder) GetClient() *gomock.Call

GetClient indicates an expected call of GetClient.

func (*MockManagerMockRecorder) GetConfig

func (mr *MockManagerMockRecorder) GetConfig() *gomock.Call

GetConfig indicates an expected call of GetConfig.

func (*MockManagerMockRecorder) GetControllerOptions

func (mr *MockManagerMockRecorder) GetControllerOptions() *gomock.Call

GetControllerOptions indicates an expected call of GetControllerOptions.

func (*MockManagerMockRecorder) GetEventRecorderFor

func (mr *MockManagerMockRecorder) GetEventRecorderFor(arg0 interface{}) *gomock.Call

GetEventRecorderFor indicates an expected call of GetEventRecorderFor.

func (*MockManagerMockRecorder) GetFieldIndexer

func (mr *MockManagerMockRecorder) GetFieldIndexer() *gomock.Call

GetFieldIndexer indicates an expected call of GetFieldIndexer.

func (*MockManagerMockRecorder) GetLogger

func (mr *MockManagerMockRecorder) GetLogger() *gomock.Call

GetLogger indicates an expected call of GetLogger.

func (*MockManagerMockRecorder) GetRESTMapper

func (mr *MockManagerMockRecorder) GetRESTMapper() *gomock.Call

GetRESTMapper indicates an expected call of GetRESTMapper.

func (*MockManagerMockRecorder) GetScheme

func (mr *MockManagerMockRecorder) GetScheme() *gomock.Call

GetScheme indicates an expected call of GetScheme.

func (*MockManagerMockRecorder) GetWebhookServer

func (mr *MockManagerMockRecorder) GetWebhookServer() *gomock.Call

GetWebhookServer indicates an expected call of GetWebhookServer.

func (*MockManagerMockRecorder) SetFields

func (mr *MockManagerMockRecorder) SetFields(arg0 interface{}) *gomock.Call

SetFields indicates an expected call of SetFields.

func (*MockManagerMockRecorder) Start

func (mr *MockManagerMockRecorder) Start(arg0 interface{}) *gomock.Call

Start indicates an expected call of Start.

type MockObject

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

MockObject is a mock of Object interface.

func NewMockObject

func NewMockObject(ctrl *gomock.Controller) *MockObject

NewMockObject creates a new mock instance.

func (*MockObject) DeepCopyObject

func (m *MockObject) DeepCopyObject() runtime.Object

DeepCopyObject mocks base method.

func (*MockObject) EXPECT

func (m *MockObject) EXPECT() *MockObjectMockRecorder

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

func (*MockObject) GetAnnotations

func (m *MockObject) GetAnnotations() map[string]string

GetAnnotations mocks base method.

func (*MockObject) GetCreationTimestamp

func (m *MockObject) GetCreationTimestamp() v1.Time

GetCreationTimestamp mocks base method.

func (*MockObject) GetDeletionGracePeriodSeconds

func (m *MockObject) GetDeletionGracePeriodSeconds() *int64

GetDeletionGracePeriodSeconds mocks base method.

func (*MockObject) GetDeletionTimestamp

func (m *MockObject) GetDeletionTimestamp() *v1.Time

GetDeletionTimestamp mocks base method.

func (*MockObject) GetFinalizers

func (m *MockObject) GetFinalizers() []string

GetFinalizers mocks base method.

func (*MockObject) GetGenerateName

func (m *MockObject) GetGenerateName() string

GetGenerateName mocks base method.

func (*MockObject) GetGeneration

func (m *MockObject) GetGeneration() int64

GetGeneration mocks base method.

func (*MockObject) GetLabels

func (m *MockObject) GetLabels() map[string]string

GetLabels mocks base method.

func (*MockObject) GetManagedFields

func (m *MockObject) GetManagedFields() []v1.ManagedFieldsEntry

GetManagedFields mocks base method.

func (*MockObject) GetName

func (m *MockObject) GetName() string

GetName mocks base method.

func (*MockObject) GetNamespace

func (m *MockObject) GetNamespace() string

GetNamespace mocks base method.

func (*MockObject) GetObjectKind

func (m *MockObject) GetObjectKind() schema.ObjectKind

GetObjectKind mocks base method.

func (*MockObject) GetOwnerReferences

func (m *MockObject) GetOwnerReferences() []v1.OwnerReference

GetOwnerReferences mocks base method.

func (*MockObject) GetResourceVersion

func (m *MockObject) GetResourceVersion() string

GetResourceVersion mocks base method.

func (m *MockObject) GetSelfLink() string

GetSelfLink mocks base method.

func (*MockObject) GetUID

func (m *MockObject) GetUID() types.UID

GetUID mocks base method.

func (*MockObject) SetAnnotations

func (m *MockObject) SetAnnotations(arg0 map[string]string)

SetAnnotations mocks base method.

func (*MockObject) SetCreationTimestamp

func (m *MockObject) SetCreationTimestamp(arg0 v1.Time)

SetCreationTimestamp mocks base method.

func (*MockObject) SetDeletionGracePeriodSeconds

func (m *MockObject) SetDeletionGracePeriodSeconds(arg0 *int64)

SetDeletionGracePeriodSeconds mocks base method.

func (*MockObject) SetDeletionTimestamp

func (m *MockObject) SetDeletionTimestamp(arg0 *v1.Time)

SetDeletionTimestamp mocks base method.

func (*MockObject) SetFinalizers

func (m *MockObject) SetFinalizers(arg0 []string)

SetFinalizers mocks base method.

func (*MockObject) SetGenerateName

func (m *MockObject) SetGenerateName(arg0 string)

SetGenerateName mocks base method.

func (*MockObject) SetGeneration

func (m *MockObject) SetGeneration(arg0 int64)

SetGeneration mocks base method.

func (*MockObject) SetLabels

func (m *MockObject) SetLabels(arg0 map[string]string)

SetLabels mocks base method.

func (*MockObject) SetManagedFields

func (m *MockObject) SetManagedFields(arg0 []v1.ManagedFieldsEntry)

SetManagedFields mocks base method.

func (*MockObject) SetName

func (m *MockObject) SetName(arg0 string)

SetName mocks base method.

func (*MockObject) SetNamespace

func (m *MockObject) SetNamespace(arg0 string)

SetNamespace mocks base method.

func (*MockObject) SetOwnerReferences

func (m *MockObject) SetOwnerReferences(arg0 []v1.OwnerReference)

SetOwnerReferences mocks base method.

func (*MockObject) SetResourceVersion

func (m *MockObject) SetResourceVersion(arg0 string)

SetResourceVersion mocks base method.

func (m *MockObject) SetSelfLink(arg0 string)

SetSelfLink mocks base method.

func (*MockObject) SetUID

func (m *MockObject) SetUID(arg0 types.UID)

SetUID mocks base method.

type MockObjectMockRecorder

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

MockObjectMockRecorder is the mock recorder for MockObject.

func (*MockObjectMockRecorder) DeepCopyObject

func (mr *MockObjectMockRecorder) DeepCopyObject() *gomock.Call

DeepCopyObject indicates an expected call of DeepCopyObject.

func (*MockObjectMockRecorder) GetAnnotations

func (mr *MockObjectMockRecorder) GetAnnotations() *gomock.Call

GetAnnotations indicates an expected call of GetAnnotations.

func (*MockObjectMockRecorder) GetCreationTimestamp

func (mr *MockObjectMockRecorder) GetCreationTimestamp() *gomock.Call

GetCreationTimestamp indicates an expected call of GetCreationTimestamp.

func (*MockObjectMockRecorder) GetDeletionGracePeriodSeconds

func (mr *MockObjectMockRecorder) GetDeletionGracePeriodSeconds() *gomock.Call

GetDeletionGracePeriodSeconds indicates an expected call of GetDeletionGracePeriodSeconds.

func (*MockObjectMockRecorder) GetDeletionTimestamp

func (mr *MockObjectMockRecorder) GetDeletionTimestamp() *gomock.Call

GetDeletionTimestamp indicates an expected call of GetDeletionTimestamp.

func (*MockObjectMockRecorder) GetFinalizers

func (mr *MockObjectMockRecorder) GetFinalizers() *gomock.Call

GetFinalizers indicates an expected call of GetFinalizers.

func (*MockObjectMockRecorder) GetGenerateName

func (mr *MockObjectMockRecorder) GetGenerateName() *gomock.Call

GetGenerateName indicates an expected call of GetGenerateName.

func (*MockObjectMockRecorder) GetGeneration

func (mr *MockObjectMockRecorder) GetGeneration() *gomock.Call

GetGeneration indicates an expected call of GetGeneration.

func (*MockObjectMockRecorder) GetLabels

func (mr *MockObjectMockRecorder) GetLabels() *gomock.Call

GetLabels indicates an expected call of GetLabels.

func (*MockObjectMockRecorder) GetManagedFields

func (mr *MockObjectMockRecorder) GetManagedFields() *gomock.Call

GetManagedFields indicates an expected call of GetManagedFields.

func (*MockObjectMockRecorder) GetName

func (mr *MockObjectMockRecorder) GetName() *gomock.Call

GetName indicates an expected call of GetName.

func (*MockObjectMockRecorder) GetNamespace

func (mr *MockObjectMockRecorder) GetNamespace() *gomock.Call

GetNamespace indicates an expected call of GetNamespace.

func (*MockObjectMockRecorder) GetObjectKind

func (mr *MockObjectMockRecorder) GetObjectKind() *gomock.Call

GetObjectKind indicates an expected call of GetObjectKind.

func (*MockObjectMockRecorder) GetOwnerReferences

func (mr *MockObjectMockRecorder) GetOwnerReferences() *gomock.Call

GetOwnerReferences indicates an expected call of GetOwnerReferences.

func (*MockObjectMockRecorder) GetResourceVersion

func (mr *MockObjectMockRecorder) GetResourceVersion() *gomock.Call

GetResourceVersion indicates an expected call of GetResourceVersion.

func (mr *MockObjectMockRecorder) GetSelfLink() *gomock.Call

GetSelfLink indicates an expected call of GetSelfLink.

func (*MockObjectMockRecorder) GetUID

func (mr *MockObjectMockRecorder) GetUID() *gomock.Call

GetUID indicates an expected call of GetUID.

func (*MockObjectMockRecorder) SetAnnotations

func (mr *MockObjectMockRecorder) SetAnnotations(arg0 interface{}) *gomock.Call

SetAnnotations indicates an expected call of SetAnnotations.

func (*MockObjectMockRecorder) SetCreationTimestamp

func (mr *MockObjectMockRecorder) SetCreationTimestamp(arg0 interface{}) *gomock.Call

SetCreationTimestamp indicates an expected call of SetCreationTimestamp.

func (*MockObjectMockRecorder) SetDeletionGracePeriodSeconds

func (mr *MockObjectMockRecorder) SetDeletionGracePeriodSeconds(arg0 interface{}) *gomock.Call

SetDeletionGracePeriodSeconds indicates an expected call of SetDeletionGracePeriodSeconds.

func (*MockObjectMockRecorder) SetDeletionTimestamp

func (mr *MockObjectMockRecorder) SetDeletionTimestamp(arg0 interface{}) *gomock.Call

SetDeletionTimestamp indicates an expected call of SetDeletionTimestamp.

func (*MockObjectMockRecorder) SetFinalizers

func (mr *MockObjectMockRecorder) SetFinalizers(arg0 interface{}) *gomock.Call

SetFinalizers indicates an expected call of SetFinalizers.

func (*MockObjectMockRecorder) SetGenerateName

func (mr *MockObjectMockRecorder) SetGenerateName(arg0 interface{}) *gomock.Call

SetGenerateName indicates an expected call of SetGenerateName.

func (*MockObjectMockRecorder) SetGeneration

func (mr *MockObjectMockRecorder) SetGeneration(arg0 interface{}) *gomock.Call

SetGeneration indicates an expected call of SetGeneration.

func (*MockObjectMockRecorder) SetLabels

func (mr *MockObjectMockRecorder) SetLabels(arg0 interface{}) *gomock.Call

SetLabels indicates an expected call of SetLabels.

func (*MockObjectMockRecorder) SetManagedFields

func (mr *MockObjectMockRecorder) SetManagedFields(arg0 interface{}) *gomock.Call

SetManagedFields indicates an expected call of SetManagedFields.

func (*MockObjectMockRecorder) SetName

func (mr *MockObjectMockRecorder) SetName(arg0 interface{}) *gomock.Call

SetName indicates an expected call of SetName.

func (*MockObjectMockRecorder) SetNamespace

func (mr *MockObjectMockRecorder) SetNamespace(arg0 interface{}) *gomock.Call

SetNamespace indicates an expected call of SetNamespace.

func (*MockObjectMockRecorder) SetOwnerReferences

func (mr *MockObjectMockRecorder) SetOwnerReferences(arg0 interface{}) *gomock.Call

SetOwnerReferences indicates an expected call of SetOwnerReferences.

func (*MockObjectMockRecorder) SetResourceVersion

func (mr *MockObjectMockRecorder) SetResourceVersion(arg0 interface{}) *gomock.Call

SetResourceVersion indicates an expected call of SetResourceVersion.

func (mr *MockObjectMockRecorder) SetSelfLink(arg0 interface{}) *gomock.Call

SetSelfLink indicates an expected call of SetSelfLink.

func (*MockObjectMockRecorder) SetUID

func (mr *MockObjectMockRecorder) SetUID(arg0 interface{}) *gomock.Call

SetUID indicates an expected call of SetUID.

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 interface{}, arg3 ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockReaderMockRecorder) List

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

List indicates an expected call of List.

Jump to

Keyboard shortcuts

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