servicediscoverymock

package
v1.54.8 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package servicediscoverymock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockServiceDiscoveryAPI

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

MockServiceDiscoveryAPI is a mock of ServiceDiscoveryAPI interface

func NewMockServiceDiscoveryAPI

func NewMockServiceDiscoveryAPI(ctrl *gomock.Controller) *MockServiceDiscoveryAPI

NewMockServiceDiscoveryAPI creates a new mock instance

func (*MockServiceDiscoveryAPI) CreateHttpNamespace

CreateHttpNamespace mocks base method

func (*MockServiceDiscoveryAPI) CreateHttpNamespaceRequest

CreateHttpNamespaceRequest mocks base method

func (*MockServiceDiscoveryAPI) CreateHttpNamespaceWithContext

CreateHttpNamespaceWithContext mocks base method

func (*MockServiceDiscoveryAPI) CreatePrivateDnsNamespace

CreatePrivateDnsNamespace mocks base method

func (*MockServiceDiscoveryAPI) CreatePrivateDnsNamespaceRequest

CreatePrivateDnsNamespaceRequest mocks base method

func (*MockServiceDiscoveryAPI) CreatePrivateDnsNamespaceWithContext

CreatePrivateDnsNamespaceWithContext mocks base method

func (*MockServiceDiscoveryAPI) CreatePublicDnsNamespace

CreatePublicDnsNamespace mocks base method

func (*MockServiceDiscoveryAPI) CreatePublicDnsNamespaceRequest

CreatePublicDnsNamespaceRequest mocks base method

func (*MockServiceDiscoveryAPI) CreatePublicDnsNamespaceWithContext

CreatePublicDnsNamespaceWithContext mocks base method

func (*MockServiceDiscoveryAPI) CreateService

CreateService mocks base method

func (*MockServiceDiscoveryAPI) CreateServiceRequest

CreateServiceRequest mocks base method

func (*MockServiceDiscoveryAPI) CreateServiceWithContext

CreateServiceWithContext mocks base method

func (*MockServiceDiscoveryAPI) DeleteNamespace

DeleteNamespace mocks base method

func (*MockServiceDiscoveryAPI) DeleteNamespaceRequest

DeleteNamespaceRequest mocks base method

func (*MockServiceDiscoveryAPI) DeleteNamespaceWithContext

DeleteNamespaceWithContext mocks base method

func (*MockServiceDiscoveryAPI) DeleteService

DeleteService mocks base method

func (*MockServiceDiscoveryAPI) DeleteServiceRequest

DeleteServiceRequest mocks base method

func (*MockServiceDiscoveryAPI) DeleteServiceWithContext

DeleteServiceWithContext mocks base method

func (*MockServiceDiscoveryAPI) DeregisterInstance

DeregisterInstance mocks base method

func (*MockServiceDiscoveryAPI) DeregisterInstanceRequest

DeregisterInstanceRequest mocks base method

func (*MockServiceDiscoveryAPI) DeregisterInstanceWithContext

DeregisterInstanceWithContext mocks base method

func (*MockServiceDiscoveryAPI) DiscoverInstances

DiscoverInstances mocks base method

func (*MockServiceDiscoveryAPI) DiscoverInstancesRequest

DiscoverInstancesRequest mocks base method

func (*MockServiceDiscoveryAPI) DiscoverInstancesRevision added in v1.45.14

DiscoverInstancesRevision mocks base method

func (*MockServiceDiscoveryAPI) DiscoverInstancesRevisionRequest added in v1.45.14

DiscoverInstancesRevisionRequest mocks base method

func (*MockServiceDiscoveryAPI) DiscoverInstancesRevisionWithContext added in v1.45.14

DiscoverInstancesRevisionWithContext mocks base method

func (*MockServiceDiscoveryAPI) DiscoverInstancesWithContext

DiscoverInstancesWithContext mocks base method

