mock_vzmgrpb

package
v0.0.0-...-0888c38 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package mock_vzmgrpb is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockVZDeploymentKeyServiceClient

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

MockVZDeploymentKeyServiceClient is a mock of VZDeploymentKeyServiceClient interface.

func NewMockVZDeploymentKeyServiceClient

func NewMockVZDeploymentKeyServiceClient(ctrl *gomock.Controller) *MockVZDeploymentKeyServiceClient

NewMockVZDeploymentKeyServiceClient creates a new mock instance.

func (*MockVZDeploymentKeyServiceClient) Create

Create mocks base method.

func (*MockVZDeploymentKeyServiceClient) Delete

Delete mocks base method.

func (*MockVZDeploymentKeyServiceClient) EXPECT

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

func (*MockVZDeploymentKeyServiceClient) Get

Get mocks base method.

func (*MockVZDeploymentKeyServiceClient) List

List mocks base method.

func (*MockVZDeploymentKeyServiceClient) LookupDeploymentKey

LookupDeploymentKey mocks base method.

type MockVZDeploymentKeyServiceClientMockRecorder

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

MockVZDeploymentKeyServiceClientMockRecorder is the mock recorder for MockVZDeploymentKeyServiceClient.

func (*MockVZDeploymentKeyServiceClientMockRecorder) Create

func (mr *MockVZDeploymentKeyServiceClientMockRecorder) Create(ctx, in interface{}, opts ...interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockVZDeploymentKeyServiceClientMockRecorder) Delete

func (mr *MockVZDeploymentKeyServiceClientMockRecorder) Delete(ctx, in interface{}, opts ...interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockVZDeploymentKeyServiceClientMockRecorder) Get

func (mr *MockVZDeploymentKeyServiceClientMockRecorder) Get(ctx, in interface{}, opts ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockVZDeploymentKeyServiceClientMockRecorder) List

func (mr *MockVZDeploymentKeyServiceClientMockRecorder) List(ctx, in interface{}, opts ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockVZDeploymentKeyServiceClientMockRecorder) LookupDeploymentKey

func (mr *MockVZDeploymentKeyServiceClientMockRecorder) LookupDeploymentKey(ctx, in interface{}, opts ...interface{}) *gomock.Call

LookupDeploymentKey indicates an expected call of LookupDeploymentKey.

type MockVZDeploymentKeyServiceServer

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

MockVZDeploymentKeyServiceServer is a mock of VZDeploymentKeyServiceServer interface.

func NewMockVZDeploymentKeyServiceServer

func NewMockVZDeploymentKeyServiceServer(ctrl *gomock.Controller) *MockVZDeploymentKeyServiceServer

NewMockVZDeploymentKeyServiceServer creates a new mock instance.

func (*MockVZDeploymentKeyServiceServer) Create

Create mocks base method.

func (*MockVZDeploymentKeyServiceServer) Delete

Delete mocks base method.

func (*MockVZDeploymentKeyServiceServer) EXPECT

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

func (*MockVZDeploymentKeyServiceServer) Get

Get mocks base method.

func (*MockVZDeploymentKeyServiceServer) List

List mocks base method.

func (*MockVZDeploymentKeyServiceServer) LookupDeploymentKey

LookupDeploymentKey mocks base method.

type MockVZDeploymentKeyServiceServerMockRecorder

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

MockVZDeploymentKeyServiceServerMockRecorder is the mock recorder for MockVZDeploymentKeyServiceServer.

func (*MockVZDeploymentKeyServiceServerMockRecorder) Create

func (mr *MockVZDeploymentKeyServiceServerMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockVZDeploymentKeyServiceServerMockRecorder) Delete

func (mr *MockVZDeploymentKeyServiceServerMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockVZDeploymentKeyServiceServerMockRecorder) Get

func (mr *MockVZDeploymentKeyServiceServerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockVZDeploymentKeyServiceServerMockRecorder) List

