Documentation ¶
Overview ¶
Package servicediscoverymock is a generated GoMock package.
Index ¶
- type MockServiceDiscoveryAPI
- func (m *MockServiceDiscoveryAPI) CreateHttpNamespace(arg0 *servicediscovery.CreateHttpNamespaceInput) (*servicediscovery.CreateHttpNamespaceOutput, error)
- func (m *MockServiceDiscoveryAPI) CreateHttpNamespaceRequest(arg0 *servicediscovery.CreateHttpNamespaceInput) (*request.Request, *servicediscovery.CreateHttpNamespaceOutput)
- func (m *MockServiceDiscoveryAPI) CreateHttpNamespaceWithContext(arg0 context.Context, arg1 *servicediscovery.CreateHttpNamespaceInput, ...) (*servicediscovery.CreateHttpNamespaceOutput, error)
- func (m *MockServiceDiscoveryAPI) CreatePrivateDnsNamespace(arg0 *servicediscovery.CreatePrivateDnsNamespaceInput) (*servicediscovery.CreatePrivateDnsNamespaceOutput, error)
- func (m *MockServiceDiscoveryAPI) CreatePrivateDnsNamespaceRequest(arg0 *servicediscovery.CreatePrivateDnsNamespaceInput) (*request.Request, *servicediscovery.CreatePrivateDnsNamespaceOutput)
- func (m *MockServiceDiscoveryAPI) CreatePrivateDnsNamespaceWithContext(arg0 context.Context, arg1 *servicediscovery.CreatePrivateDnsNamespaceInput, ...) (*servicediscovery.CreatePrivateDnsNamespaceOutput, error)
- func (m *MockServiceDiscoveryAPI) CreatePublicDnsNamespace(arg0 *servicediscovery.CreatePublicDnsNamespaceInput) (*servicediscovery.CreatePublicDnsNamespaceOutput, error)
- func (m *MockServiceDiscoveryAPI) CreatePublicDnsNamespaceRequest(arg0 *servicediscovery.CreatePublicDnsNamespaceInput) (*request.Request, *servicediscovery.CreatePublicDnsNamespaceOutput)
- func (m *MockServiceDiscoveryAPI) CreatePublicDnsNamespaceWithContext(arg0 context.Context, arg1 *servicediscovery.CreatePublicDnsNamespaceInput, ...) (*servicediscovery.CreatePublicDnsNamespaceOutput, error)
- func (m *MockServiceDiscoveryAPI) CreateService(arg0 *servicediscovery.CreateServiceInput) (*servicediscovery.CreateServiceOutput, error)
- func (m *MockServiceDiscoveryAPI) CreateServiceRequest(arg0 *servicediscovery.CreateServiceInput) (*request.Request, *servicediscovery.CreateServiceOutput)
- func (m *MockServiceDiscoveryAPI) CreateServiceWithContext(arg0 context.Context, arg1 *servicediscovery.CreateServiceInput, ...) (*servicediscovery.CreateServiceOutput, error)
- func (m *MockServiceDiscoveryAPI) DeleteNamespace(arg0 *servicediscovery.DeleteNamespaceInput) (*servicediscovery.DeleteNamespaceOutput, error)
- func (m *MockServiceDiscoveryAPI) DeleteNamespaceRequest(arg0 *servicediscovery.DeleteNamespaceInput) (*request.Request, *servicediscovery.DeleteNamespaceOutput)
- func (m *MockServiceDiscoveryAPI) DeleteNamespaceWithContext(arg0 context.Context, arg1 *servicediscovery.DeleteNamespaceInput, ...) (*servicediscovery.DeleteNamespaceOutput, error)
- func (m *MockServiceDiscoveryAPI) DeleteService(arg0 *servicediscovery.DeleteServiceInput) (*servicediscovery.DeleteServiceOutput, error)
- func (m *MockServiceDiscoveryAPI) DeleteServiceRequest(arg0 *servicediscovery.DeleteServiceInput) (*request.Request, *servicediscovery.DeleteServiceOutput)
- func (m *MockServiceDiscoveryAPI) DeleteServiceWithContext(arg0 context.Context, arg1 *servicediscovery.DeleteServiceInput, ...) (*servicediscovery.DeleteServiceOutput, error)
- func (m *MockServiceDiscoveryAPI) DeregisterInstance(arg0 *servicediscovery.DeregisterInstanceInput) (*servicediscovery.DeregisterInstanceOutput, error)
- func (m *MockServiceDiscoveryAPI) DeregisterInstanceRequest(arg0 *servicediscovery.DeregisterInstanceInput) (*request.Request, *servicediscovery.DeregisterInstanceOutput)
- func (m *MockServiceDiscoveryAPI) DeregisterInstanceWithContext(arg0 context.Context, arg1 *servicediscovery.DeregisterInstanceInput, ...) (*servicediscovery.DeregisterInstanceOutput, error)
- func (m *MockServiceDiscoveryAPI) DiscoverInstances(arg0 *servicediscovery.DiscoverInstancesInput) (*servicediscovery.DiscoverInstancesOutput, error)
- func (m *MockServiceDiscoveryAPI) DiscoverInstancesRequest(arg0 *servicediscovery.DiscoverInstancesInput) (*request.Request, *servicediscovery.DiscoverInstancesOutput)
- func (m *MockServiceDiscoveryAPI) DiscoverInstancesWithContext(arg0 context.Context, arg1 *servicediscovery.DiscoverInstancesInput, ...) (*servicediscovery.DiscoverInstancesOutput, error)
- func (m *MockServiceDiscoveryAPI) EXPECT() *MockServiceDiscoveryAPIMockRecorder
- func (m *MockServiceDiscoveryAPI) GetInstance(arg0 *servicediscovery.GetInstanceInput) (*servicediscovery.GetInstanceOutput, error)
- func (m *MockServiceDiscoveryAPI) GetInstanceRequest(arg0 *servicediscovery.GetInstanceInput) (*request.Request, *servicediscovery.GetInstanceOutput)
- func (m *MockServiceDiscoveryAPI) GetInstanceWithContext(arg0 context.Context, arg1 *servicediscovery.GetInstanceInput, ...) (*servicediscovery.GetInstanceOutput, error)
- func (m *MockServiceDiscoveryAPI) GetInstancesHealthStatus(arg0 *servicediscovery.GetInstancesHealthStatusInput) (*servicediscovery.GetInstancesHealthStatusOutput, error)
- func (m *MockServiceDiscoveryAPI) GetInstancesHealthStatusPages(arg0 *servicediscovery.GetInstancesHealthStatusInput, ...) error
- func (m *MockServiceDiscoveryAPI) GetInstancesHealthStatusPagesWithContext(arg0 context.Context, arg1 *servicediscovery.GetInstancesHealthStatusInput, ...) error
- func (m *MockServiceDiscoveryAPI) GetInstancesHealthStatusRequest(arg0 *servicediscovery.GetInstancesHealthStatusInput) (*request.Request, *servicediscovery.GetInstancesHealthStatusOutput)
- func (m *MockServiceDiscoveryAPI) GetInstancesHealthStatusWithContext(arg0 context.Context, arg1 *servicediscovery.GetInstancesHealthStatusInput, ...) (*servicediscovery.GetInstancesHealthStatusOutput, error)
- func (m *MockServiceDiscoveryAPI) GetNamespace(arg0 *servicediscovery.GetNamespaceInput) (*servicediscovery.GetNamespaceOutput, error)
- func (m *MockServiceDiscoveryAPI) GetNamespaceRequest(arg0 *servicediscovery.GetNamespaceInput) (*request.Request, *servicediscovery.GetNamespaceOutput)
- func (m *MockServiceDiscoveryAPI) GetNamespaceWithContext(arg0 context.Context, arg1 *servicediscovery.GetNamespaceInput, ...) (*servicediscovery.GetNamespaceOutput, error)
- func (m *MockServiceDiscoveryAPI) GetOperation(arg0 *servicediscovery.GetOperationInput) (*servicediscovery.GetOperationOutput, error)
- func (m *MockServiceDiscoveryAPI) GetOperationRequest(arg0 *servicediscovery.GetOperationInput) (*request.Request, *servicediscovery.GetOperationOutput)
- func (m *MockServiceDiscoveryAPI) GetOperationWithContext(arg0 context.Context, arg1 *servicediscovery.GetOperationInput, ...) (*servicediscovery.GetOperationOutput, error)
- func (m *MockServiceDiscoveryAPI) GetService(arg0 *servicediscovery.GetServiceInput) (*servicediscovery.GetServiceOutput, error)
- func (m *MockServiceDiscoveryAPI) GetServiceRequest(arg0 *servicediscovery.GetServiceInput) (*request.Request, *servicediscovery.GetServiceOutput)
- func (m *MockServiceDiscoveryAPI) GetServiceWithContext(arg0 context.Context, arg1 *servicediscovery.GetServiceInput, ...) (*servicediscovery.GetServiceOutput, error)
- func (m *MockServiceDiscoveryAPI) ListInstances(arg0 *servicediscovery.ListInstancesInput) (*servicediscovery.ListInstancesOutput, error)
- func (m *MockServiceDiscoveryAPI) ListInstancesPages(arg0 *servicediscovery.ListInstancesInput, ...) error
- func (m *MockServiceDiscoveryAPI) ListInstancesPagesWithContext(arg0 context.Context, arg1 *servicediscovery.ListInstancesInput, ...) error
- func (m *MockServiceDiscoveryAPI) ListInstancesRequest(arg0 *servicediscovery.ListInstancesInput) (*request.Request, *servicediscovery.ListInstancesOutput)
- func (m *MockServiceDiscoveryAPI) ListInstancesWithContext(arg0 context.Context, arg1 *servicediscovery.ListInstancesInput, ...) (*servicediscovery.ListInstancesOutput, error)
- func (m *MockServiceDiscoveryAPI) ListNamespaces(arg0 *servicediscovery.ListNamespacesInput) (*servicediscovery.ListNamespacesOutput, error)
- func (m *MockServiceDiscoveryAPI) ListNamespacesPages(arg0 *servicediscovery.ListNamespacesInput, ...) error
- func (m *MockServiceDiscoveryAPI) ListNamespacesPagesWithContext(arg0 context.Context, arg1 *servicediscovery.ListNamespacesInput, ...) error
- func (m *MockServiceDiscoveryAPI) ListNamespacesRequest(arg0 *servicediscovery.ListNamespacesInput) (*request.Request, *servicediscovery.ListNamespacesOutput)
- func (m *MockServiceDiscoveryAPI) ListNamespacesWithContext(arg0 context.Context, arg1 *servicediscovery.ListNamespacesInput, ...) (*servicediscovery.ListNamespacesOutput, error)
- func (m *MockServiceDiscoveryAPI) ListOperations(arg0 *servicediscovery.ListOperationsInput) (*servicediscovery.ListOperationsOutput, error)
- func (m *MockServiceDiscoveryAPI) ListOperationsPages(arg0 *servicediscovery.ListOperationsInput, ...) error
- func (m *MockServiceDiscoveryAPI) ListOperationsPagesWithContext(arg0 context.Context, arg1 *servicediscovery.ListOperationsInput, ...) error
- func (m *MockServiceDiscoveryAPI) ListOperationsRequest(arg0 *servicediscovery.ListOperationsInput) (*request.Request, *servicediscovery.ListOperationsOutput)
- func (m *MockServiceDiscoveryAPI) ListOperationsWithContext(arg0 context.Context, arg1 *servicediscovery.ListOperationsInput, ...) (*servicediscovery.ListOperationsOutput, error)
- func (m *MockServiceDiscoveryAPI) ListServices(arg0 *servicediscovery.ListServicesInput) (*servicediscovery.ListServicesOutput, error)
- func (m *MockServiceDiscoveryAPI) ListServicesPages(arg0 *servicediscovery.ListServicesInput, ...) error
- func (m *MockServiceDiscoveryAPI) ListServicesPagesWithContext(arg0 context.Context, arg1 *servicediscovery.ListServicesInput, ...) error
- func (m *MockServiceDiscoveryAPI) ListServicesRequest(arg0 *servicediscovery.ListServicesInput) (*request.Request, *servicediscovery.ListServicesOutput)
- func (m *MockServiceDiscoveryAPI) ListServicesWithContext(arg0 context.Context, arg1 *servicediscovery.ListServicesInput, ...) (*servicediscovery.ListServicesOutput, error)
- func (m *MockServiceDiscoveryAPI) ListTagsForResource(arg0 *servicediscovery.ListTagsForResourceInput) (*servicediscovery.ListTagsForResourceOutput, error)
- func (m *MockServiceDiscoveryAPI) ListTagsForResourceRequest(arg0 *servicediscovery.ListTagsForResourceInput) (*request.Request, *servicediscovery.ListTagsForResourceOutput)
- func (m *MockServiceDiscoveryAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *servicediscovery.ListTagsForResourceInput, ...) (*servicediscovery.ListTagsForResourceOutput, error)
- func (m *MockServiceDiscoveryAPI) RegisterInstance(arg0 *servicediscovery.RegisterInstanceInput) (*servicediscovery.RegisterInstanceOutput, error)
- func (m *MockServiceDiscoveryAPI) RegisterInstanceRequest(arg0 *servicediscovery.RegisterInstanceInput) (*request.Request, *servicediscovery.RegisterInstanceOutput)
- func (m *MockServiceDiscoveryAPI) RegisterInstanceWithContext(arg0 context.Context, arg1 *servicediscovery.RegisterInstanceInput, ...) (*servicediscovery.RegisterInstanceOutput, error)
- func (m *MockServiceDiscoveryAPI) TagResource(arg0 *servicediscovery.TagResourceInput) (*servicediscovery.TagResourceOutput, error)
- func (m *MockServiceDiscoveryAPI) TagResourceRequest(arg0 *servicediscovery.TagResourceInput) (*request.Request, *servicediscovery.TagResourceOutput)
- func (m *MockServiceDiscoveryAPI) TagResourceWithContext(arg0 context.Context, arg1 *servicediscovery.TagResourceInput, ...) (*servicediscovery.TagResourceOutput, error)
- func (m *MockServiceDiscoveryAPI) UntagResource(arg0 *servicediscovery.UntagResourceInput) (*servicediscovery.UntagResourceOutput, error)
- func (m *MockServiceDiscoveryAPI) UntagResourceRequest(arg0 *servicediscovery.UntagResourceInput) (*request.Request, *servicediscovery.UntagResourceOutput)
- func (m *MockServiceDiscoveryAPI) UntagResourceWithContext(arg0 context.Context, arg1 *servicediscovery.UntagResourceInput, ...) (*servicediscovery.UntagResourceOutput, error)
- func (m *MockServiceDiscoveryAPI) UpdateInstanceCustomHealthStatus(arg0 *servicediscovery.UpdateInstanceCustomHealthStatusInput) (*servicediscovery.UpdateInstanceCustomHealthStatusOutput, error)
- func (m *MockServiceDiscoveryAPI) UpdateInstanceCustomHealthStatusRequest(arg0 *servicediscovery.UpdateInstanceCustomHealthStatusInput) (*request.Request, *servicediscovery.UpdateInstanceCustomHealthStatusOutput)
- func (m *MockServiceDiscoveryAPI) UpdateInstanceCustomHealthStatusWithContext(arg0 context.Context, ...) (*servicediscovery.UpdateInstanceCustomHealthStatusOutput, error)
- func (m *MockServiceDiscoveryAPI) UpdateService(arg0 *servicediscovery.UpdateServiceInput) (*servicediscovery.UpdateServiceOutput, error)
- func (m *MockServiceDiscoveryAPI) UpdateServiceRequest(arg0 *servicediscovery.UpdateServiceInput) (*request.Request, *servicediscovery.UpdateServiceOutput)
- func (m *MockServiceDiscoveryAPI) UpdateServiceWithContext(arg0 context.Context, arg1 *servicediscovery.UpdateServiceInput, ...) (*servicediscovery.UpdateServiceOutput, error)
- type MockServiceDiscoveryAPIMockRecorder
- func (mr *MockServiceDiscoveryAPIMockRecorder) CreateHttpNamespace(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) CreateHttpNamespaceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) CreateHttpNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) CreatePrivateDnsNamespace(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) CreatePrivateDnsNamespaceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) CreatePrivateDnsNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) CreatePublicDnsNamespace(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) CreatePublicDnsNamespaceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) CreatePublicDnsNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) CreateService(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) CreateServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) CreateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) DeleteNamespace(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) DeleteNamespaceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) DeleteNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) DeleteService(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) DeleteServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) DeleteServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) DeregisterInstance(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) DeregisterInstanceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) DeregisterInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) DiscoverInstances(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) DiscoverInstancesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) DiscoverInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstance(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstanceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatus(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatusPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatusPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatusRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetInstancesHealthStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetNamespace(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetNamespaceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetNamespaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetOperation(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetOperationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetOperationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetService(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) GetServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListInstances(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListInstancesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListInstancesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListNamespaces(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListNamespacesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListNamespacesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListNamespacesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListNamespacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListOperations(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListOperationsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListOperationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListOperationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListOperationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListServices(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListServicesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListServicesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListServicesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) RegisterInstance(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) RegisterInstanceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) RegisterInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateInstanceCustomHealthStatus(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateInstanceCustomHealthStatusRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateInstanceCustomHealthStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateService(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockServiceDiscoveryAPIMockRecorder) UpdateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
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 ¶
func (m *MockServiceDiscoveryAPI) CreateHttpNamespace(arg0 *servicediscovery.CreateHttpNamespaceInput) (*servicediscovery.CreateHttpNamespaceOutput, error)
CreateHttpNamespace mocks base method
func (*MockServiceDiscoveryAPI) CreateHttpNamespaceRequest ¶
func (m *MockServiceDiscoveryAPI) CreateHttpNamespaceRequest(arg0 *servicediscovery.CreateHttpNamespaceInput) (*request.Request, *servicediscovery.CreateHttpNamespaceOutput)
CreateHttpNamespaceRequest mocks base method
func (*MockServiceDiscoveryAPI) CreateHttpNamespaceWithContext ¶
func (m *MockServiceDiscoveryAPI) CreateHttpNamespaceWithContext(arg0 context.Context, arg1 *servicediscovery.CreateHttpNamespaceInput, arg2 ...request.Option) (*servicediscovery.CreateHttpNamespaceOutput, error)
CreateHttpNamespaceWithContext mocks base method
func (*MockServiceDiscoveryAPI) CreatePrivateDnsNamespace ¶
func (m *MockServiceDiscoveryAPI) CreatePrivateDnsNamespace(arg0 *servicediscovery.CreatePrivateDnsNamespaceInput) (*servicediscovery.CreatePrivateDnsNamespaceOutput, error)
CreatePrivateDnsNamespace mocks base method
func (*MockServiceDiscoveryAPI) CreatePrivateDnsNamespaceRequest ¶
func (m *MockServiceDiscoveryAPI) CreatePrivateDnsNamespaceRequest(arg0 *servicediscovery.CreatePrivateDnsNamespaceInput) (*request.Request, *servicediscovery.CreatePrivateDnsNamespaceOutput)
CreatePrivateDnsNamespaceRequest mocks base method
func (*MockServiceDiscoveryAPI) CreatePrivateDnsNamespaceWithContext ¶
func (m *MockServiceDiscoveryAPI) CreatePrivateDnsNamespaceWithContext(arg0 context.Context, arg1 *servicediscovery.CreatePrivateDnsNamespaceInput, arg2 ...request.Option) (*servicediscovery.CreatePrivateDnsNamespaceOutput, error)
CreatePrivateDnsNamespaceWithContext mocks base method
func (*MockServiceDiscoveryAPI) CreatePublicDnsNamespace ¶
func (m *MockServiceDiscoveryAPI) CreatePublicDnsNamespace(arg0 *servicediscovery.CreatePublicDnsNamespaceInput) (*servicediscovery.CreatePublicDnsNamespaceOutput, error)
CreatePublicDnsNamespace mocks base method
func (*MockServiceDiscoveryAPI) CreatePublicDnsNamespaceRequest ¶
func (m *MockServiceDiscoveryAPI) CreatePublicDnsNamespaceRequest(arg0 *servicediscovery.CreatePublicDnsNamespaceInput) (*request.Request, *servicediscovery.CreatePublicDnsNamespaceOutput)
CreatePublicDnsNamespaceRequest mocks base method
func (*MockServiceDiscoveryAPI) CreatePublicDnsNamespaceWithContext ¶
func (m *MockServiceDiscoveryAPI) CreatePublicDnsNamespaceWithContext(arg0 context.Context, arg1 *servicediscovery.CreatePublicDnsNamespaceInput, arg2 ...request.Option) (*servicediscovery.CreatePublicDnsNamespaceOutput, error)
CreatePublicDnsNamespaceWithContext mocks base method
func (*MockServiceDiscoveryAPI) CreateService ¶
func (m *MockServiceDiscoveryAPI) CreateService(arg0 *servicediscovery.CreateServiceInput) (*servicediscovery.CreateServiceOutput, error)
CreateService mocks base method
func (*MockServiceDiscoveryAPI) CreateServiceRequest ¶
func (m *MockServiceDiscoveryAPI) CreateServiceRequest(arg0 *servicediscovery.CreateServiceInput) (*request.Request, *servicediscovery.CreateServiceOutput)
CreateServiceRequest mocks base method
func (*MockServiceDiscoveryAPI) CreateServiceWithContext ¶
func (m *MockServiceDiscoveryAPI) CreateServiceWithContext(arg0 context.Context, arg1 *servicediscovery.CreateServiceInput, arg2 ...request.Option) (*servicediscovery.CreateServiceOutput, error)
CreateServiceWithContext mocks base method
func (*MockServiceDiscoveryAPI) DeleteNamespace ¶
func (m *MockServiceDiscoveryAPI) DeleteNamespace(arg0 *servicediscovery.DeleteNamespaceInput) (*servicediscovery.DeleteNamespaceOutput, error)
DeleteNamespace mocks base method
func (*MockServiceDiscoveryAPI) DeleteNamespaceRequest ¶
func (m *MockServiceDiscoveryAPI) DeleteNamespaceRequest(arg0 *servicediscovery.DeleteNamespaceInput) (*request.Request, *servicediscovery.DeleteNamespaceOutput)
DeleteNamespaceRequest mocks base method
func (*MockServiceDiscoveryAPI) DeleteNamespaceWithContext ¶
func (m *MockServiceDiscoveryAPI) DeleteNamespaceWithContext(arg0 context.Context, arg1 *servicediscovery.DeleteNamespaceInput, arg2 ...request.Option) (*servicediscovery.DeleteNamespaceOutput, error)
DeleteNamespaceWithContext mocks base method
func (*MockServiceDiscoveryAPI) DeleteService ¶
func (m *MockServiceDiscoveryAPI) DeleteService(arg0 *servicediscovery.DeleteServiceInput) (*servicediscovery.DeleteServiceOutput, error)
DeleteService mocks base method
func (*MockServiceDiscoveryAPI) DeleteServiceRequest ¶
func (m *MockServiceDiscoveryAPI) DeleteServiceRequest(arg0 *servicediscovery.DeleteServiceInput) (*request.Request, *servicediscovery.DeleteServiceOutput)
DeleteServiceRequest mocks base method
func (*MockServiceDiscoveryAPI) DeleteServiceWithContext ¶
func (m *MockServiceDiscoveryAPI) DeleteServiceWithContext(arg0 context.Context, arg1 *servicediscovery.DeleteServiceInput, arg2 ...request.Option) (*servicediscovery.DeleteServiceOutput, error)
DeleteServiceWithContext mocks base method
func (*MockServiceDiscoveryAPI) DeregisterInstance ¶
func (m *MockServiceDiscoveryAPI) DeregisterInstance(arg0 *servicediscovery.DeregisterInstanceInput) (*servicediscovery.DeregisterInstanceOutput, error)
DeregisterInstance mocks base method
func (*MockServiceDiscoveryAPI) DeregisterInstanceRequest ¶
func (m *MockServiceDiscoveryAPI) DeregisterInstanceRequest(arg0 *servicediscovery.DeregisterInstanceInput) (*request.Request, *servicediscovery.DeregisterInstanceOutput)
DeregisterInstanceRequest mocks base method
func (*MockServiceDiscoveryAPI) DeregisterInstanceWithContext ¶
func (m *MockServiceDiscoveryAPI) DeregisterInstanceWithContext(arg0 context.Context, arg1 *servicediscovery.DeregisterInstanceInput, arg2 ...request.Option) (*servicediscovery.DeregisterInstanceOutput, error)
DeregisterInstanceWithContext mocks base method
func (*MockServiceDiscoveryAPI) DiscoverInstances ¶
func (m *MockServiceDiscoveryAPI) DiscoverInstances(arg0 *servicediscovery.DiscoverInstancesInput) (*servicediscovery.DiscoverInstancesOutput, error)
DiscoverInstances mocks base method
func (*MockServiceDiscoveryAPI) DiscoverInstancesRequest ¶
func (m *MockServiceDiscoveryAPI) DiscoverInstancesRequest(arg0 *servicediscovery.DiscoverInstancesInput) (*request.Request, *servicediscovery.DiscoverInstancesOutput)
DiscoverInstancesRequest mocks base method
func (*MockServiceDiscoveryAPI) DiscoverInstancesWithContext ¶
func (m *MockServiceDiscoveryAPI) DiscoverInstancesWithContext(arg0 context.Context, arg1 *servicediscovery.DiscoverInstancesInput, arg2 ...request.Option) (*servicediscovery.DiscoverInstancesOutput, error)
DiscoverInstancesWithContext mocks base method
func (*MockServiceDiscoveryAPI) EXPECT ¶
func (m *MockServiceDiscoveryAPI) EXPECT() *MockServiceDiscoveryAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockServiceDiscoveryAPI) GetInstance ¶
func (m *MockServiceDiscoveryAPI) GetInstance(arg0 *servicediscovery.GetInstanceInput) (*servicediscovery.GetInstanceOutput, error)
GetInstance mocks base method
func (*MockServiceDiscoveryAPI) GetInstanceRequest ¶
func (m *MockServiceDiscoveryAPI) GetInstanceRequest(arg0 *servicediscovery.GetInstanceInput) (*request.Request, *servicediscovery.GetInstanceOutput)
GetInstanceRequest mocks base method
func (*MockServiceDiscoveryAPI) GetInstanceWithContext ¶
func (m *MockServiceDiscoveryAPI) GetInstanceWithContext(arg0 context.Context, arg1 *servicediscovery.GetInstanceInput, arg2 ...request.Option) (*servicediscovery.GetInstanceOutput, error)
GetInstanceWithContext mocks base method
func (*MockServiceDiscoveryAPI) GetInstancesHealthStatus ¶
func (m *MockServiceDiscoveryAPI) GetInstancesHealthStatus(arg0 *servicediscovery.GetInstancesHealthStatusInput) (*servicediscovery.GetInstancesHealthStatusOutput, error)
GetInstancesHealthStatus mocks base method
func (*MockServiceDiscoveryAPI) GetInstancesHealthStatusPages ¶
func (m *MockServiceDiscoveryAPI) GetInstancesHealthStatusPages(arg0 *servicediscovery.GetInstancesHealthStatusInput, arg1 func(*servicediscovery.GetInstancesHealthStatusOutput, bool) bool) error
GetInstancesHealthStatusPages mocks base method
func (*MockServiceDiscoveryAPI) GetInstancesHealthStatusPagesWithContext ¶
func (m *MockServiceDiscoveryAPI) GetInstancesHealthStatusPagesWithContext(arg0 context.Context, arg1 *servicediscovery.GetInstancesHealthStatusInput, arg2 func(*servicediscovery.GetInstancesHealthStatusOutput, bool) bool, arg3 ...request.Option) error
GetInstancesHealthStatusPagesWithContext mocks base method
func (*MockServiceDiscoveryAPI) GetInstancesHealthStatusRequest ¶
func (m *MockServiceDiscoveryAPI) GetInstancesHealthStatusRequest(arg0 *servicediscovery.GetInstancesHealthStatusInput) (*request.Request, *servicediscovery.GetInstancesHealthStatusOutput)
GetInstancesHealthStatusRequest mocks base method
func (*MockServiceDiscoveryAPI) GetInstancesHealthStatusWithContext ¶
func (m *MockServiceDiscoveryAPI) GetInstancesHealthStatusWithContext(arg0 context.Context, arg1 *servicediscovery.GetInstancesHealthStatusInput, arg2 ...request.Option) (*servicediscovery.GetInstancesHealthStatusOutput, error)
GetInstancesHealthStatusWithContext mocks base method
func (*MockServiceDiscoveryAPI) GetNamespace ¶
func (m *MockServiceDiscoveryAPI) GetNamespace(arg0 *servicediscovery.GetNamespaceInput) (*servicediscovery.GetNamespaceOutput, error)
GetNamespace mocks base method
func (*MockServiceDiscoveryAPI) GetNamespaceRequest ¶
func (m *MockServiceDiscoveryAPI) GetNamespaceRequest(arg0 *servicediscovery.GetNamespaceInput) (*request.Request, *servicediscovery.GetNamespaceOutput)
GetNamespaceRequest mocks base method
func (*MockServiceDiscoveryAPI) GetNamespaceWithContext ¶
func (m *MockServiceDiscoveryAPI) GetNamespaceWithContext(arg0 context.Context, arg1 *servicediscovery.GetNamespaceInput, arg2 ...request.Option) (*servicediscovery.GetNamespaceOutput, error)
GetNamespaceWithContext mocks base method
func (*MockServiceDiscoveryAPI) GetOperation ¶
func (m *MockServiceDiscoveryAPI) GetOperation(arg0 *servicediscovery.GetOperationInput) (*servicediscovery.GetOperationOutput, error)
GetOperation mocks base method
func (*MockServiceDiscoveryAPI) GetOperationRequest ¶
func (m *MockServiceDiscoveryAPI) GetOperationRequest(arg0 *servicediscovery.GetOperationInput) (*request.Request, *servicediscovery.GetOperationOutput)
GetOperationRequest mocks base method
func (*MockServiceDiscoveryAPI) GetOperationWithContext ¶
func (m *MockServiceDiscoveryAPI) GetOperationWithContext(arg0 context.Context, arg1 *servicediscovery.GetOperationInput, arg2 ...request.Option) (*servicediscovery.GetOperationOutput, error)
GetOperationWithContext mocks base method
func (*MockServiceDiscoveryAPI) GetService ¶
func (m *MockServiceDiscoveryAPI) GetService(arg0 *servicediscovery.GetServiceInput) (*servicediscovery.GetServiceOutput, error)
GetService mocks base method
func (*MockServiceDiscoveryAPI) GetServiceRequest ¶
func (m *MockServiceDiscoveryAPI) GetServiceRequest(arg0 *servicediscovery.GetServiceInput) (*request.Request, *servicediscovery.GetServiceOutput)
GetServiceRequest mocks base method
func (*MockServiceDiscoveryAPI) GetServiceWithContext ¶
func (m *MockServiceDiscoveryAPI) GetServiceWithContext(arg0 context.Context, arg1 *servicediscovery.GetServiceInput, arg2 ...request.Option) (*servicediscovery.GetServiceOutput, error)
GetServiceWithContext mocks base method
func (*MockServiceDiscoveryAPI) ListInstances ¶
func (m *MockServiceDiscoveryAPI) ListInstances(arg0 *servicediscovery.ListInstancesInput) (*servicediscovery.ListInstancesOutput, error)
ListInstances mocks base method
func (*MockServiceDiscoveryAPI) ListInstancesPages ¶
func (m *MockServiceDiscoveryAPI) ListInstancesPages(arg0 *servicediscovery.ListInstancesInput, arg1 func(*servicediscovery.ListInstancesOutput, bool) bool) error
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 ¶
func (m *MockServiceDiscoveryAPI) ListInstancesRequest(arg0 *servicediscovery.ListInstancesInput) (*request.Request, *servicediscovery.ListInstancesOutput)
ListInstancesRequest mocks base method
func (*MockServiceDiscoveryAPI) ListInstancesWithContext ¶
func (m *MockServiceDiscoveryAPI) ListInstancesWithContext(arg0 context.Context, arg1 *servicediscovery.ListInstancesInput, arg2 ...request.Option) (*servicediscovery.ListInstancesOutput, error)
ListInstancesWithContext mocks base method
func (*MockServiceDiscoveryAPI) ListNamespaces ¶
func (m *MockServiceDiscoveryAPI) ListNamespaces(arg0 *servicediscovery.ListNamespacesInput) (*servicediscovery.ListNamespacesOutput, error)
ListNamespaces mocks base method
func (*MockServiceDiscoveryAPI) ListNamespacesPages ¶
func (m *MockServiceDiscoveryAPI) ListNamespacesPages(arg0 *servicediscovery.ListNamespacesInput, arg1 func(*servicediscovery.ListNamespacesOutput, bool) bool) error
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 ¶
func (m *MockServiceDiscoveryAPI) ListNamespacesRequest(arg0 *servicediscovery.ListNamespacesInput) (*request.Request, *servicediscovery.ListNamespacesOutput)
ListNamespacesRequest mocks base method
func (*MockServiceDiscoveryAPI) ListNamespacesWithContext ¶
func (m *MockServiceDiscoveryAPI) ListNamespacesWithContext(arg0 context.Context, arg1 *servicediscovery.ListNamespacesInput, arg2 ...request.Option) (*servicediscovery.ListNamespacesOutput, error)
ListNamespacesWithContext mocks base method
func (*MockServiceDiscoveryAPI) ListOperations ¶
func (m *MockServiceDiscoveryAPI) ListOperations(arg0 *servicediscovery.ListOperationsInput) (*servicediscovery.ListOperationsOutput, error)
ListOperations mocks base method
func (*MockServiceDiscoveryAPI) ListOperationsPages ¶
func (m *MockServiceDiscoveryAPI) ListOperationsPages(arg0 *servicediscovery.ListOperationsInput, arg1 func(*servicediscovery.ListOperationsOutput, bool) bool) error
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 ¶
func (m *MockServiceDiscoveryAPI) ListOperationsRequest(arg0 *servicediscovery.ListOperationsInput) (*request.Request, *servicediscovery.ListOperationsOutput)
ListOperationsRequest mocks base method
func (*MockServiceDiscoveryAPI) ListOperationsWithContext ¶
func (m *MockServiceDiscoveryAPI) ListOperationsWithContext(arg0 context.Context, arg1 *servicediscovery.ListOperationsInput, arg2 ...request.Option) (*servicediscovery.ListOperationsOutput, error)
ListOperationsWithContext mocks base method
func (*MockServiceDiscoveryAPI) ListServices ¶
func (m *MockServiceDiscoveryAPI) ListServices(arg0 *servicediscovery.ListServicesInput) (*servicediscovery.ListServicesOutput, error)
ListServices mocks base method
func (*MockServiceDiscoveryAPI) ListServicesPages ¶
func (m *MockServiceDiscoveryAPI) ListServicesPages(arg0 *servicediscovery.ListServicesInput, arg1 func(*servicediscovery.ListServicesOutput, bool) bool) error
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 ¶
func (m *MockServiceDiscoveryAPI) ListServicesRequest(arg0 *servicediscovery.ListServicesInput) (*request.Request, *servicediscovery.ListServicesOutput)
ListServicesRequest mocks base method
func (*MockServiceDiscoveryAPI) ListServicesWithContext ¶
func (m *MockServiceDiscoveryAPI) ListServicesWithContext(arg0 context.Context, arg1 *servicediscovery.ListServicesInput, arg2 ...request.Option) (*servicediscovery.ListServicesOutput, error)
ListServicesWithContext mocks base method
func (*MockServiceDiscoveryAPI) ListTagsForResource ¶
func (m *MockServiceDiscoveryAPI) ListTagsForResource(arg0 *servicediscovery.ListTagsForResourceInput) (*servicediscovery.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockServiceDiscoveryAPI) ListTagsForResourceRequest ¶
func (m *MockServiceDiscoveryAPI) ListTagsForResourceRequest(arg0 *servicediscovery.ListTagsForResourceInput) (*request.Request, *servicediscovery.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockServiceDiscoveryAPI) ListTagsForResourceWithContext ¶
func (m *MockServiceDiscoveryAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *servicediscovery.ListTagsForResourceInput, arg2 ...request.Option) (*servicediscovery.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockServiceDiscoveryAPI) RegisterInstance ¶
func (m *MockServiceDiscoveryAPI) RegisterInstance(arg0 *servicediscovery.RegisterInstanceInput) (*servicediscovery.RegisterInstanceOutput, error)
RegisterInstance mocks base method
func (*MockServiceDiscoveryAPI) RegisterInstanceRequest ¶
func (m *MockServiceDiscoveryAPI) RegisterInstanceRequest(arg0 *servicediscovery.RegisterInstanceInput) (*request.Request, *servicediscovery.RegisterInstanceOutput)
RegisterInstanceRequest mocks base method
func (*MockServiceDiscoveryAPI) RegisterInstanceWithContext ¶
func (m *MockServiceDiscoveryAPI) RegisterInstanceWithContext(arg0 context.Context, arg1 *servicediscovery.RegisterInstanceInput, arg2 ...request.Option) (*servicediscovery.RegisterInstanceOutput, error)
RegisterInstanceWithContext mocks base method
func (*MockServiceDiscoveryAPI) TagResource ¶
func (m *MockServiceDiscoveryAPI) TagResource(arg0 *servicediscovery.TagResourceInput) (*servicediscovery.TagResourceOutput, error)
TagResource mocks base method
func (*MockServiceDiscoveryAPI) TagResourceRequest ¶
func (m *MockServiceDiscoveryAPI) TagResourceRequest(arg0 *servicediscovery.TagResourceInput) (*request.Request, *servicediscovery.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockServiceDiscoveryAPI) TagResourceWithContext ¶
func (m *MockServiceDiscoveryAPI) TagResourceWithContext(arg0 context.Context, arg1 *servicediscovery.TagResourceInput, arg2 ...request.Option) (*servicediscovery.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockServiceDiscoveryAPI) UntagResource ¶
func (m *MockServiceDiscoveryAPI) UntagResource(arg0 *servicediscovery.UntagResourceInput) (*servicediscovery.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockServiceDiscoveryAPI) UntagResourceRequest ¶
func (m *MockServiceDiscoveryAPI) UntagResourceRequest(arg0 *servicediscovery.UntagResourceInput) (*request.Request, *servicediscovery.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockServiceDiscoveryAPI) UntagResourceWithContext ¶
func (m *MockServiceDiscoveryAPI) UntagResourceWithContext(arg0 context.Context, arg1 *servicediscovery.UntagResourceInput, arg2 ...request.Option) (*servicediscovery.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockServiceDiscoveryAPI) UpdateInstanceCustomHealthStatus ¶
func (m *MockServiceDiscoveryAPI) UpdateInstanceCustomHealthStatus(arg0 *servicediscovery.UpdateInstanceCustomHealthStatusInput) (*servicediscovery.UpdateInstanceCustomHealthStatusOutput, error)
UpdateInstanceCustomHealthStatus mocks base method
func (*MockServiceDiscoveryAPI) UpdateInstanceCustomHealthStatusRequest ¶
func (m *MockServiceDiscoveryAPI) UpdateInstanceCustomHealthStatusRequest(arg0 *servicediscovery.UpdateInstanceCustomHealthStatusInput) (*request.Request, *servicediscovery.UpdateInstanceCustomHealthStatusOutput)
UpdateInstanceCustomHealthStatusRequest mocks base method
func (*MockServiceDiscoveryAPI) UpdateInstanceCustomHealthStatusWithContext ¶
func (m *MockServiceDiscoveryAPI) UpdateInstanceCustomHealthStatusWithContext(arg0 context.Context, arg1 *servicediscovery.UpdateInstanceCustomHealthStatusInput, arg2 ...request.Option) (*servicediscovery.UpdateInstanceCustomHealthStatusOutput, error)
UpdateInstanceCustomHealthStatusWithContext mocks base method
func (*MockServiceDiscoveryAPI) UpdateService ¶
func (m *MockServiceDiscoveryAPI) UpdateService(arg0 *servicediscovery.UpdateServiceInput) (*servicediscovery.UpdateServiceOutput, error)
UpdateService mocks base method
func (*MockServiceDiscoveryAPI) UpdateServiceRequest ¶
func (m *MockServiceDiscoveryAPI) UpdateServiceRequest(arg0 *servicediscovery.UpdateServiceInput) (*request.Request, *servicediscovery.UpdateServiceOutput)
UpdateServiceRequest mocks base method
func (*MockServiceDiscoveryAPI) UpdateServiceWithContext ¶
func (m *MockServiceDiscoveryAPI) UpdateServiceWithContext(arg0 context.Context, arg1 *servicediscovery.UpdateServiceInput, arg2 ...request.Option) (*servicediscovery.UpdateServiceOutput, error)
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) 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) 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) 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