operatorservicemock

package
v1.26.1 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2023 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) DeleteNamespace

DeleteNamespace mocks base method.

func (*MockOperatorServiceClient) EXPECT

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

func (*MockOperatorServiceClient) ListClusters added in v1.9.0

ListClusters 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.

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) DeleteNamespace

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

DeleteNamespace indicates an expected call of DeleteNamespace.

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

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) DeleteNamespace

DeleteNamespace mocks base method.

func (*MockOperatorServiceServer) EXPECT

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

func (*MockOperatorServiceServer) ListClusters added in v1.9.0

ListClusters 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.

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) DeleteNamespace

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

DeleteNamespace indicates an expected call of DeleteNamespace.

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

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