mock_scope

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_scope is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClusterScopeClient

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

MockClusterScopeClient is a mock_computemanagement of ClusterScopeClient interface.

func NewMockClusterScopeClient

func NewMockClusterScopeClient(ctrl *gomock.Controller) *MockClusterScopeClient

NewMockClusterScopeClient creates a new mock_computemanagement instance.

func (*MockClusterScopeClient) DeleteApiServerLB

func (m *MockClusterScopeClient) DeleteApiServerLB(ctx context.Context) error

DeleteApiServerLB mocks base method.

func (*MockClusterScopeClient) DeleteDRG added in v0.3.0

func (m *MockClusterScopeClient) DeleteDRG(ctx context.Context) error

DeleteDRG mocks base method.

func (*MockClusterScopeClient) DeleteDRGRPCAttachment added in v0.3.0

func (m *MockClusterScopeClient) DeleteDRGRPCAttachment(ctx context.Context) error

DeleteDRGRPCAttachment mocks base method.

func (*MockClusterScopeClient) DeleteDRGVCNAttachment added in v0.3.0

func (m *MockClusterScopeClient) DeleteDRGVCNAttachment(ctx context.Context) error

DeleteDRGVCNAttachment mocks base method.

func (*MockClusterScopeClient) DeleteInternetGateway

func (m *MockClusterScopeClient) DeleteInternetGateway(ctx context.Context) error

DeleteInternetGateway mocks base method.

func (*MockClusterScopeClient) DeleteNSGs

func (m *MockClusterScopeClient) DeleteNSGs(ctx context.Context) error

DeleteNSGs mocks base method.

func (*MockClusterScopeClient) DeleteNatGateway

func (m *MockClusterScopeClient) DeleteNatGateway(ctx context.Context) error

DeleteNatGateway mocks base method.

func (*MockClusterScopeClient) DeleteRouteTables

func (m *MockClusterScopeClient) DeleteRouteTables(ctx context.Context) error

DeleteRouteTables mocks base method.

func (*MockClusterScopeClient) DeleteSecurityLists

func (m *MockClusterScopeClient) DeleteSecurityLists(ctx context.Context) error

DeleteSecurityLists mocks base method.

func (*MockClusterScopeClient) DeleteServiceGateway

func (m *MockClusterScopeClient) DeleteServiceGateway(ctx context.Context) error

DeleteServiceGateway mocks base method.

func (*MockClusterScopeClient) DeleteSubnets

func (m *MockClusterScopeClient) DeleteSubnets(ctx context.Context) error

DeleteSubnets mocks base method.

func (*MockClusterScopeClient) DeleteVCN

func (m *MockClusterScopeClient) DeleteVCN(ctx context.Context) error

DeleteVCN mocks base method.

func (*MockClusterScopeClient) EXPECT

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

func (*MockClusterScopeClient) GetOCIClusterAccessor added in v0.6.0

func (m *MockClusterScopeClient) GetOCIClusterAccessor() scope.OCIClusterAccessor

GetOCIClusterAccessor mocks base method.

func (*MockClusterScopeClient) ReconcileApiServerLB

func (m *MockClusterScopeClient) ReconcileApiServerLB(ctx context.Context) error

ReconcileApiServerLB mocks base method.

func (*MockClusterScopeClient) ReconcileDRG added in v0.3.0

func (m *MockClusterScopeClient) ReconcileDRG(ctx context.Context) error

ReconcileDRG mocks base method.

func (*MockClusterScopeClient) ReconcileDRGRPCAttachment added in v0.3.0

func (m *MockClusterScopeClient) ReconcileDRGRPCAttachment(ctx context.Context) error

ReconcileDRGRPCAttachment mocks base method.

func (*MockClusterScopeClient) ReconcileDRGVCNAttachment added in v0.3.0

func (m *MockClusterScopeClient) ReconcileDRGVCNAttachment(ctx context.Context) error

ReconcileDRGVCNAttachment mocks base method.

func (*MockClusterScopeClient) ReconcileFailureDomains

func (m *MockClusterScopeClient) ReconcileFailureDomains(ctx context.Context) error

ReconcileFailureDomains mocks base method.

func (*MockClusterScopeClient) ReconcileInternetGateway

func (m *MockClusterScopeClient) ReconcileInternetGateway(ctx context.Context) error

ReconcileInternetGateway mocks base method.

func (*MockClusterScopeClient) ReconcileNSG

