mocks

package
v0.12.2 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: Apache-2.0 Imports: 22 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.

Package mocks is a generated GoMock package.

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 MockAssistant

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

MockAssistant is a mock of Assistant interface.

func NewMockAssistant

func NewMockAssistant(ctrl *gomock.Controller) *MockAssistant

NewMockAssistant creates a new mock instance.

func (*MockAssistant) CoreDNSExposedIPs

func (m *MockAssistant) CoreDNSExposedIPs() ([]string, error)

CoreDNSExposedIPs mocks base method.

func (*MockAssistant) EXPECT

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

func (*MockAssistant) GetExternalTargets

func (m *MockAssistant) GetExternalTargets(host string, extClusterNsNames map[string]string) assistant.Targets

GetExternalTargets mocks base method.

func (*MockAssistant) GslbIngressExposedIPs

func (m *MockAssistant) GslbIngressExposedIPs(gslb *v1beta1.Gslb) ([]string, error)

GslbIngressExposedIPs mocks base method.

func (*MockAssistant) InspectTXTThreshold

func (m *MockAssistant) InspectTXTThreshold(fqdn string, splitBrainThreshold time.Duration) error

InspectTXTThreshold mocks base method.

func (*MockAssistant) RemoveEndpoint

func (m *MockAssistant) RemoveEndpoint(endpointName string) error

RemoveEndpoint mocks base method.

func (*MockAssistant) SaveDNSEndpoint

func (m *MockAssistant) SaveDNSEndpoint(namespace string, i *endpoint.DNSEndpoint) error

SaveDNSEndpoint mocks base method.

type MockAssistantMockRecorder

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

MockAssistantMockRecorder is the mock recorder for MockAssistant.

func (*MockAssistantMockRecorder) CoreDNSExposedIPs

func (mr *MockAssistantMockRecorder) CoreDNSExposedIPs() *gomock.Call

CoreDNSExposedIPs indicates an expected call of CoreDNSExposedIPs.

func (*MockAssistantMockRecorder) GetExternalTargets

func (mr *MockAssistantMockRecorder) GetExternalTargets(host, extClusterNsNames interface{}) *gomock.Call

GetExternalTargets indicates an expected call of GetExternalTargets.

func (*MockAssistantMockRecorder) GslbIngressExposedIPs

func (mr *MockAssistantMockRecorder) GslbIngressExposedIPs(gslb interface{}) *gomock.Call

GslbIngressExposedIPs indicates an expected call of GslbIngressExposedIPs.

func (*MockAssistantMockRecorder) InspectTXTThreshold

func (mr *MockAssistantMockRecorder) InspectTXTThreshold(fqdn, splitBrainThreshold interface{}) *gomock.Call

InspectTXTThreshold indicates an expected call of InspectTXTThreshold.

func (*MockAssistantMockRecorder) RemoveEndpoint

func (mr *MockAssistantMockRecorder) RemoveEndpoint(endpointName interface{}) *gomock.Call

RemoveEndpoint indicates an expected call of RemoveEndpoint.

func (*MockAssistantMockRecorder) SaveDNSEndpoint

func (mr *MockAssistantMockRecorder) SaveDNSEndpoint(namespace, i interface{}) *gomock.Call

SaveDNSEndpoint indicates an expected call of SaveDNSEndpoint.

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) 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.StatusWriter

Status 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{}) *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) Update

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

Update indicates an expected call of Update.

type MockGslbResolver

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

MockGslbResolver is a mock of GslbResolver interface.

func NewMockGslbResolver

func NewMockGslbResolver(ctrl *gomock.Controller) *MockGslbResolver

NewMockGslbResolver creates a new mock instance.

func (*MockGslbResolver) EXPECT

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

func (*MockGslbResolver) ResolveGslbSpec

func (m *MockGslbResolver) ResolveGslbSpec(ctx context.Context, gslb *v1beta1.Gslb, client client.Client) error

ResolveGslbSpec mocks base method.

func (*MockGslbResolver) ResolveOperatorConfig

func (m *MockGslbResolver) ResolveOperatorConfig() (*depresolver.Config, error)

ResolveOperatorConfig mocks base method.

type MockGslbResolverMockRecorder

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

MockGslbResolverMockRecorder is the mock recorder for MockGslbResolver.

func (*MockGslbResolverMockRecorder) ResolveGslbSpec

func (mr *MockGslbResolverMockRecorder) ResolveGslbSpec(ctx, gslb, client interface{}) *gomock.Call

ResolveGslbSpec indicates an expected call of ResolveGslbSpec.

func (*MockGslbResolverMockRecorder) ResolveOperatorConfig

func (mr *MockGslbResolverMockRecorder) ResolveOperatorConfig() *gomock.Call

ResolveOperatorConfig indicates an expected call of ResolveOperatorConfig.

type MockIBConnector

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

MockIBConnector is a mock of IBConnector interface.

func NewMockIBConnector

func NewMockIBConnector(ctrl *gomock.Controller) *MockIBConnector

NewMockIBConnector creates a new mock instance.

func (*MockIBConnector) CreateObject

func (m *MockIBConnector) CreateObject(arg0 ibclient.IBObject) (string, error)

CreateObject mocks base method.

func (*MockIBConnector) DeleteObject

func (m *MockIBConnector) DeleteObject(arg0 string) (string, error)