func (mr *MockVZDeploymentKeyServiceServerMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockVZDeploymentKeyServiceServerMockRecorder) LookupDeploymentKey

func (mr *MockVZDeploymentKeyServiceServerMockRecorder) LookupDeploymentKey(arg0, arg1 interface{}) *gomock.Call

LookupDeploymentKey indicates an expected call of LookupDeploymentKey.

type MockVZDeploymentServiceClient

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

MockVZDeploymentServiceClient is a mock of VZDeploymentServiceClient interface.

func NewMockVZDeploymentServiceClient

func NewMockVZDeploymentServiceClient(ctrl *gomock.Controller) *MockVZDeploymentServiceClient

NewMockVZDeploymentServiceClient creates a new mock instance.

func (*MockVZDeploymentServiceClient) EXPECT

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

func (*MockVZDeploymentServiceClient) RegisterVizierDeployment

RegisterVizierDeployment mocks base method.

type MockVZDeploymentServiceClientMockRecorder

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

MockVZDeploymentServiceClientMockRecorder is the mock recorder for MockVZDeploymentServiceClient.

func (*MockVZDeploymentServiceClientMockRecorder) RegisterVizierDeployment

func (mr *MockVZDeploymentServiceClientMockRecorder) RegisterVizierDeployment(ctx, in interface{}, opts ...interface{}) *gomock.Call

RegisterVizierDeployment indicates an expected call of RegisterVizierDeployment.

type MockVZDeploymentServiceServer

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

MockVZDeploymentServiceServer is a mock of VZDeploymentServiceServer interface.

func NewMockVZDeploymentServiceServer

func NewMockVZDeploymentServiceServer(ctrl *gomock.Controller) *MockVZDeploymentServiceServer

NewMockVZDeploymentServiceServer creates a new mock instance.

func (*MockVZDeploymentServiceServer) EXPECT

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

func (*MockVZDeploymentServiceServer) RegisterVizierDeployment

RegisterVizierDeployment mocks base method.

type MockVZDeploymentServiceServerMockRecorder

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

MockVZDeploymentServiceServerMockRecorder is the mock recorder for MockVZDeploymentServiceServer.

func (*MockVZDeploymentServiceServerMockRecorder) RegisterVizierDeployment

func (mr *MockVZDeploymentServiceServerMockRecorder) RegisterVizierDeployment(arg0, arg1 interface{}) *gomock.Call

RegisterVizierDeployment indicates an expected call of RegisterVizierDeployment.

type MockVZMgrServiceClient

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

MockVZMgrServiceClient is a mock of VZMgrServiceClient interface.

func NewMockVZMgrServiceClient

func NewMockVZMgrServiceClient(ctrl *gomock.Controller) *MockVZMgrServiceClient

NewMockVZMgrServiceClient creates a new mock instance.

func (*MockVZMgrServiceClient) CreateVizierCluster

CreateVizierCluster mocks base method.

func (*MockVZMgrServiceClient) EXPECT

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

func (*MockVZMgrServiceClient) GetOrgFromVizier

GetOrgFromVizier mocks base method.

func (*MockVZMgrServiceClient) GetVizierConnectionInfo

func (m *MockVZMgrServiceClient) GetVizierConnectionInfo(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*cvmsgspb.VizierConnectionInfo, error)

GetVizierConnectionInfo mocks base method.

func (*MockVZMgrServiceClient) GetVizierInfo

func (m *MockVZMgrServiceClient) GetVizierInfo(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*cvmsgspb.VizierInfo, error)

GetVizierInfo mocks base method.

func (*MockVZMgrServiceClient) GetVizierInfos

GetVizierInfos mocks base method.

func (*MockVZMgrServiceClient) GetViziersByOrg

GetViziersByOrg mocks base method.

func (*MockVZMgrServiceClient) GetViziersByShard

GetViziersByShard mocks base method.

func (*MockVZMgrServiceClient) UpdateOrInstallVizier

UpdateOrInstallVizier mocks base method.