func (*MockServiceDiscoveryAPI) EXPECT

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

func (*MockServiceDiscoveryAPI) GetInstance

GetInstance mocks base method

func (*MockServiceDiscoveryAPI) GetInstanceRequest

GetInstanceRequest mocks base method

func (*MockServiceDiscoveryAPI) GetInstanceWithContext

GetInstanceWithContext mocks base method

func (*MockServiceDiscoveryAPI) GetInstancesHealthStatus

GetInstancesHealthStatus mocks base method

func (*MockServiceDiscoveryAPI) GetInstancesHealthStatusPages

GetInstancesHealthStatusPages mocks base method

func (*MockServiceDiscoveryAPI) GetInstancesHealthStatusPagesWithContext

GetInstancesHealthStatusPagesWithContext mocks base method

func (*MockServiceDiscoveryAPI) GetInstancesHealthStatusRequest

GetInstancesHealthStatusRequest mocks base method

func (*MockServiceDiscoveryAPI) GetInstancesHealthStatusWithContext

GetInstancesHealthStatusWithContext mocks base method

func (*MockServiceDiscoveryAPI) GetNamespace

GetNamespace mocks base method

func (*MockServiceDiscoveryAPI) GetNamespaceRequest

GetNamespaceRequest mocks base method

func (*MockServiceDiscoveryAPI) GetNamespaceWithContext

GetNamespaceWithContext mocks base method

func (*MockServiceDiscoveryAPI) GetOperation

GetOperation mocks base method

func (*MockServiceDiscoveryAPI) GetOperationRequest

GetOperationRequest mocks base method

func (*MockServiceDiscoveryAPI) GetOperationWithContext

GetOperationWithContext mocks base method

func (*MockServiceDiscoveryAPI) GetService

GetService mocks base method

func (*MockServiceDiscoveryAPI) GetServiceRequest

GetServiceRequest mocks base method

func (*MockServiceDiscoveryAPI) GetServiceWithContext

GetServiceWithContext mocks base method

func (*MockServiceDiscoveryAPI) ListInstances

ListInstances mocks base method

func (*MockServiceDiscoveryAPI) ListInstancesPages

ListInstancesPages mocks base method

func (*MockServiceDiscoveryAPI) ListInstancesPagesWithContext

func (m *MockServiceDiscoveryAPI) ListInstancesPagesWithContext(arg0 context.Context, arg1 *servicediscovery.ListInstancesInput, arg2 func(*servicediscovery.ListInstancesOutput, bool) bool, arg3 ...request.Option) error

ListInstancesPagesWithContext mocks base method

func (*MockServiceDiscoveryAPI) ListInstancesRequest

ListInstancesRequest mocks base method

func (*MockServiceDiscoveryAPI) ListInstancesWithContext

ListInstancesWithContext mocks base method

func (*MockServiceDiscoveryAPI) ListNamespaces

ListNamespaces mocks base method

func (*MockServiceDiscoveryAPI) ListNamespacesPages

ListNamespacesPages mocks base method

func (*MockServiceDiscoveryAPI) ListNamespacesPagesWithContext

func (m *MockServiceDiscoveryAPI) ListNamespacesPagesWithContext(arg0 context.Context, arg1 *servicediscovery.ListNamespacesInput, arg2 func(*servicediscovery.ListNamespacesOutput, bool) bool, arg3 ...request.Option) error

ListNamespacesPagesWithContext mocks base method

func (*MockServiceDiscoveryAPI) ListNamespacesRequest

ListNamespacesRequest mocks base method

func (*MockServiceDiscoveryAPI) ListNamespacesWithContext

ListNamespacesWithContext mocks base method

func (*MockServiceDiscoveryAPI) ListOperations

ListOperations mocks base method

func (*MockServiceDiscoveryAPI) ListOperationsPages

ListOperationsPages mocks base method

func (*MockServiceDiscoveryAPI) ListOperationsPagesWithContext

