mock_scope

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2024 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 of ClusterScopeClient interface.

func NewMockClusterScopeClient

func NewMockClusterScopeClient(ctrl *gomock.Controller) *MockClusterScopeClient

NewMockClusterScopeClient creates a new mock instance.

func (*MockClusterScopeClient) DeleteApiServerLB

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

DeleteApiServerLB mocks base method.

func (*MockClusterScopeClient) DeleteApiServerNLB added in v0.9.0

func (m *MockClusterScopeClient) DeleteApiServerNLB(arg0 context.Context) error

DeleteApiServerNLB mocks base method.

func (*MockClusterScopeClient) DeleteDRG added in v0.3.0

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

DeleteDRG mocks base method.

func (*MockClusterScopeClient) DeleteDRGRPCAttachment added in v0.3.0

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

DeleteDRGRPCAttachment mocks base method.

func (*MockClusterScopeClient) DeleteDRGVCNAttachment added in v0.3.0

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

DeleteDRGVCNAttachment mocks base method.

func (*MockClusterScopeClient) DeleteInternetGateway

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

DeleteInternetGateway mocks base method.

func (*MockClusterScopeClient) DeleteNSGs

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

DeleteNSGs mocks base method.

func (*MockClusterScopeClient) DeleteNatGateway

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

DeleteNatGateway mocks base method.

func (*MockClusterScopeClient) DeleteRouteTables

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

DeleteRouteTables mocks base method.

func (*MockClusterScopeClient) DeleteSecurityLists

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

DeleteSecurityLists mocks base method.

func (*MockClusterScopeClient) DeleteServiceGateway

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

DeleteServiceGateway mocks base method.

func (*MockClusterScopeClient) DeleteSubnets

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

DeleteSubnets mocks base method.

func (*MockClusterScopeClient) DeleteVCN

