operatorservicemock

package
v1.33.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package operatorservicemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockOperatorServiceClient

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

MockOperatorServiceClient is a mock of OperatorServiceClient interface.

func NewMockOperatorServiceClient

func NewMockOperatorServiceClient(ctrl *gomock.Controller) *MockOperatorServiceClient

NewMockOperatorServiceClient creates a new mock instance.

func (*MockOperatorServiceClient) AddOrUpdateRemoteCluster added in v1.9.0

AddOrUpdateRemoteCluster mocks base method.

func (*MockOperatorServiceClient) AddSearchAttributes

AddSearchAttributes mocks base method.

func (*MockOperatorServiceClient) CreateNexusEndpoint added in v1.33.0

CreateNexusEndpoint mocks base method.

func (*MockOperatorServiceClient) DeleteNamespace

DeleteNamespace mocks base method.

func (*MockOperatorServiceClient) DeleteNexusEndpoint added in v1.33.0

DeleteNexusEndpoint mocks base method.

func (*MockOperatorServiceClient) EXPECT

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

func (*MockOperatorServiceClient) GetNexusEndpoint added in v1.33.0

GetNexusEndpoint mocks base method.

func (*MockOperatorServiceClient) ListClusters added in v1.9.0

ListClusters mocks base method.

func (*MockOperatorServiceClient) ListNexusEndpoints added in v1.33.0

ListNexusEndpoints mocks base method.

func (*MockOperatorServiceClient) ListSearchAttributes

ListSearchAttributes mocks base method.

func (*MockOperatorServiceClient) RemoveRemoteCluster added in v1.9.0

RemoveRemoteCluster mocks base method.

func (*MockOperatorServiceClient) RemoveSearchAttributes

RemoveSearchAttributes mocks base method.

func (*MockOperatorServiceClient) UpdateNexusEndpoint added in v1.33.0

UpdateNexusEndpoint mocks base method.

type MockOperatorServiceClientMockRecorder

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

MockOperatorServiceClientMockRecorder is the mock recorder for MockOperatorServiceClient.

func (*MockOperatorServiceClientMockRecorder) AddOrUpdateRemoteCluster added in v1.9.0

func (mr *MockOperatorServiceClientMockRecorder) AddOrUpdateRemoteCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddOrUpdateRemoteCluster indicates an expected call of AddOrUpdateRemoteCluster.

func (*MockOperatorServiceClientMockRecorder) AddSearchAttributes