func (m *MockServiceDiscoveryAPI) ListOperationsPagesWithContext(arg0 context.Context, arg1 *servicediscovery.ListOperationsInput, arg2 func(*servicediscovery.ListOperationsOutput, bool) bool, arg3 ...request.Option) error

ListOperationsPagesWithContext mocks base method

func (*MockServiceDiscoveryAPI) ListOperationsRequest

ListOperationsRequest mocks base method

func (*MockServiceDiscoveryAPI) ListOperationsWithContext

ListOperationsWithContext mocks base method

func (*MockServiceDiscoveryAPI) ListServices

ListServices mocks base method

func (*MockServiceDiscoveryAPI) ListServicesPages

ListServicesPages mocks base method

func (*MockServiceDiscoveryAPI) ListServicesPagesWithContext

func (m *MockServiceDiscoveryAPI) ListServicesPagesWithContext(arg0 context.Context, arg1 *servicediscovery.ListServicesInput, arg2 func(*servicediscovery.ListServicesOutput, bool) bool, arg3 ...request.Option) error

ListServicesPagesWithContext mocks base method

func (*MockServiceDiscoveryAPI) ListServicesRequest

ListServicesRequest mocks base method

func (*MockServiceDiscoveryAPI) ListServicesWithContext

ListServicesWithContext mocks base method

func (*MockServiceDiscoveryAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockServiceDiscoveryAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockServiceDiscoveryAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext mocks base method

func (*MockServiceDiscoveryAPI) RegisterInstance

RegisterInstance mocks base method

func (*MockServiceDiscoveryAPI) RegisterInstanceRequest

RegisterInstanceRequest mocks base method

func (*MockServiceDiscoveryAPI) RegisterInstanceWithContext

RegisterInstanceWithContext mocks base method

func (*MockServiceDiscoveryAPI) TagResource

TagResource mocks base method

func (*MockServiceDiscoveryAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockServiceDiscoveryAPI) TagResourceWithContext

TagResourceWithContext mocks base method

func (*MockServiceDiscoveryAPI) UntagResource

UntagResource mocks base method

func (*MockServiceDiscoveryAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockServiceDiscoveryAPI) UntagResourceWithContext

UntagResourceWithContext mocks base method

func (*MockServiceDiscoveryAPI) UpdateHttpNamespace

UpdateHttpNamespace mocks base method

func (*MockServiceDiscoveryAPI) UpdateHttpNamespaceRequest

UpdateHttpNamespaceRequest mocks base method

func (*MockServiceDiscoveryAPI) UpdateHttpNamespaceWithContext

UpdateHttpNamespaceWithContext mocks base method

func (*MockServiceDiscoveryAPI) UpdateInstanceCustomHealthStatus

UpdateInstanceCustomHealthStatus mocks base method

func (*MockServiceDiscoveryAPI) UpdateInstanceCustomHealthStatusRequest

UpdateInstanceCustomHealthStatusRequest mocks base method

func (*MockServiceDiscoveryAPI) UpdateInstanceCustomHealthStatusWithContext

UpdateInstanceCustomHealthStatusWithContext mocks base method

func (*MockServiceDiscoveryAPI) UpdatePrivateDnsNamespace

UpdatePrivateDnsNamespace mocks base method

func (*MockServiceDiscoveryAPI) UpdatePrivateDnsNamespaceRequest

UpdatePrivateDnsNamespaceRequest mocks base method

func (*MockServiceDiscoveryAPI) UpdatePrivateDnsNamespaceWithContext

UpdatePrivateDnsNamespaceWithContext mocks base method

func (*MockServiceDiscoveryAPI) UpdatePublicDnsNamespace

UpdatePublicDnsNamespace mocks base method

func (*MockServiceDiscoveryAPI) UpdatePublicDnsNamespaceRequest

UpdatePublicDnsNamespaceRequest mocks base method

func (*MockServiceDiscoveryAPI) UpdatePublicDnsNamespaceWithContext

UpdatePublicDnsNamespaceWithContext mocks base method

func (*MockServiceDiscoveryAPI) UpdateService

UpdateService mocks base method

func (*MockServiceDiscoveryAPI) UpdateServiceRequest

UpdateServiceRequest mocks base method

func (*MockServiceDiscoveryAPI) UpdateServiceWithContext

UpdateServiceWithContext mocks base method

type MockServiceDiscoveryAPIMockRecorder

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

MockServiceDiscoveryAPIMockRecorder is the mock recorder for MockServiceDiscoveryAPI

func (*MockServiceDiscoveryAPIMockRecorder) CreateHttpNamespace

func (mr *MockServiceDiscoveryAPIMockRecorder) CreateHttpNamespace(arg0 interface{}) *gomock.Call

CreateHttpNamespace indicates an expected call of CreateHttpNamespace

func (*MockServiceDiscoveryAPIMockRecorder) CreateHttpNamespaceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) CreateHttpNamespaceRequest(arg0 interface{}) *gomock.Call

