Documentation ¶
Overview ¶
Run go generate to regenerate this mock.
Package mock_virtualnetworks is a generated GoMock package.
Index ¶
- type MockVNetScope
- func (m *MockVNetScope) ASOOwner() client.Object
- func (m *MockVNetScope) ClusterName() string
- func (m *MockVNetScope) DefaultedAzureCallTimeout() time.Duration
- func (m *MockVNetScope) DefaultedAzureServiceReconcileTimeout() time.Duration
- func (m *MockVNetScope) DefaultedReconcilerRequeue() time.Duration
- func (m *MockVNetScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
- func (m *MockVNetScope) EXPECT() *MockVNetScopeMockRecorder
- func (m *MockVNetScope) GetClient() client.Client
- func (m *MockVNetScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
- func (m *MockVNetScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
- func (m *MockVNetScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockVNetScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockVNetScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockVNetScope) UpdateSubnetCIDRs(arg0 string, arg1 []string)
- func (m *MockVNetScope) VNetSpec() azure.ASOResourceSpecGetter[*v1api20201101.VirtualNetwork]
- func (m *MockVNetScope) Vnet() *v1beta1.VnetSpec
- type MockVNetScopeMockRecorder
- func (mr *MockVNetScopeMockRecorder) ASOOwner() *gomock.Call
- func (mr *MockVNetScopeMockRecorder) ClusterName() *gomock.Call
- func (mr *MockVNetScopeMockRecorder) DefaultedAzureCallTimeout() *gomock.Call
- func (mr *MockVNetScopeMockRecorder) DefaultedAzureServiceReconcileTimeout() *gomock.Call
- func (mr *MockVNetScopeMockRecorder) DefaultedReconcilerRequeue() *gomock.Call
- func (mr *MockVNetScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockVNetScopeMockRecorder) GetClient() *gomock.Call
- func (mr *MockVNetScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockVNetScopeMockRecorder) SetLongRunningOperationState(arg0 any) *gomock.Call
- func (mr *MockVNetScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockVNetScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockVNetScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockVNetScopeMockRecorder) UpdateSubnetCIDRs(arg0, arg1 any) *gomock.Call
- func (mr *MockVNetScopeMockRecorder) VNetSpec() *gomock.Call
- func (mr *MockVNetScopeMockRecorder) Vnet() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockVNetScope ¶
type MockVNetScope struct {
// contains filtered or unexported fields
}
MockVNetScope is a mock of VNetScope interface.
func NewMockVNetScope ¶
func NewMockVNetScope(ctrl *gomock.Controller) *MockVNetScope
NewMockVNetScope creates a new mock instance.
func (*MockVNetScope) ASOOwner ¶ added in v1.14.0
func (m *MockVNetScope) ASOOwner() client.Object
ASOOwner mocks base method.
func (*MockVNetScope) ClusterName ¶
func (m *MockVNetScope) ClusterName() string
ClusterName mocks base method.
func (*MockVNetScope) DefaultedAzureCallTimeout ¶ added in v1.13.0
func (m *MockVNetScope) DefaultedAzureCallTimeout() time.Duration
DefaultedAzureCallTimeout mocks base method.
func (*MockVNetScope) DefaultedAzureServiceReconcileTimeout ¶ added in v1.13.0
func (m *MockVNetScope) DefaultedAzureServiceReconcileTimeout() time.Duration
DefaultedAzureServiceReconcileTimeout mocks base method.
func (*MockVNetScope) DefaultedReconcilerRequeue ¶ added in v1.13.0
func (m *MockVNetScope) DefaultedReconcilerRequeue() time.Duration
DefaultedReconcilerRequeue mocks base method.
func (*MockVNetScope) DeleteLongRunningOperationState ¶ added in v1.2.0
func (m *MockVNetScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
DeleteLongRunningOperationState mocks base method.
func (*MockVNetScope) EXPECT ¶
func (m *MockVNetScope) EXPECT() *MockVNetScopeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVNetScope) GetClient ¶ added in v1.13.0
func (m *MockVNetScope) GetClient() client.Client
GetClient mocks base method.
func (*MockVNetScope) GetLongRunningOperationState ¶ added in v1.2.0
func (m *MockVNetScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
GetLongRunningOperationState mocks base method.
func (*MockVNetScope) SetLongRunningOperationState ¶ added in v1.2.0
func (m *MockVNetScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
SetLongRunningOperationState mocks base method.
func (*MockVNetScope) UpdateDeleteStatus ¶ added in v1.2.0
func (m *MockVNetScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdateDeleteStatus mocks base method.
func (*MockVNetScope) UpdatePatchStatus ¶ added in v1.2.0
func (m *MockVNetScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePatchStatus mocks base method.
func (*MockVNetScope) UpdatePutStatus ¶ added in v1.2.0
func (m *MockVNetScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePutStatus mocks base method.
func (*MockVNetScope) UpdateSubnetCIDRs ¶ added in v1.4.0
func (m *MockVNetScope) UpdateSubnetCIDRs(arg0 string, arg1 []string)
UpdateSubnetCIDRs mocks base method.
func (*MockVNetScope) VNetSpec ¶
func (m *MockVNetScope) VNetSpec() azure.ASOResourceSpecGetter[*v1api20201101.VirtualNetwork]
VNetSpec mocks base method.
func (*MockVNetScope) Vnet ¶
func (m *MockVNetScope) Vnet() *v1beta1.VnetSpec
Vnet mocks base method.
type MockVNetScopeMockRecorder ¶
type MockVNetScopeMockRecorder struct {
// contains filtered or unexported fields
}
MockVNetScopeMockRecorder is the mock recorder for MockVNetScope.
func (*MockVNetScopeMockRecorder) ASOOwner ¶ added in v1.14.0
func (mr *MockVNetScopeMockRecorder) ASOOwner() *gomock.Call
ASOOwner indicates an expected call of ASOOwner.
func (*MockVNetScopeMockRecorder) ClusterName ¶
func (mr *MockVNetScopeMockRecorder) ClusterName() *gomock.Call
ClusterName indicates an expected call of ClusterName.
func (*MockVNetScopeMockRecorder) DefaultedAzureCallTimeout ¶ added in v1.13.0
func (mr *MockVNetScopeMockRecorder) DefaultedAzureCallTimeout() *gomock.Call
DefaultedAzureCallTimeout indicates an expected call of DefaultedAzureCallTimeout.
func (*MockVNetScopeMockRecorder) DefaultedAzureServiceReconcileTimeout ¶ added in v1.13.0
func (mr *MockVNetScopeMockRecorder) DefaultedAzureServiceReconcileTimeout() *gomock.Call
DefaultedAzureServiceReconcileTimeout indicates an expected call of DefaultedAzureServiceReconcileTimeout.
func (*MockVNetScopeMockRecorder) DefaultedReconcilerRequeue ¶ added in v1.13.0
func (mr *MockVNetScopeMockRecorder) DefaultedReconcilerRequeue() *gomock.Call
DefaultedReconcilerRequeue indicates an expected call of DefaultedReconcilerRequeue.
func (*MockVNetScopeMockRecorder) DeleteLongRunningOperationState ¶ added in v1.2.0
func (mr *MockVNetScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.
func (*MockVNetScopeMockRecorder) GetClient ¶ added in v1.13.0
func (mr *MockVNetScopeMockRecorder) GetClient() *gomock.Call
GetClient indicates an expected call of GetClient.
func (*MockVNetScopeMockRecorder) GetLongRunningOperationState ¶ added in v1.2.0
func (mr *MockVNetScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.
func (*MockVNetScopeMockRecorder) SetLongRunningOperationState ¶ added in v1.2.0
func (mr *MockVNetScopeMockRecorder) SetLongRunningOperationState(arg0 any) *gomock.Call
SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.
func (*MockVNetScopeMockRecorder) UpdateDeleteStatus ¶ added in v1.2.0
func (mr *MockVNetScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call
UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.
func (*MockVNetScopeMockRecorder) UpdatePatchStatus ¶ added in v1.2.0
func (mr *MockVNetScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call
UpdatePatchStatus indicates an expected call of UpdatePatchStatus.
func (*MockVNetScopeMockRecorder) UpdatePutStatus ¶ added in v1.2.0
func (mr *MockVNetScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *gomock.Call
UpdatePutStatus indicates an expected call of UpdatePutStatus.
func (*MockVNetScopeMockRecorder) UpdateSubnetCIDRs ¶ added in v1.4.0
func (mr *MockVNetScopeMockRecorder) UpdateSubnetCIDRs(arg0, arg1 any) *gomock.Call
UpdateSubnetCIDRs indicates an expected call of UpdateSubnetCIDRs.
func (*MockVNetScopeMockRecorder) VNetSpec ¶
func (mr *MockVNetScopeMockRecorder) VNetSpec() *gomock.Call
VNetSpec indicates an expected call of VNetSpec.
func (*MockVNetScopeMockRecorder) Vnet ¶
func (mr *MockVNetScopeMockRecorder) Vnet() *gomock.Call
Vnet indicates an expected call of Vnet.