Documentation ¶
Overview ¶
Run go generate to regenerate this mock.
Package mock_vnetpeerings is a generated GoMock package.
Index ¶
- type MockVnetPeeringScope
- func (m *MockVnetPeeringScope) BaseURI() string
- func (m *MockVnetPeeringScope) ClientID() string
- func (m *MockVnetPeeringScope) ClientSecret() string
- func (m *MockVnetPeeringScope) CloudEnvironment() string
- func (m *MockVnetPeeringScope) DefaultedAzureCallTimeout() time.Duration
- func (m *MockVnetPeeringScope) DefaultedAzureServiceReconcileTimeout() time.Duration
- func (m *MockVnetPeeringScope) DefaultedReconcilerRequeue() time.Duration
- func (m *MockVnetPeeringScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
- func (m *MockVnetPeeringScope) EXPECT() *MockVnetPeeringScopeMockRecorder
- func (m *MockVnetPeeringScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
- func (m *MockVnetPeeringScope) HashKey() string
- func (m *MockVnetPeeringScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
- func (m *MockVnetPeeringScope) SubscriptionID() string
- func (m *MockVnetPeeringScope) TenantID() string
- func (m *MockVnetPeeringScope) Token() azcore.TokenCredential
- func (m *MockVnetPeeringScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockVnetPeeringScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockVnetPeeringScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockVnetPeeringScope) VnetPeeringSpecs() []azure.ResourceSpecGetter
- type MockVnetPeeringScopeMockRecorder
- func (mr *MockVnetPeeringScopeMockRecorder) BaseURI() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) ClientID() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) ClientSecret() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) CloudEnvironment() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) DefaultedAzureCallTimeout() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) DefaultedAzureServiceReconcileTimeout() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) DefaultedReconcilerRequeue() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) HashKey() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) SetLongRunningOperationState(arg0 any) *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) Token() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) VnetPeeringSpecs() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockVnetPeeringScope ¶
type MockVnetPeeringScope struct {
// contains filtered or unexported fields
}
MockVnetPeeringScope is a mock of VnetPeeringScope interface.
func NewMockVnetPeeringScope ¶
func NewMockVnetPeeringScope(ctrl *gomock.Controller) *MockVnetPeeringScope
NewMockVnetPeeringScope creates a new mock instance.
func (*MockVnetPeeringScope) BaseURI ¶
func (m *MockVnetPeeringScope) BaseURI() string
BaseURI mocks base method.
func (*MockVnetPeeringScope) ClientID ¶
func (m *MockVnetPeeringScope) ClientID() string
ClientID mocks base method.
func (*MockVnetPeeringScope) ClientSecret ¶
func (m *MockVnetPeeringScope) ClientSecret() string
ClientSecret mocks base method.
func (*MockVnetPeeringScope) CloudEnvironment ¶
func (m *MockVnetPeeringScope) CloudEnvironment() string
CloudEnvironment mocks base method.
func (*MockVnetPeeringScope) DefaultedAzureCallTimeout ¶ added in v1.13.0
func (m *MockVnetPeeringScope) DefaultedAzureCallTimeout() time.Duration
DefaultedAzureCallTimeout mocks base method.
func (*MockVnetPeeringScope) DefaultedAzureServiceReconcileTimeout ¶ added in v1.13.0
func (m *MockVnetPeeringScope) DefaultedAzureServiceReconcileTimeout() time.Duration
DefaultedAzureServiceReconcileTimeout mocks base method.
func (*MockVnetPeeringScope) DefaultedReconcilerRequeue ¶ added in v1.13.0
func (m *MockVnetPeeringScope) DefaultedReconcilerRequeue() time.Duration
DefaultedReconcilerRequeue mocks base method.
func (*MockVnetPeeringScope) DeleteLongRunningOperationState ¶ added in v1.1.0
func (m *MockVnetPeeringScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
DeleteLongRunningOperationState mocks base method.
func (*MockVnetPeeringScope) EXPECT ¶
func (m *MockVnetPeeringScope) EXPECT() *MockVnetPeeringScopeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVnetPeeringScope) GetLongRunningOperationState ¶ added in v1.1.0
func (m *MockVnetPeeringScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
GetLongRunningOperationState mocks base method.
func (*MockVnetPeeringScope) HashKey ¶
func (m *MockVnetPeeringScope) HashKey() string
HashKey mocks base method.
func (*MockVnetPeeringScope) SetLongRunningOperationState ¶ added in v1.1.0
func (m *MockVnetPeeringScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
SetLongRunningOperationState mocks base method.
func (*MockVnetPeeringScope) SubscriptionID ¶
func (m *MockVnetPeeringScope) SubscriptionID() string
SubscriptionID mocks base method.
func (*MockVnetPeeringScope) TenantID ¶
func (m *MockVnetPeeringScope) TenantID() string
TenantID mocks base method.
func (*MockVnetPeeringScope) Token ¶ added in v1.11.0
func (m *MockVnetPeeringScope) Token() azcore.TokenCredential
Token mocks base method.
func (*MockVnetPeeringScope) UpdateDeleteStatus ¶ added in v1.1.0
func (m *MockVnetPeeringScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdateDeleteStatus mocks base method.
func (*MockVnetPeeringScope) UpdatePatchStatus ¶ added in v1.1.0
func (m *MockVnetPeeringScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePatchStatus mocks base method.
func (*MockVnetPeeringScope) UpdatePutStatus ¶ added in v1.1.0
func (m *MockVnetPeeringScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePutStatus mocks base method.
func (*MockVnetPeeringScope) VnetPeeringSpecs ¶
func (m *MockVnetPeeringScope) VnetPeeringSpecs() []azure.ResourceSpecGetter
VnetPeeringSpecs mocks base method.
type MockVnetPeeringScopeMockRecorder ¶
type MockVnetPeeringScopeMockRecorder struct {
// contains filtered or unexported fields
}
MockVnetPeeringScopeMockRecorder is the mock recorder for MockVnetPeeringScope.
func (*MockVnetPeeringScopeMockRecorder) BaseURI ¶
func (mr *MockVnetPeeringScopeMockRecorder) BaseURI() *gomock.Call
BaseURI indicates an expected call of BaseURI.
func (*MockVnetPeeringScopeMockRecorder) ClientID ¶
func (mr *MockVnetPeeringScopeMockRecorder) ClientID() *gomock.Call
ClientID indicates an expected call of ClientID.
func (*MockVnetPeeringScopeMockRecorder) ClientSecret ¶
func (mr *MockVnetPeeringScopeMockRecorder) ClientSecret() *gomock.Call
ClientSecret indicates an expected call of ClientSecret.
func (*MockVnetPeeringScopeMockRecorder) CloudEnvironment ¶
func (mr *MockVnetPeeringScopeMockRecorder) CloudEnvironment() *gomock.Call
CloudEnvironment indicates an expected call of CloudEnvironment.
func (*MockVnetPeeringScopeMockRecorder) DefaultedAzureCallTimeout ¶ added in v1.13.0
func (mr *MockVnetPeeringScopeMockRecorder) DefaultedAzureCallTimeout() *gomock.Call
DefaultedAzureCallTimeout indicates an expected call of DefaultedAzureCallTimeout.
func (*MockVnetPeeringScopeMockRecorder) DefaultedAzureServiceReconcileTimeout ¶ added in v1.13.0
func (mr *MockVnetPeeringScopeMockRecorder) DefaultedAzureServiceReconcileTimeout() *gomock.Call
DefaultedAzureServiceReconcileTimeout indicates an expected call of DefaultedAzureServiceReconcileTimeout.
func (*MockVnetPeeringScopeMockRecorder) DefaultedReconcilerRequeue ¶ added in v1.13.0
func (mr *MockVnetPeeringScopeMockRecorder) DefaultedReconcilerRequeue() *gomock.Call
DefaultedReconcilerRequeue indicates an expected call of DefaultedReconcilerRequeue.
func (*MockVnetPeeringScopeMockRecorder) DeleteLongRunningOperationState ¶ added in v1.1.0
func (mr *MockVnetPeeringScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.
func (*MockVnetPeeringScopeMockRecorder) GetLongRunningOperationState ¶ added in v1.1.0
func (mr *MockVnetPeeringScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.
func (*MockVnetPeeringScopeMockRecorder) HashKey ¶
func (mr *MockVnetPeeringScopeMockRecorder) HashKey() *gomock.Call
HashKey indicates an expected call of HashKey.
func (*MockVnetPeeringScopeMockRecorder) SetLongRunningOperationState ¶ added in v1.1.0
func (mr *MockVnetPeeringScopeMockRecorder) SetLongRunningOperationState(arg0 any) *gomock.Call
SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.
func (*MockVnetPeeringScopeMockRecorder) SubscriptionID ¶
func (mr *MockVnetPeeringScopeMockRecorder) SubscriptionID() *gomock.Call
SubscriptionID indicates an expected call of SubscriptionID.
func (*MockVnetPeeringScopeMockRecorder) TenantID ¶
func (mr *MockVnetPeeringScopeMockRecorder) TenantID() *gomock.Call
TenantID indicates an expected call of TenantID.
func (*MockVnetPeeringScopeMockRecorder) Token ¶ added in v1.11.0
func (mr *MockVnetPeeringScopeMockRecorder) Token() *gomock.Call
Token indicates an expected call of Token.
func (*MockVnetPeeringScopeMockRecorder) UpdateDeleteStatus ¶ added in v1.1.0
func (mr *MockVnetPeeringScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call
UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.
func (*MockVnetPeeringScopeMockRecorder) UpdatePatchStatus ¶ added in v1.1.0
func (mr *MockVnetPeeringScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call
UpdatePatchStatus indicates an expected call of UpdatePatchStatus.
func (*MockVnetPeeringScopeMockRecorder) UpdatePutStatus ¶ added in v1.1.0
func (mr *MockVnetPeeringScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *gomock.Call
UpdatePutStatus indicates an expected call of UpdatePutStatus.
func (*MockVnetPeeringScopeMockRecorder) VnetPeeringSpecs ¶
func (mr *MockVnetPeeringScopeMockRecorder) VnetPeeringSpecs() *gomock.Call
VnetPeeringSpecs indicates an expected call of VnetPeeringSpecs.