CreateHttpNamespaceRequest indicates an expected call of CreateHttpNamespaceRequest

func (*MockServiceDiscoveryAPIMockRecorder) CreateHttpNamespaceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) CreateHttpNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateHttpNamespaceWithContext indicates an expected call of CreateHttpNamespaceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) CreatePrivateDnsNamespace

func (mr *MockServiceDiscoveryAPIMockRecorder) CreatePrivateDnsNamespace(arg0 interface{}) *gomock.Call

CreatePrivateDnsNamespace indicates an expected call of CreatePrivateDnsNamespace

func (*MockServiceDiscoveryAPIMockRecorder) CreatePrivateDnsNamespaceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) CreatePrivateDnsNamespaceRequest(arg0 interface{}) *gomock.Call

CreatePrivateDnsNamespaceRequest indicates an expected call of CreatePrivateDnsNamespaceRequest

func (*MockServiceDiscoveryAPIMockRecorder) CreatePrivateDnsNamespaceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) CreatePrivateDnsNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePrivateDnsNamespaceWithContext indicates an expected call of CreatePrivateDnsNamespaceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) CreatePublicDnsNamespace

func (mr *MockServiceDiscoveryAPIMockRecorder) CreatePublicDnsNamespace(arg0 interface{}) *gomock.Call

CreatePublicDnsNamespace indicates an expected call of CreatePublicDnsNamespace

func (*MockServiceDiscoveryAPIMockRecorder) CreatePublicDnsNamespaceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) CreatePublicDnsNamespaceRequest(arg0 interface{}) *gomock.Call

CreatePublicDnsNamespaceRequest indicates an expected call of CreatePublicDnsNamespaceRequest

func (*MockServiceDiscoveryAPIMockRecorder) CreatePublicDnsNamespaceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) CreatePublicDnsNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePublicDnsNamespaceWithContext indicates an expected call of CreatePublicDnsNamespaceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) CreateService

func (mr *MockServiceDiscoveryAPIMockRecorder) CreateService(arg0 interface{}) *gomock.Call

CreateService indicates an expected call of CreateService

func (*MockServiceDiscoveryAPIMockRecorder) CreateServiceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) CreateServiceRequest(arg0 interface{}) *gomock.Call

CreateServiceRequest indicates an expected call of CreateServiceRequest

func (*MockServiceDiscoveryAPIMockRecorder) CreateServiceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) CreateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceWithContext indicates an expected call of CreateServiceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) DeleteNamespace

func (mr *MockServiceDiscoveryAPIMockRecorder) DeleteNamespace(arg0 interface{}) *gomock.Call

DeleteNamespace indicates an expected call of DeleteNamespace

func (*MockServiceDiscoveryAPIMockRecorder) DeleteNamespaceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) DeleteNamespaceRequest(arg0 interface{}) *gomock.Call