func (m *MockClusterScopeClient) ReconcileNSG(ctx context.Context) error

ReconcileNSG mocks base method.

func (*MockClusterScopeClient) ReconcileNatGateway

func (m *MockClusterScopeClient) ReconcileNatGateway(ctx context.Context) error

ReconcileNatGateway mocks base method.

func (*MockClusterScopeClient) ReconcileRouteTable

func (m *MockClusterScopeClient) ReconcileRouteTable(ctx context.Context) error

ReconcileRouteTable mocks base method.

func (*MockClusterScopeClient) ReconcileServiceGateway

func (m *MockClusterScopeClient) ReconcileServiceGateway(ctx context.Context) error

ReconcileServiceGateway mocks base method.

func (*MockClusterScopeClient) ReconcileSubnet

func (m *MockClusterScopeClient) ReconcileSubnet(ctx context.Context) error

ReconcileSubnet mocks base method.

func (*MockClusterScopeClient) ReconcileVCN

func (m *MockClusterScopeClient) ReconcileVCN(ctx context.Context) error

ReconcileVCN mocks base method.

func (*MockClusterScopeClient) SetRegionKey added in v0.6.0

func (m *MockClusterScopeClient) SetRegionKey(ctx context.Context) error

SetRegionCode mocks base method.

type MockClusterScopeClientMockRecorder

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

MockClusterScopeClientMockRecorder is the mock_computemanagement recorder for MockClusterScopeClient.

func (*MockClusterScopeClientMockRecorder) DeleteApiServerLB

func (mr *MockClusterScopeClientMockRecorder) DeleteApiServerLB(ctx interface{}) *gomock.Call

DeleteApiServerLB indicates an expected call of DeleteApiServerLB.

func (*MockClusterScopeClientMockRecorder) DeleteDRG added in v0.3.0

func (mr *MockClusterScopeClientMockRecorder) DeleteDRG(ctx interface{}) *gomock.Call

DeleteDRG indicates an expected call of DeleteDRG.

func (*MockClusterScopeClientMockRecorder) DeleteDRGRPCAttachment added in v0.3.0

func (mr *MockClusterScopeClientMockRecorder) DeleteDRGRPCAttachment(ctx interface{}) *gomock.Call

DeleteDRGRPCAttachment indicates an expected call of DeleteDRGRPCAttachment.

func (*MockClusterScopeClientMockRecorder) DeleteDRGVCNAttachment added in v0.3.0

func (mr *MockClusterScopeClientMockRecorder) DeleteDRGVCNAttachment(ctx interface{}) *gomock.Call

DeleteDRGVCNAttachment indicates an expected call of DeleteDRGVCNAttachment.

func (*MockClusterScopeClientMockRecorder) DeleteInternetGateway

func (mr *MockClusterScopeClientMockRecorder) DeleteInternetGateway(ctx interface{}) *gomock.Call

DeleteInternetGateway indicates an expected call of DeleteInternetGateway.

func (*MockClusterScopeClientMockRecorder) DeleteNSGs

func (mr *MockClusterScopeClientMockRecorder) DeleteNSGs(ctx interface{}) *gomock.Call

DeleteNSGs indicates an expected call of DeleteNSGs.

func (*MockClusterScopeClientMockRecorder) DeleteNatGateway

func (mr *MockClusterScopeClientMockRecorder) DeleteNatGateway(ctx interface{}) *gomock.Call

DeleteNatGateway indicates an expected call of DeleteNatGateway.

func (*MockClusterScopeClientMockRecorder) DeleteRouteTables

func (mr *MockClusterScopeClientMockRecorder) DeleteRouteTables(ctx interface{}) *gomock.Call

DeleteRouteTables indicates an expected call of DeleteRouteTables.

func (*MockClusterScopeClientMockRecorder) DeleteSecurityLists

func (mr *MockClusterScopeClientMockRecorder) DeleteSecurityLists(ctx interface{}) *gomock.Call

DeleteSecurityLists indicates an expected call of DeleteSecurityLists.

func (*MockClusterScopeClientMockRecorder) DeleteServiceGateway

func (mr *MockClusterScopeClientMockRecorder) DeleteServiceGateway(ctx interface{}) *gomock.Call

DeleteServiceGateway indicates an expected call of DeleteServiceGateway.

func (*MockClusterScopeClientMockRecorder) DeleteSubnets

func (mr *MockClusterScopeClientMockRecorder) DeleteSubnets(ctx interface{}) *gomock.Call

