mock_subnets

package
v1.13.2 Latest Latest
Warning

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

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

Documentation

Overview

Run go generate to regenerate this mock.

Package mock_subnets is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSubnetScope

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

MockSubnetScope is a mock of SubnetScope interface.

func NewMockSubnetScope

func NewMockSubnetScope(ctrl *gomock.Controller) *MockSubnetScope

NewMockSubnetScope creates a new mock instance.

func (*MockSubnetScope) ClusterName

func (m *MockSubnetScope) ClusterName() string

ClusterName mocks base method.

func (*MockSubnetScope) DefaultedAzureCallTimeout added in v1.13.0

func (m *MockSubnetScope) DefaultedAzureCallTimeout() time.Duration

DefaultedAzureCallTimeout mocks base method.

func (*MockSubnetScope) DefaultedAzureServiceReconcileTimeout added in v1.13.0

func (m *MockSubnetScope) DefaultedAzureServiceReconcileTimeout() time.Duration

DefaultedAzureServiceReconcileTimeout mocks base method.

func (*MockSubnetScope) DefaultedReconcilerRequeue added in v1.13.0

func (m *MockSubnetScope) DefaultedReconcilerRequeue() time.Duration

DefaultedReconcilerRequeue mocks base method.

func (*MockSubnetScope) DeleteLongRunningOperationState added in v1.2.0

func (m *MockSubnetScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)

DeleteLongRunningOperationState mocks base method.

func (*MockSubnetScope) EXPECT

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

func (*MockSubnetScope) GetClient added in v1.13.0

func (m *MockSubnetScope) GetClient() client.Client

GetClient mocks base method.

func (*MockSubnetScope) GetLongRunningOperationState added in v1.2.0

func (m *MockSubnetScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future

GetLongRunningOperationState mocks base method.

func (*MockSubnetScope) SetLongRunningOperationState added in v1.2.0

func (m *MockSubnetScope) SetLongRunningOperationState(arg0 *v1beta1.Future)

SetLongRunningOperationState mocks base method.

func (*MockSubnetScope) SubnetSpecs

SubnetSpecs mocks base method.

func (*MockSubnetScope) UpdateDeleteStatus added in v1.2.0

func (m *MockSubnetScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)

UpdateDeleteStatus mocks base method.

func (*MockSubnetScope) UpdatePatchStatus added in v1.2.0

func (m *MockSubnetScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)

UpdatePatchStatus mocks base method.

func (*MockSubnetScope) UpdatePutStatus added in v1.2.0

func (m *MockSubnetScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)

UpdatePutStatus mocks base method.

func (*MockSubnetScope) UpdateSubnetCIDRs added in v1.2.0

func (m *MockSubnetScope) UpdateSubnetCIDRs(arg0 string, arg1 []string)

UpdateSubnetCIDRs mocks base method.

func (*MockSubnetScope) UpdateSubnetID added in v1.2.0

func (m *MockSubnetScope) UpdateSubnetID(arg0, arg1 string)

UpdateSubnetID mocks base method.

type MockSubnetScopeMockRecorder

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

MockSubnetScopeMockRecorder is the mock recorder for MockSubnetScope.

func (*MockSubnetScopeMockRecorder) ClusterName

func (mr *MockSubnetScopeMockRecorder) ClusterName() *gomock.Call

ClusterName indicates an expected call of ClusterName.

func (*MockSubnetScopeMockRecorder) DefaultedAzureCallTimeout added in v1.13.0

func (mr *MockSubnetScopeMockRecorder) DefaultedAzureCallTimeout() *gomock.Call

DefaultedAzureCallTimeout indicates an expected call of DefaultedAzureCallTimeout.

func (*MockSubnetScopeMockRecorder) DefaultedAzureServiceReconcileTimeout added in v1.13.0

func (mr *MockSubnetScopeMockRecorder) DefaultedAzureServiceReconcileTimeout() *gomock.Call

DefaultedAzureServiceReconcileTimeout indicates an expected call of DefaultedAzureServiceReconcileTimeout.

func (*MockSubnetScopeMockRecorder) DefaultedReconcilerRequeue added in v1.13.0

func (mr *MockSubnetScopeMockRecorder) DefaultedReconcilerRequeue() *gomock.Call

DefaultedReconcilerRequeue indicates an expected call of DefaultedReconcilerRequeue.

func (*MockSubnetScopeMockRecorder) DeleteLongRunningOperationState added in v1.2.0

func (mr *MockSubnetScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call

DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.

func (*MockSubnetScopeMockRecorder) GetClient added in v1.13.0

func (mr *MockSubnetScopeMockRecorder) GetClient() *gomock.Call

GetClient indicates an expected call of GetClient.

func (*MockSubnetScopeMockRecorder) GetLongRunningOperationState added in v1.2.0

func (mr *MockSubnetScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call

GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.

func (*MockSubnetScopeMockRecorder) SetLongRunningOperationState added in v1.2.0

func (mr *MockSubnetScopeMockRecorder) SetLongRunningOperationState(arg0 any) *gomock.Call

SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.

func (*MockSubnetScopeMockRecorder) SubnetSpecs

func (mr *MockSubnetScopeMockRecorder) SubnetSpecs() *gomock.Call

SubnetSpecs indicates an expected call of SubnetSpecs.

func (*MockSubnetScopeMockRecorder) UpdateDeleteStatus added in v1.2.0

func (mr *MockSubnetScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call

UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.

func (*MockSubnetScopeMockRecorder) UpdatePatchStatus added in v1.2.0

func (mr *MockSubnetScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call

UpdatePatchStatus indicates an expected call of UpdatePatchStatus.

func (*MockSubnetScopeMockRecorder) UpdatePutStatus added in v1.2.0

func (mr *MockSubnetScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *gomock.Call

UpdatePutStatus indicates an expected call of UpdatePutStatus.

func (*MockSubnetScopeMockRecorder) UpdateSubnetCIDRs added in v1.2.0

func (mr *MockSubnetScopeMockRecorder) UpdateSubnetCIDRs(arg0, arg1 any) *gomock.Call

UpdateSubnetCIDRs indicates an expected call of UpdateSubnetCIDRs.

func (*MockSubnetScopeMockRecorder) UpdateSubnetID added in v1.2.0

func (mr *MockSubnetScopeMockRecorder) UpdateSubnetID(arg0, arg1 any) *gomock.Call

UpdateSubnetID indicates an expected call of UpdateSubnetID.

Jump to

Keyboard shortcuts

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