DeleteNamespaceRequest indicates an expected call of DeleteNamespaceRequest

func (*MockServiceDiscoveryAPIMockRecorder) DeleteNamespaceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) DeleteNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNamespaceWithContext indicates an expected call of DeleteNamespaceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) DeleteService

func (mr *MockServiceDiscoveryAPIMockRecorder) DeleteService(arg0 interface{}) *gomock.Call

DeleteService indicates an expected call of DeleteService

func (*MockServiceDiscoveryAPIMockRecorder) DeleteServiceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) DeleteServiceRequest(arg0 interface{}) *gomock.Call

DeleteServiceRequest indicates an expected call of DeleteServiceRequest

func (*MockServiceDiscoveryAPIMockRecorder) DeleteServiceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) DeleteServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceWithContext indicates an expected call of DeleteServiceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) DeregisterInstance

func (mr *MockServiceDiscoveryAPIMockRecorder) DeregisterInstance(arg0 interface{}) *gomock.Call

DeregisterInstance indicates an expected call of DeregisterInstance

func (*MockServiceDiscoveryAPIMockRecorder) DeregisterInstanceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) DeregisterInstanceRequest(arg0 interface{}) *gomock.Call

DeregisterInstanceRequest indicates an expected call of DeregisterInstanceRequest

func (*MockServiceDiscoveryAPIMockRecorder) DeregisterInstanceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) DeregisterInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterInstanceWithContext indicates an expected call of DeregisterInstanceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) DiscoverInstances

func (mr *MockServiceDiscoveryAPIMockRecorder) DiscoverInstances(arg0 interface{}) *gomock.Call

DiscoverInstances indicates an expected call of DiscoverInstances

func (*MockServiceDiscoveryAPIMockRecorder) DiscoverInstancesRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) DiscoverInstancesRequest(arg0 interface{}) *gomock.Call

DiscoverInstancesRequest indicates an expected call of DiscoverInstancesRequest

func (*MockServiceDiscoveryAPIMockRecorder) DiscoverInstancesRevision added in v1.45.14

func (mr *MockServiceDiscoveryAPIMockRecorder) DiscoverInstancesRevision(arg0 interface{}) *gomock.Call

DiscoverInstancesRevision indicates an expected call of DiscoverInstancesRevision

func (*MockServiceDiscoveryAPIMockRecorder) DiscoverInstancesRevisionRequest added in v1.45.14

func (mr *MockServiceDiscoveryAPIMockRecorder) DiscoverInstancesRevisionRequest(arg0 interface{}) *gomock.Call

DiscoverInstancesRevisionRequest indicates an expected call of DiscoverInstancesRevisionRequest

func (*MockServiceDiscoveryAPIMockRecorder) DiscoverInstancesRevisionWithContext added in v1.45.14

func (mr *MockServiceDiscoveryAPIMockRecorder) DiscoverInstancesRevisionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DiscoverInstancesRevisionWithContext indicates an expected call of DiscoverInstancesRevisionWithContext

func (*MockServiceDiscoveryAPIMockRecorder) DiscoverInstancesWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) DiscoverInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DiscoverInstancesWithContext indicates an expected call of DiscoverInstancesWithContext

func (*MockServiceDiscoveryAPIMockRecorder) GetInstance

func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstance(arg0 interface{}) *gomock.Call

GetInstance indicates an expected call of GetInstance

func (*MockServiceDiscoveryAPIMockRecorder) GetInstanceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstanceRequest(arg0 interface{}) *gomock.Call

GetInstanceRequest indicates an expected call of GetInstanceRequest

func (*MockServiceDiscoveryAPIMockRecorder) GetInstanceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstanceWithContext indicates an expected call of GetInstanceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatus

func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatus(arg0 interface{}) *gomock.Call

GetInstancesHealthStatus indicates an expected call of GetInstancesHealthStatus

