Documentation ¶
Overview ¶
Package mock_scope is a generated GoMock package.
Index ¶
- type MockClusterScopeClient
- func (m *MockClusterScopeClient) Close(ctx context.Context) error
- func (m *MockClusterScopeClient) DeleteApiServerLB(ctx context.Context) error
- func (m *MockClusterScopeClient) DeleteInternetGateway(ctx context.Context) error
- func (m *MockClusterScopeClient) DeleteNSGs(ctx context.Context) error
- func (m *MockClusterScopeClient) DeleteNatGateway(ctx context.Context) error
- func (m *MockClusterScopeClient) DeleteRouteTables(ctx context.Context) error
- func (m *MockClusterScopeClient) DeleteSecurityLists(ctx context.Context) error
- func (m *MockClusterScopeClient) DeleteServiceGateway(ctx context.Context) error
- func (m *MockClusterScopeClient) DeleteSubnets(ctx context.Context) error
- func (m *MockClusterScopeClient) DeleteVCN(ctx context.Context) error
- func (m *MockClusterScopeClient) EXPECT() *MockClusterScopeClientMockRecorder
- func (m *MockClusterScopeClient) GetOCICluster() *v1beta1.OCICluster
- func (m *MockClusterScopeClient) ReconcileApiServerLB(ctx context.Context) error
- func (m *MockClusterScopeClient) ReconcileFailureDomains(ctx context.Context) error
- func (m *MockClusterScopeClient) ReconcileInternetGateway(ctx context.Context) error
- func (m *MockClusterScopeClient) ReconcileNSG(ctx context.Context) error
- func (m *MockClusterScopeClient) ReconcileNatGateway(ctx context.Context) error
- func (m *MockClusterScopeClient) ReconcileRouteTable(ctx context.Context) error
- func (m *MockClusterScopeClient) ReconcileServiceGateway(ctx context.Context) error
- func (m *MockClusterScopeClient) ReconcileSubnet(ctx context.Context) error
- func (m *MockClusterScopeClient) ReconcileVCN(ctx context.Context) error
- type MockClusterScopeClientMockRecorder
- func (mr *MockClusterScopeClientMockRecorder) Close(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) DeleteApiServerLB(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) DeleteInternetGateway(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) DeleteNSGs(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) DeleteNatGateway(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) DeleteRouteTables(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) DeleteSecurityLists(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) DeleteServiceGateway(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) DeleteSubnets(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) DeleteVCN(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) GetOCICluster() *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) ReconcileApiServerLB(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) ReconcileFailureDomains(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) ReconcileInternetGateway(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) ReconcileNSG(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) ReconcileNatGateway(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) ReconcileRouteTable(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) ReconcileServiceGateway(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) ReconcileSubnet(ctx interface{}) *gomock.Call
- func (mr *MockClusterScopeClientMockRecorder) ReconcileVCN(ctx interface{}) *gomock.Call
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) Close ¶
func (m *MockClusterScopeClient) Close(ctx context.Context) error
Close mocks base method.
func (*MockClusterScopeClient) DeleteApiServerLB ¶
func (m *MockClusterScopeClient) DeleteApiServerLB(ctx context.Context) error
DeleteApiServerLB 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 ¶
func (m *MockClusterScopeClient) EXPECT() *MockClusterScopeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClusterScopeClient) GetOCICluster ¶
func (m *MockClusterScopeClient) GetOCICluster() *v1beta1.OCICluster
GetOCICluster mocks base method.
func (*MockClusterScopeClient) ReconcileApiServerLB ¶
func (m *MockClusterScopeClient) ReconcileApiServerLB(ctx context.Context) error
ReconcileApiServerLB 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.
type MockClusterScopeClientMockRecorder ¶
type MockClusterScopeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterScopeClientMockRecorder is the mock recorder for MockClusterScopeClient.
func (*MockClusterScopeClientMockRecorder) Close ¶
func (mr *MockClusterScopeClientMockRecorder) Close(ctx interface{}) *gomock.Call
Close indicates an expected call of Close.
func (*MockClusterScopeClientMockRecorder) DeleteApiServerLB ¶
func (mr *MockClusterScopeClientMockRecorder) DeleteApiServerLB(ctx interface{}) *gomock.Call
DeleteApiServerLB indicates an expected call of DeleteApiServerLB.
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) GetOCICluster ¶
func (mr *MockClusterScopeClientMockRecorder) GetOCICluster() *gomock.Call
GetOCICluster indicates an expected call of GetOCICluster.
func (*MockClusterScopeClientMockRecorder) ReconcileApiServerLB ¶
func (mr *MockClusterScopeClientMockRecorder) ReconcileApiServerLB(ctx interface{}) *gomock.Call
ReconcileApiServerLB indicates an expected call of ReconcileApiServerLB.
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.