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