func (*MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatusPages

func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatusPages(arg0, arg1 interface{}) *gomock.Call

GetInstancesHealthStatusPages indicates an expected call of GetInstancesHealthStatusPages

func (*MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatusPagesWithContext

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

GetInstancesHealthStatusPagesWithContext indicates an expected call of GetInstancesHealthStatusPagesWithContext

func (*MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatusRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatusRequest(arg0 interface{}) *gomock.Call

GetInstancesHealthStatusRequest indicates an expected call of GetInstancesHealthStatusRequest

func (*MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatusWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstancesHealthStatusWithContext indicates an expected call of GetInstancesHealthStatusWithContext

func (*MockServiceDiscoveryAPIMockRecorder) GetNamespace

func (mr *MockServiceDiscoveryAPIMockRecorder) GetNamespace(arg0 interface{}) *gomock.Call

GetNamespace indicates an expected call of GetNamespace

func (*MockServiceDiscoveryAPIMockRecorder) GetNamespaceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) GetNamespaceRequest(arg0 interface{}) *gomock.Call

GetNamespaceRequest indicates an expected call of GetNamespaceRequest

func (*MockServiceDiscoveryAPIMockRecorder) GetNamespaceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) GetNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNamespaceWithContext indicates an expected call of GetNamespaceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) GetOperation

func (mr *MockServiceDiscoveryAPIMockRecorder) GetOperation(arg0 interface{}) *gomock.Call

GetOperation indicates an expected call of GetOperation

func (*MockServiceDiscoveryAPIMockRecorder) GetOperationRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) GetOperationRequest(arg0 interface{}) *gomock.Call

GetOperationRequest indicates an expected call of GetOperationRequest

func (*MockServiceDiscoveryAPIMockRecorder) GetOperationWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) GetOperationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOperationWithContext indicates an expected call of GetOperationWithContext

func (*MockServiceDiscoveryAPIMockRecorder) GetService

func (mr *MockServiceDiscoveryAPIMockRecorder) GetService(arg0 interface{}) *gomock.Call

GetService indicates an expected call of GetService

func (*MockServiceDiscoveryAPIMockRecorder) GetServiceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) GetServiceRequest(arg0 interface{}) *gomock.Call

GetServiceRequest indicates an expected call of GetServiceRequest

func (*MockServiceDiscoveryAPIMockRecorder) GetServiceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) GetServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceWithContext indicates an expected call of GetServiceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) ListInstances

func (mr *MockServiceDiscoveryAPIMockRecorder) ListInstances(arg0 interface{}) *gomock.Call

ListInstances indicates an expected call of ListInstances

func (*MockServiceDiscoveryAPIMockRecorder) ListInstancesPages

func (mr *MockServiceDiscoveryAPIMockRecorder) ListInstancesPages(arg0, arg1 interface{}) *gomock.Call

ListInstancesPages indicates an expected call of ListInstancesPages

func (*MockServiceDiscoveryAPIMockRecorder) ListInstancesPagesWithContext

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

ListInstancesPagesWithContext indicates an expected call of ListInstancesPagesWithContext

func (*MockServiceDiscoveryAPIMockRecorder) ListInstancesRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) ListInstancesRequest(arg0 interface{}) *gomock.Call

ListInstancesRequest indicates an expected call of ListInstancesRequest

func (*MockServiceDiscoveryAPIMockRecorder) ListInstancesWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) ListInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInstancesWithContext indicates an expected call of ListInstancesWithContext

func (*MockServiceDiscoveryAPIMockRecorder) ListNamespaces

func (mr *MockServiceDiscoveryAPIMockRecorder) ListNamespaces(arg0 interface{}) *gomock.Call

ListNamespaces indicates an expected call of ListNamespaces

func (*MockServiceDiscoveryAPIMockRecorder) ListNamespacesPages