func (m *MockClusterScopeClient) DeleteVCN(arg0 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(arg0 context.Context) error

ReconcileApiServerLB mocks base method.

func (*MockClusterScopeClient) ReconcileApiServerNLB added in v0.9.0

func (m *MockClusterScopeClient) ReconcileApiServerNLB(arg0 context.Context) error

ReconcileApiServerNLB mocks base method.

func (*MockClusterScopeClient) ReconcileDRG added in v0.3.0

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

ReconcileDRG mocks base method.

func (*MockClusterScopeClient) ReconcileDRGRPCAttachment added in v0.3.0

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

ReconcileDRGRPCAttachment mocks base method.

func (*MockClusterScopeClient) ReconcileDRGVCNAttachment added in v0.3.0

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

ReconcileDRGVCNAttachment mocks base method.

func (*MockClusterScopeClient) ReconcileFailureDomains

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

ReconcileFailureDomains mocks base method.

func (*MockClusterScopeClient) ReconcileInternetGateway

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

ReconcileInternetGateway mocks base method.

func (*MockClusterScopeClient) ReconcileNSG

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

ReconcileNSG mocks base method.

func (*MockClusterScopeClient) ReconcileNatGateway

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

ReconcileNatGateway mocks base method.

func (*MockClusterScopeClient) ReconcileRouteTable

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

ReconcileRouteTable mocks base method.

func (*MockClusterScopeClient) ReconcileServiceGateway

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

ReconcileServiceGateway mocks base method.

func (*MockClusterScopeClient) ReconcileSubnet

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

ReconcileSubnet mocks base method.

func (*MockClusterScopeClient) ReconcileVCN

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

ReconcileVCN mocks base method.

func (*MockClusterScopeClient) SetRegionKey added in v0.6.0

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

SetRegionKey mocks base method.

type MockClusterScopeClientMockRecorder

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

MockClusterScopeClientMockRecorder is the mock recorder for MockClusterScopeClient.

func (*MockClusterScopeClientMockRecorder) DeleteApiServerLB

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

DeleteApiServerLB indicates an expected call of DeleteApiServerLB.

func (*MockClusterScopeClientMockRecorder) DeleteApiServerNLB added in v0.9.0

func (mr *MockClusterScopeClientMockRecorder) DeleteApiServerNLB(arg0 interface{}) *gomock.Call

DeleteApiServerNLB indicates an expected call of DeleteApiServerNLB.

func (*MockClusterScopeClientMockRecorder) DeleteDRG added in v0.3.0

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

DeleteDRG indicates an expected call of DeleteDRG.

func (*MockClusterScopeClientMockRecorder) DeleteDRGRPCAttachment added in v0.3.0

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

DeleteDRGRPCAttachment indicates an expected call of DeleteDRGRPCAttachment.

func (*MockClusterScopeClientMockRecorder) DeleteDRGVCNAttachment added in v0.3.0

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

DeleteDRGVCNAttachment indicates an expected call of DeleteDRGVCNAttachment.

func (*MockClusterScopeClientMockRecorder) DeleteInternetGateway

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

DeleteInternetGateway indicates an expected call of DeleteInternetGateway.

func (*MockClusterScopeClientMockRecorder) DeleteNSGs

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

DeleteNSGs indicates an expected call of DeleteNSGs.

func (*MockClusterScopeClientMockRecorder) DeleteNatGateway

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

DeleteNatGateway indicates an expected call of DeleteNatGateway.

func (*MockClusterScopeClientMockRecorder) DeleteRouteTables

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

DeleteRouteTables indicates an expected call of DeleteRouteTables.

func (*MockClusterScopeClientMockRecorder) DeleteSecurityLists

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

DeleteSecurityLists indicates an expected call of DeleteSecurityLists.

func (*MockClusterScopeClientMockRecorder) DeleteServiceGateway

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

DeleteServiceGateway indicates an expected call of DeleteServiceGateway.

func (*MockClusterScopeClientMockRecorder) DeleteSubnets

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

DeleteSubnets indicates an expected call of DeleteSubnets.

func (*MockClusterScopeClientMockRecorder) DeleteVCN

func (mr *MockClusterScopeClientMockRecorder) DeleteVCN(arg0 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(arg0 interface{}) *gomock.Call

ReconcileApiServerLB indicates an expected call of ReconcileApiServerLB.

func (*MockClusterScopeClientMockRecorder) ReconcileApiServerNLB added in v0.9.0

func (mr *MockClusterScopeClientMockRecorder) ReconcileApiServerNLB(arg0 interface{}) *gomock.Call

ReconcileApiServerNLB indicates an expected call of ReconcileApiServerNLB.

func (*MockClusterScopeClientMockRecorder) ReconcileDRG added in v0.3.0

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

ReconcileDRG indicates an expected call of ReconcileDRG.

func (*MockClusterScopeClientMockRecorder) ReconcileDRGRPCAttachment added in v0.3.0

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

ReconcileDRGRPCAttachment indicates an expected call of ReconcileDRGRPCAttachment.

func (*MockClusterScopeClientMockRecorder) ReconcileDRGVCNAttachment added in v0.3.0

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

ReconcileDRGVCNAttachment indicates an expected call of ReconcileDRGVCNAttachment.

func (*MockClusterScopeClientMockRecorder) ReconcileFailureDomains

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

ReconcileFailureDomains indicates an expected call of ReconcileFailureDomains.

func (*MockClusterScopeClientMockRecorder) ReconcileInternetGateway

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

ReconcileInternetGateway indicates an expected call of ReconcileInternetGateway.

func (*MockClusterScopeClientMockRecorder) ReconcileNSG

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

ReconcileNSG indicates an expected call of ReconcileNSG.

func (*MockClusterScopeClientMockRecorder) ReconcileNatGateway

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

ReconcileNatGateway indicates an expected call of ReconcileNatGateway.

func (*MockClusterScopeClientMockRecorder) ReconcileRouteTable

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

ReconcileRouteTable indicates an expected call of ReconcileRouteTable.

func (*MockClusterScopeClientMockRecorder) ReconcileServiceGateway

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

ReconcileServiceGateway indicates an expected call of ReconcileServiceGateway.

func (*MockClusterScopeClientMockRecorder) ReconcileSubnet

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

ReconcileSubnet indicates an expected call of ReconcileSubnet.

func (*MockClusterScopeClientMockRecorder) ReconcileVCN

func (mr *MockClusterScopeClientMockRecorder) ReconcileVCN(arg0 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.

func (*MockClusterScopeClientMockRecorder) SetRegionKey added in v0.9.0

func (mr *MockClusterScopeClientMockRecorder) SetRegionKey(arg0 interface{}) *gomock.Call

SetRegionKey indicates an expected call of SetRegionKey.

Jump to

Keyboard shortcuts

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