DeleteSubnets indicates an expected call of DeleteSubnets.

func (*MockClusterScopeClientMockRecorder) DeleteVCN

func (mr *MockClusterScopeClientMockRecorder) DeleteVCN(ctx interface{}) *gomock.Call

DeleteVCN indicates an expected call of DeleteVCN.

func (*MockClusterScopeClientMockRecorder) GetOCIClusterAccessor added in v0.6.0

func (mr *MockClusterScopeClientMockRecorder) GetOCIClusterAccessor() *gomock.Call

GetOCIClusterAccessor indicates an expected call of GetOCIClusterAccessor.

func (*MockClusterScopeClientMockRecorder) ReconcileApiServerLB

func (mr *MockClusterScopeClientMockRecorder) ReconcileApiServerLB(ctx interface{}) *gomock.Call

ReconcileApiServerLB indicates an expected call of ReconcileApiServerLB.

func (*MockClusterScopeClientMockRecorder) ReconcileDRG added in v0.3.0

func (mr *MockClusterScopeClientMockRecorder) ReconcileDRG(ctx interface{}) *gomock.Call

ReconcileDRG indicates an expected call of ReconcileDRG.

func (*MockClusterScopeClientMockRecorder) ReconcileDRGRPCAttachment added in v0.3.0

func (mr *MockClusterScopeClientMockRecorder) ReconcileDRGRPCAttachment(ctx interface{}) *gomock.Call

ReconcileDRGRPCAttachment indicates an expected call of ReconcileDRGRPCAttachment.

func (*MockClusterScopeClientMockRecorder) ReconcileDRGVCNAttachment added in v0.3.0

func (mr *MockClusterScopeClientMockRecorder) ReconcileDRGVCNAttachment(ctx interface{}) *gomock.Call

ReconcileDRGVCNAttachment indicates an expected call of ReconcileDRGVCNAttachment.

func (*MockClusterScopeClientMockRecorder) ReconcileFailureDomains

func (mr *MockClusterScopeClientMockRecorder) ReconcileFailureDomains(ctx interface{}) *gomock.Call

ReconcileFailureDomains indicates an expected call of ReconcileFailureDomains.

func (*MockClusterScopeClientMockRecorder) ReconcileInternetGateway

func (mr *MockClusterScopeClientMockRecorder) ReconcileInternetGateway(ctx interface{}) *gomock.Call

ReconcileInternetGateway indicates an expected call of ReconcileInternetGateway.

func (*MockClusterScopeClientMockRecorder) ReconcileNSG

func (mr *MockClusterScopeClientMockRecorder) ReconcileNSG(ctx interface{}) *gomock.Call

ReconcileNSG indicates an expected call of ReconcileNSG.

func (*MockClusterScopeClientMockRecorder) ReconcileNatGateway

func (mr *MockClusterScopeClientMockRecorder) ReconcileNatGateway(ctx interface{}) *gomock.Call

ReconcileNatGateway indicates an expected call of ReconcileNatGateway.

func (*MockClusterScopeClientMockRecorder) ReconcileRouteTable

func (mr *MockClusterScopeClientMockRecorder) ReconcileRouteTable(ctx interface{}) *gomock.Call

ReconcileRouteTable indicates an expected call of ReconcileRouteTable.

func (*MockClusterScopeClientMockRecorder) ReconcileServiceGateway

func (mr *MockClusterScopeClientMockRecorder) ReconcileServiceGateway(ctx interface{}) *gomock.Call

ReconcileServiceGateway indicates an expected call of ReconcileServiceGateway.

func (*MockClusterScopeClientMockRecorder) ReconcileSubnet

func (mr *MockClusterScopeClientMockRecorder) ReconcileSubnet(ctx interface{}) *gomock.Call

ReconcileSubnet indicates an expected call of ReconcileSubnet.

func (*MockClusterScopeClientMockRecorder) ReconcileVCN

func (mr *MockClusterScopeClientMockRecorder) ReconcileVCN(ctx interface{}) *gomock.Call

ReconcileVCN indicates an expected call of ReconcileVCN.

func (*MockClusterScopeClientMockRecorder) SetRegionCode added in v0.6.0

func (mr *MockClusterScopeClientMockRecorder) SetRegionCode(ctx interface{}) *gomock.Call

SetRegionCode indicates an expected call of SetRegionCode.

Jump to

Keyboard shortcuts

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