func (mr *MockServiceDiscoveryAPIMockRecorder) ListNamespacesPages(arg0, arg1 interface{}) *gomock.Call

ListNamespacesPages indicates an expected call of ListNamespacesPages

func (*MockServiceDiscoveryAPIMockRecorder) ListNamespacesPagesWithContext

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

ListNamespacesPagesWithContext indicates an expected call of ListNamespacesPagesWithContext

func (*MockServiceDiscoveryAPIMockRecorder) ListNamespacesRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) ListNamespacesRequest(arg0 interface{}) *gomock.Call

ListNamespacesRequest indicates an expected call of ListNamespacesRequest

func (*MockServiceDiscoveryAPIMockRecorder) ListNamespacesWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) ListNamespacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNamespacesWithContext indicates an expected call of ListNamespacesWithContext

func (*MockServiceDiscoveryAPIMockRecorder) ListOperations

func (mr *MockServiceDiscoveryAPIMockRecorder) ListOperations(arg0 interface{}) *gomock.Call

ListOperations indicates an expected call of ListOperations

func (*MockServiceDiscoveryAPIMockRecorder) ListOperationsPages

func (mr *MockServiceDiscoveryAPIMockRecorder) ListOperationsPages(arg0, arg1 interface{}) *gomock.Call

ListOperationsPages indicates an expected call of ListOperationsPages

func (*MockServiceDiscoveryAPIMockRecorder) ListOperationsPagesWithContext

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

ListOperationsPagesWithContext indicates an expected call of ListOperationsPagesWithContext

func (*MockServiceDiscoveryAPIMockRecorder) ListOperationsRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) ListOperationsRequest(arg0 interface{}) *gomock.Call

ListOperationsRequest indicates an expected call of ListOperationsRequest

func (*MockServiceDiscoveryAPIMockRecorder) ListOperationsWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) ListOperationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOperationsWithContext indicates an expected call of ListOperationsWithContext

func (*MockServiceDiscoveryAPIMockRecorder) ListServices

func (mr *MockServiceDiscoveryAPIMockRecorder) ListServices(arg0 interface{}) *gomock.Call

ListServices indicates an expected call of ListServices

func (*MockServiceDiscoveryAPIMockRecorder) ListServicesPages

func (mr *MockServiceDiscoveryAPIMockRecorder) ListServicesPages(arg0, arg1 interface{}) *gomock.Call

ListServicesPages indicates an expected call of ListServicesPages

func (*MockServiceDiscoveryAPIMockRecorder) ListServicesPagesWithContext

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

ListServicesPagesWithContext indicates an expected call of ListServicesPagesWithContext

func (*MockServiceDiscoveryAPIMockRecorder) ListServicesRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) ListServicesRequest(arg0 interface{}) *gomock.Call

ListServicesRequest indicates an expected call of ListServicesRequest

func (*MockServiceDiscoveryAPIMockRecorder) ListServicesWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) ListServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServicesWithContext indicates an expected call of ListServicesWithContext

func (*MockServiceDiscoveryAPIMockRecorder) ListTagsForResource

func (mr *MockServiceDiscoveryAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockServiceDiscoveryAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockServiceDiscoveryAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) RegisterInstance

func (mr *MockServiceDiscoveryAPIMockRecorder) RegisterInstance(arg0 interface{}) *gomock.Call

RegisterInstance indicates an expected call of RegisterInstance

func (*MockServiceDiscoveryAPIMockRecorder) RegisterInstanceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) RegisterInstanceRequest(arg0 interface{}) *gomock.Call

RegisterInstanceRequest indicates an expected call of RegisterInstanceRequest

func (*MockServiceDiscoveryAPIMockRecorder) RegisterInstanceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) RegisterInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterInstanceWithContext indicates an expected call of RegisterInstanceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) TagResource

func (mr *MockServiceDiscoveryAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockServiceDiscoveryAPIMockRecorder) TagResourceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockServiceDiscoveryAPIMockRecorder) TagResourceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) UntagResource