func (*MockVZMgrServiceClient) UpdateVizierConfig

UpdateVizierConfig mocks base method.

func (*MockVZMgrServiceClient) VizierConnected

VizierConnected mocks base method.

type MockVZMgrServiceClientMockRecorder

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

MockVZMgrServiceClientMockRecorder is the mock recorder for MockVZMgrServiceClient.

func (*MockVZMgrServiceClientMockRecorder) CreateVizierCluster

func (mr *MockVZMgrServiceClientMockRecorder) CreateVizierCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateVizierCluster indicates an expected call of CreateVizierCluster.

func (*MockVZMgrServiceClientMockRecorder) GetOrgFromVizier

func (mr *MockVZMgrServiceClientMockRecorder) GetOrgFromVizier(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetOrgFromVizier indicates an expected call of GetOrgFromVizier.

func (*MockVZMgrServiceClientMockRecorder) GetVizierConnectionInfo

func (mr *MockVZMgrServiceClientMockRecorder) GetVizierConnectionInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetVizierConnectionInfo indicates an expected call of GetVizierConnectionInfo.

func (*MockVZMgrServiceClientMockRecorder) GetVizierInfo

func (mr *MockVZMgrServiceClientMockRecorder) GetVizierInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetVizierInfo indicates an expected call of GetVizierInfo.

func (*MockVZMgrServiceClientMockRecorder) GetVizierInfos

func (mr *MockVZMgrServiceClientMockRecorder) GetVizierInfos(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetVizierInfos indicates an expected call of GetVizierInfos.

func (*MockVZMgrServiceClientMockRecorder) GetViziersByOrg

func (mr *MockVZMgrServiceClientMockRecorder) GetViziersByOrg(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetViziersByOrg indicates an expected call of GetViziersByOrg.

func (*MockVZMgrServiceClientMockRecorder) GetViziersByShard

func (mr *MockVZMgrServiceClientMockRecorder) GetViziersByShard(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetViziersByShard indicates an expected call of GetViziersByShard.

func (*MockVZMgrServiceClientMockRecorder) UpdateOrInstallVizier

func (mr *MockVZMgrServiceClientMockRecorder) UpdateOrInstallVizier(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateOrInstallVizier indicates an expected call of UpdateOrInstallVizier.

func (*MockVZMgrServiceClientMockRecorder) UpdateVizierConfig

func (mr *MockVZMgrServiceClientMockRecorder) UpdateVizierConfig(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateVizierConfig indicates an expected call of UpdateVizierConfig.

func (*MockVZMgrServiceClientMockRecorder) VizierConnected

func (mr *MockVZMgrServiceClientMockRecorder) VizierConnected(ctx, in interface{}, opts ...interface{}) *gomock.Call

VizierConnected indicates an expected call of VizierConnected.

type MockVZMgrServiceServer

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

MockVZMgrServiceServer is a mock of VZMgrServiceServer interface.

func NewMockVZMgrServiceServer

func NewMockVZMgrServiceServer(ctrl *gomock.Controller) *MockVZMgrServiceServer

NewMockVZMgrServiceServer creates a new mock instance.

func (*MockVZMgrServiceServer) CreateVizierCluster

func (m *MockVZMgrServiceServer) CreateVizierCluster(arg0 context.Context, arg1 *vzmgrpb.CreateVizierClusterRequest) (*uuidpb.UUID, error)

CreateVizierCluster mocks base method.

func (*MockVZMgrServiceServer) EXPECT

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

func (*MockVZMgrServiceServer) GetOrgFromVizier

GetOrgFromVizier mocks base method.

func (*MockVZMgrServiceServer) GetVizierConnectionInfo

func (m *MockVZMgrServiceServer) GetVizierConnectionInfo(arg0 context.Context, arg1 *uuidpb.UUID) (*cvmsgspb.VizierConnectionInfo, error)

GetVizierConnectionInfo mocks base method.

func (*MockVZMgrServiceServer) GetVizierInfo

func (m *MockVZMgrServiceServer) GetVizierInfo(arg0 context.Context, arg1 *uuidpb.UUID) (*cvmsgspb.VizierInfo, error)

GetVizierInfo mocks base method.

func (*MockVZMgrServiceServer) GetVizierInfos

GetVizierInfos mocks base method.

func (*MockVZMgrServiceServer) GetViziersByOrg

GetViziersByOrg mocks base method.

func (*MockVZMgrServiceServer) GetViziersByShard

GetViziersByShard mocks base method.

func (*MockVZMgrServiceServer) UpdateOrInstallVizier

UpdateOrInstallVizier mocks base method.

func (*MockVZMgrServiceServer) UpdateVizierConfig

UpdateVizierConfig mocks base method.

func (*MockVZMgrServiceServer) VizierConnected

VizierConnected mocks base method.

type MockVZMgrServiceServerMockRecorder

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

MockVZMgrServiceServerMockRecorder is the mock recorder for MockVZMgrServiceServer.

func (*MockVZMgrServiceServerMockRecorder) CreateVizierCluster

func (mr *MockVZMgrServiceServerMockRecorder) CreateVizierCluster(arg0, arg1 interface{}) *gomock.Call

CreateVizierCluster indicates an expected call of CreateVizierCluster.

func (*MockVZMgrServiceServerMockRecorder) GetOrgFromVizier

func (mr *MockVZMgrServiceServerMockRecorder) GetOrgFromVizier(arg0, arg1 interface{}) *gomock.Call

GetOrgFromVizier indicates an expected call of GetOrgFromVizier.

func (*MockVZMgrServiceServerMockRecorder) GetVizierConnectionInfo

func (mr *MockVZMgrServiceServerMockRecorder) GetVizierConnectionInfo(arg0, arg1 interface{}) *gomock.Call

GetVizierConnectionInfo indicates an expected call of GetVizierConnectionInfo.

func (*MockVZMgrServiceServerMockRecorder) GetVizierInfo

func (mr *MockVZMgrServiceServerMockRecorder) GetVizierInfo(arg0, arg1 interface{}) *gomock.Call

GetVizierInfo indicates an expected call of GetVizierInfo.

func (*MockVZMgrServiceServerMockRecorder) GetVizierInfos

func (mr *MockVZMgrServiceServerMockRecorder) GetVizierInfos(arg0, arg1 interface{}) *gomock.Call

GetVizierInfos indicates an expected call of GetVizierInfos.

func (*MockVZMgrServiceServerMockRecorder) GetViziersByOrg

func (mr *MockVZMgrServiceServerMockRecorder) GetViziersByOrg(arg0, arg1 interface{}) *gomock.Call

GetViziersByOrg indicates an expected call of GetViziersByOrg.

func (*MockVZMgrServiceServerMockRecorder) GetViziersByShard

func (mr *MockVZMgrServiceServerMockRecorder) GetViziersByShard(arg0, arg1 interface{}) *gomock.Call

GetViziersByShard indicates an expected call of GetViziersByShard.

func (*MockVZMgrServiceServerMockRecorder) UpdateOrInstallVizier

func (mr *MockVZMgrServiceServerMockRecorder) UpdateOrInstallVizier(arg0, arg1 interface{}) *gomock.Call

UpdateOrInstallVizier indicates an expected call of UpdateOrInstallVizier.

func (*MockVZMgrServiceServerMockRecorder) UpdateVizierConfig

func (mr *MockVZMgrServiceServerMockRecorder) UpdateVizierConfig(arg0, arg1 interface{}) *gomock.Call

UpdateVizierConfig indicates an expected call of UpdateVizierConfig.

func (*MockVZMgrServiceServerMockRecorder) VizierConnected

func (mr *MockVZMgrServiceServerMockRecorder) VizierConnected(arg0, arg1 interface{}) *gomock.Call

VizierConnected indicates an expected call of VizierConnected.

Jump to

Keyboard shortcuts

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