Documentation ¶
Overview ¶
Run go generate to regenerate this mock.
Package mock_subnets is a generated GoMock package.
Index ¶
- type MockSubnetScope
- func (m *MockSubnetScope) ASOOwner() client.Object
- func (m *MockSubnetScope) ClusterName() string
- func (m *MockSubnetScope) DefaultedAzureCallTimeout() time.Duration
- func (m *MockSubnetScope) DefaultedAzureServiceReconcileTimeout() time.Duration
- func (m *MockSubnetScope) DefaultedReconcilerRequeue() time.Duration
- func (m *MockSubnetScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
- func (m *MockSubnetScope) EXPECT() *MockSubnetScopeMockRecorder
- func (m *MockSubnetScope) GetClient() client.Client
- func (m *MockSubnetScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
- func (m *MockSubnetScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
- func (m *MockSubnetScope) SubnetSpecs() []azure.ASOResourceSpecGetter[*v1api20201101.VirtualNetworksSubnet]
- func (m *MockSubnetScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockSubnetScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockSubnetScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockSubnetScope) UpdateSubnetCIDRs(arg0 string, arg1 []string)
- func (m *MockSubnetScope) UpdateSubnetID(arg0, arg1 string)
- type MockSubnetScopeMockRecorder
- func (mr *MockSubnetScopeMockRecorder) ASOOwner() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) ClusterName() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) DefaultedAzureCallTimeout() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) DefaultedAzureServiceReconcileTimeout() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) DefaultedReconcilerRequeue() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) GetClient() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) SetLongRunningOperationState(arg0 any) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) SubnetSpecs() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) UpdateSubnetCIDRs(arg0, arg1 any) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) UpdateSubnetID(arg0, arg1 any) *gomock.Call
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) ASOOwner ¶ added in v1.14.0
func (m *MockSubnetScope) ASOOwner() client.Object
ASOOwner mocks base method.
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 ¶
func (m *MockSubnetScope) EXPECT() *MockSubnetScopeMockRecorder
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 ¶
func (m *MockSubnetScope) SubnetSpecs() []azure.ASOResourceSpecGetter[*v1api20201101.VirtualNetworksSubnet]
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) ASOOwner ¶ added in v1.14.0
func (mr *MockSubnetScopeMockRecorder) ASOOwner() *gomock.Call
ASOOwner indicates an expected call of ASOOwner.
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.