func (mr *MockServiceDiscoveryAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockServiceDiscoveryAPIMockRecorder) UntagResourceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockServiceDiscoveryAPIMockRecorder) UntagResourceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) UpdateHttpNamespace

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateHttpNamespace(arg0 interface{}) *gomock.Call

UpdateHttpNamespace indicates an expected call of UpdateHttpNamespace

func (*MockServiceDiscoveryAPIMockRecorder) UpdateHttpNamespaceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateHttpNamespaceRequest(arg0 interface{}) *gomock.Call

UpdateHttpNamespaceRequest indicates an expected call of UpdateHttpNamespaceRequest

func (*MockServiceDiscoveryAPIMockRecorder) UpdateHttpNamespaceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateHttpNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateHttpNamespaceWithContext indicates an expected call of UpdateHttpNamespaceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) UpdateInstanceCustomHealthStatus

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateInstanceCustomHealthStatus(arg0 interface{}) *gomock.Call

UpdateInstanceCustomHealthStatus indicates an expected call of UpdateInstanceCustomHealthStatus

func (*MockServiceDiscoveryAPIMockRecorder) UpdateInstanceCustomHealthStatusRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateInstanceCustomHealthStatusRequest(arg0 interface{}) *gomock.Call

UpdateInstanceCustomHealthStatusRequest indicates an expected call of UpdateInstanceCustomHealthStatusRequest

func (*MockServiceDiscoveryAPIMockRecorder) UpdateInstanceCustomHealthStatusWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateInstanceCustomHealthStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateInstanceCustomHealthStatusWithContext indicates an expected call of UpdateInstanceCustomHealthStatusWithContext

func (*MockServiceDiscoveryAPIMockRecorder) UpdatePrivateDnsNamespace

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdatePrivateDnsNamespace(arg0 interface{}) *gomock.Call

UpdatePrivateDnsNamespace indicates an expected call of UpdatePrivateDnsNamespace

func (*MockServiceDiscoveryAPIMockRecorder) UpdatePrivateDnsNamespaceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdatePrivateDnsNamespaceRequest(arg0 interface{}) *gomock.Call

UpdatePrivateDnsNamespaceRequest indicates an expected call of UpdatePrivateDnsNamespaceRequest

func (*MockServiceDiscoveryAPIMockRecorder) UpdatePrivateDnsNamespaceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdatePrivateDnsNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdatePrivateDnsNamespaceWithContext indicates an expected call of UpdatePrivateDnsNamespaceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) UpdatePublicDnsNamespace

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdatePublicDnsNamespace(arg0 interface{}) *gomock.Call

UpdatePublicDnsNamespace indicates an expected call of UpdatePublicDnsNamespace

func (*MockServiceDiscoveryAPIMockRecorder) UpdatePublicDnsNamespaceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdatePublicDnsNamespaceRequest(arg0 interface{}) *gomock.Call

UpdatePublicDnsNamespaceRequest indicates an expected call of UpdatePublicDnsNamespaceRequest

func (*MockServiceDiscoveryAPIMockRecorder) UpdatePublicDnsNamespaceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdatePublicDnsNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdatePublicDnsNamespaceWithContext indicates an expected call of UpdatePublicDnsNamespaceWithContext

func (*MockServiceDiscoveryAPIMockRecorder) UpdateService

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateService(arg0 interface{}) *gomock.Call

UpdateService indicates an expected call of UpdateService

func (*MockServiceDiscoveryAPIMockRecorder) UpdateServiceRequest

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateServiceRequest(arg0 interface{}) *gomock.Call

UpdateServiceRequest indicates an expected call of UpdateServiceRequest

func (*MockServiceDiscoveryAPIMockRecorder) UpdateServiceWithContext

func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceWithContext indicates an expected call of UpdateServiceWithContext

Jump to

Keyboard shortcuts

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