func (mr *MockOperatorServiceClientMockRecorder) AddSearchAttributes(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddSearchAttributes indicates an expected call of AddSearchAttributes.

func (*MockOperatorServiceClientMockRecorder) CreateNexusEndpoint added in v1.33.0

func (mr *MockOperatorServiceClientMockRecorder) CreateNexusEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateNexusEndpoint indicates an expected call of CreateNexusEndpoint.

func (*MockOperatorServiceClientMockRecorder) DeleteNamespace

func (mr *MockOperatorServiceClientMockRecorder) DeleteNamespace(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteNamespace indicates an expected call of DeleteNamespace.

func (*MockOperatorServiceClientMockRecorder) DeleteNexusEndpoint added in v1.33.0

func (mr *MockOperatorServiceClientMockRecorder) DeleteNexusEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteNexusEndpoint indicates an expected call of DeleteNexusEndpoint.

func (*MockOperatorServiceClientMockRecorder) GetNexusEndpoint added in v1.33.0

func (mr *MockOperatorServiceClientMockRecorder) GetNexusEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetNexusEndpoint indicates an expected call of GetNexusEndpoint.

func (*MockOperatorServiceClientMockRecorder) ListClusters added in v1.9.0

func (mr *MockOperatorServiceClientMockRecorder) ListClusters(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListClusters indicates an expected call of ListClusters.

func (*MockOperatorServiceClientMockRecorder) ListNexusEndpoints added in v1.33.0

func (mr *MockOperatorServiceClientMockRecorder) ListNexusEndpoints(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListNexusEndpoints indicates an expected call of ListNexusEndpoints.

func (*MockOperatorServiceClientMockRecorder) ListSearchAttributes

func (mr *MockOperatorServiceClientMockRecorder) ListSearchAttributes(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListSearchAttributes indicates an expected call of ListSearchAttributes.

func (*MockOperatorServiceClientMockRecorder) RemoveRemoteCluster added in v1.9.0

func (mr *MockOperatorServiceClientMockRecorder) RemoveRemoteCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveRemoteCluster indicates an expected call of RemoveRemoteCluster.

func (*MockOperatorServiceClientMockRecorder) RemoveSearchAttributes

func (mr *MockOperatorServiceClientMockRecorder) RemoveSearchAttributes(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveSearchAttributes indicates an expected call of RemoveSearchAttributes.

func (*MockOperatorServiceClientMockRecorder) UpdateNexusEndpoint added in v1.33.0

func (mr *MockOperatorServiceClientMockRecorder) UpdateNexusEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateNexusEndpoint indicates an expected call of UpdateNexusEndpoint.

type MockOperatorServiceServer

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

MockOperatorServiceServer is a mock of OperatorServiceServer interface.

func NewMockOperatorServiceServer

func NewMockOperatorServiceServer(ctrl *gomock.Controller) *MockOperatorServiceServer

NewMockOperatorServiceServer creates a new mock instance.

func (*MockOperatorServiceServer) AddOrUpdateRemoteCluster added in v1.9.0

AddOrUpdateRemoteCluster mocks base method.

func (*MockOperatorServiceServer) AddSearchAttributes

AddSearchAttributes mocks base method.

func (*MockOperatorServiceServer) CreateNexusEndpoint added in v1.33.0

CreateNexusEndpoint mocks base method.

func (*MockOperatorServiceServer) DeleteNamespace

DeleteNamespace mocks base method.

func (*MockOperatorServiceServer) DeleteNexusEndpoint added in v1.33.0

DeleteNexusEndpoint mocks base method.

func (*MockOperatorServiceServer) EXPECT

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

func (*MockOperatorServiceServer) GetNexusEndpoint added in v1.33.0

GetNexusEndpoint mocks base method.

func (*MockOperatorServiceServer) ListClusters added in v1.9.0

ListClusters mocks base method.

func (*MockOperatorServiceServer) ListNexusEndpoints added in v1.33.0

ListNexusEndpoints mocks base method.

func (*MockOperatorServiceServer) ListSearchAttributes

ListSearchAttributes mocks base method.

func (*MockOperatorServiceServer) RemoveRemoteCluster added in v1.9.0

RemoveRemoteCluster mocks base method.

func (*MockOperatorServiceServer) RemoveSearchAttributes

RemoveSearchAttributes mocks base method.

func (*MockOperatorServiceServer) UpdateNexusEndpoint added in v1.33.0

UpdateNexusEndpoint mocks base method.

type MockOperatorServiceServerMockRecorder

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

MockOperatorServiceServerMockRecorder is the mock recorder for MockOperatorServiceServer.

func (*MockOperatorServiceServerMockRecorder) AddOrUpdateRemoteCluster added in v1.9.0

func (mr *MockOperatorServiceServerMockRecorder) AddOrUpdateRemoteCluster(arg0, arg1 interface{}) *gomock.Call

AddOrUpdateRemoteCluster indicates an expected call of AddOrUpdateRemoteCluster.

func (*MockOperatorServiceServerMockRecorder) AddSearchAttributes

func (mr *MockOperatorServiceServerMockRecorder) AddSearchAttributes(arg0, arg1 interface{}) *gomock.Call

AddSearchAttributes indicates an expected call of AddSearchAttributes.

func (*MockOperatorServiceServerMockRecorder) CreateNexusEndpoint added in v1.33.0

func (mr *MockOperatorServiceServerMockRecorder) CreateNexusEndpoint(arg0, arg1 interface{}) *gomock.Call

CreateNexusEndpoint indicates an expected call of CreateNexusEndpoint.

func (*MockOperatorServiceServerMockRecorder) DeleteNamespace

func (mr *MockOperatorServiceServerMockRecorder) DeleteNamespace(arg0, arg1 interface{}) *gomock.Call

DeleteNamespace indicates an expected call of DeleteNamespace.

func (*MockOperatorServiceServerMockRecorder) DeleteNexusEndpoint added in v1.33.0

func (mr *MockOperatorServiceServerMockRecorder) DeleteNexusEndpoint(arg0, arg1 interface{}) *gomock.Call

DeleteNexusEndpoint indicates an expected call of DeleteNexusEndpoint.

func (*MockOperatorServiceServerMockRecorder) GetNexusEndpoint added in v1.33.0

func (mr *MockOperatorServiceServerMockRecorder) GetNexusEndpoint(arg0, arg1 interface{}) *gomock.Call

GetNexusEndpoint indicates an expected call of GetNexusEndpoint.

func (*MockOperatorServiceServerMockRecorder) ListClusters added in v1.9.0

func (mr *MockOperatorServiceServerMockRecorder) ListClusters(arg0, arg1 interface{}) *gomock.Call

ListClusters indicates an expected call of ListClusters.

func (*MockOperatorServiceServerMockRecorder) ListNexusEndpoints added in v1.33.0

func (mr *MockOperatorServiceServerMockRecorder) ListNexusEndpoints(arg0, arg1 interface{}) *gomock.Call

ListNexusEndpoints indicates an expected call of ListNexusEndpoints.

func (*MockOperatorServiceServerMockRecorder) ListSearchAttributes

func (mr *MockOperatorServiceServerMockRecorder) ListSearchAttributes(arg0, arg1 interface{}) *gomock.Call

ListSearchAttributes indicates an expected call of ListSearchAttributes.

func (*MockOperatorServiceServerMockRecorder) RemoveRemoteCluster added in v1.9.0

func (mr *MockOperatorServiceServerMockRecorder) RemoveRemoteCluster(arg0, arg1 interface{}) *gomock.Call

RemoveRemoteCluster indicates an expected call of RemoveRemoteCluster.

func (*MockOperatorServiceServerMockRecorder) RemoveSearchAttributes

func (mr *MockOperatorServiceServerMockRecorder) RemoveSearchAttributes(arg0, arg1 interface{}) *gomock.Call

RemoveSearchAttributes indicates an expected call of RemoveSearchAttributes.

func (*MockOperatorServiceServerMockRecorder) UpdateNexusEndpoint added in v1.33.0

func (mr *MockOperatorServiceServerMockRecorder) UpdateNexusEndpoint(arg0, arg1 interface{}) *gomock.Call

UpdateNexusEndpoint indicates an expected call of UpdateNexusEndpoint.

type MockUnsafeOperatorServiceServer added in v1.26.1

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

MockUnsafeOperatorServiceServer is a mock of UnsafeOperatorServiceServer interface.

func NewMockUnsafeOperatorServiceServer added in v1.26.1

func NewMockUnsafeOperatorServiceServer(ctrl *gomock.Controller) *MockUnsafeOperatorServiceServer

NewMockUnsafeOperatorServiceServer creates a new mock instance.

func (*MockUnsafeOperatorServiceServer) EXPECT added in v1.26.1

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

type MockUnsafeOperatorServiceServerMockRecorder added in v1.26.1

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

MockUnsafeOperatorServiceServerMockRecorder is the mock recorder for MockUnsafeOperatorServiceServer.

Jump to

Keyboard shortcuts

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