DeleteObject mocks base method.

func (*MockIBConnector) EXPECT

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

func (*MockIBConnector) GetObject

func (m *MockIBConnector) GetObject(arg0 ibclient.IBObject, arg1 string, arg2 interface{}) error

GetObject mocks base method.

func (*MockIBConnector) UpdateObject

func (m *MockIBConnector) UpdateObject(arg0 ibclient.IBObject, arg1 string) (string, error)

UpdateObject mocks base method.

type MockIBConnectorMockRecorder

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

MockIBConnectorMockRecorder is the mock recorder for MockIBConnector.

func (*MockIBConnectorMockRecorder) CreateObject

func (mr *MockIBConnectorMockRecorder) CreateObject(arg0 interface{}) *gomock.Call

CreateObject indicates an expected call of CreateObject.

func (*MockIBConnectorMockRecorder) DeleteObject

func (mr *MockIBConnectorMockRecorder) DeleteObject(arg0 interface{}) *gomock.Call

DeleteObject indicates an expected call of DeleteObject.

func (*MockIBConnectorMockRecorder) GetObject

func (mr *MockIBConnectorMockRecorder) GetObject(arg0, arg1, arg2 interface{}) *gomock.Call

GetObject indicates an expected call of GetObject.

func (*MockIBConnectorMockRecorder) UpdateObject

func (mr *MockIBConnectorMockRecorder) UpdateObject(arg0, arg1 interface{}) *gomock.Call

UpdateObject indicates an expected call of UpdateObject.

type MockInfobloxClient

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

MockInfobloxClient is a mock of InfobloxClient interface.

func NewMockInfobloxClient

func NewMockInfobloxClient(ctrl *gomock.Controller) *MockInfobloxClient

NewMockInfobloxClient creates a new mock instance.

func (*MockInfobloxClient) EXPECT

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

func (*MockInfobloxClient) GetObjectManager

func (m *MockInfobloxClient) GetObjectManager() (*ibclient.ObjectManager, error)

GetObjectManager mocks base method.

type MockInfobloxClientMockRecorder

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

MockInfobloxClientMockRecorder is the mock recorder for MockInfobloxClient.

func (*MockInfobloxClientMockRecorder) GetObjectManager

func (mr *MockInfobloxClientMockRecorder) GetObjectManager() *gomock.Call

GetObjectManager indicates an expected call of GetObjectManager.

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 MockProvider

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

MockProvider is a mock of Provider interface.

func NewMockProvider

func NewMockProvider(ctrl *gomock.Controller) *MockProvider

NewMockProvider creates a new mock instance.

func (*MockProvider) CreateZoneDelegationForExternalDNS

func (m *MockProvider) CreateZoneDelegationForExternalDNS(arg0 *v1beta1.Gslb) error

CreateZoneDelegationForExternalDNS mocks base method.

func (*MockProvider) EXPECT

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

func (*MockProvider) Finalize

func (m *MockProvider) Finalize(arg0 *v1beta1.Gslb) error

Finalize mocks base method.

func (*MockProvider) GetExternalTargets

func (m *MockProvider) GetExternalTargets(arg0 string) assistant.Targets

GetExternalTargets mocks base method.

func (*MockProvider) GslbIngressExposedIPs

func (m *MockProvider) GslbIngressExposedIPs(arg0 *v1beta1.Gslb) ([]string, error)

GslbIngressExposedIPs mocks base method.

func (*MockProvider) SaveDNSEndpoint

func (m *MockProvider) SaveDNSEndpoint(arg0 *v1beta1.Gslb, arg1 *endpoint.DNSEndpoint) error

SaveDNSEndpoint mocks base method.

func (*MockProvider) String

func (m *MockProvider) String() string

String mocks base method.

type MockProviderMockRecorder

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

MockProviderMockRecorder is the mock recorder for MockProvider.

func (*MockProviderMockRecorder) CreateZoneDelegationForExternalDNS

func (mr *MockProviderMockRecorder) CreateZoneDelegationForExternalDNS(arg0 interface{}) *gomock.Call

CreateZoneDelegationForExternalDNS indicates an expected call of CreateZoneDelegationForExternalDNS.

func (*MockProviderMockRecorder) Finalize

func (mr *MockProviderMockRecorder) Finalize(arg0 interface{}) *gomock.Call

Finalize indicates an expected call of Finalize.

func (*MockProviderMockRecorder) GetExternalTargets

func (mr *MockProviderMockRecorder) GetExternalTargets(arg0 interface{}) *gomock.Call

GetExternalTargets indicates an expected call of GetExternalTargets.

func (*MockProviderMockRecorder) GslbIngressExposedIPs

func (mr *MockProviderMockRecorder) GslbIngressExposedIPs(arg0 interface{}) *gomock.Call

GslbIngressExposedIPs indicates an expected call of GslbIngressExposedIPs.

func (*MockProviderMockRecorder) SaveDNSEndpoint

func (mr *MockProviderMockRecorder) SaveDNSEndpoint(arg0, arg1 interface{}) *gomock.Call

SaveDNSEndpoint indicates an expected call of SaveDNSEndpoint.

func (*MockProviderMockRecorder) String

func (mr *MockProviderMockRecorder) String() *gomock.Call

String indicates an expected call of String.

Jump to

Keyboard shortcuts

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