mock_vnetpeerings

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Run go generate to regenerate this mock.

Package mock_vnetpeerings is a generated GoMock package.

Index

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) Authorizer

func (m *MockVnetPeeringScope) Authorizer() autorest.Authorizer

Authorizer mocks base method.

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) DeleteLongRunningOperationState added in v1.1.0

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

DeleteLongRunningOperationState mocks base method.

func (*MockVnetPeeringScope) EXPECT

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

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) Authorizer

func (mr *MockVnetPeeringScopeMockRecorder) Authorizer() *gomock.Call

Authorizer indicates an expected call of Authorizer.

func (*MockVnetPeeringScopeMockRecorder) BaseURI

BaseURI indicates an expected call of BaseURI.

func (*MockVnetPeeringScopeMockRecorder) ClientID

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) DeleteLongRunningOperationState added in v1.1.0

func (mr *MockVnetPeeringScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.

func (*MockVnetPeeringScopeMockRecorder) GetLongRunningOperationState added in v1.1.0

func (mr *MockVnetPeeringScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call

GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.

func (*MockVnetPeeringScopeMockRecorder) HashKey

HashKey indicates an expected call of HashKey.

func (*MockVnetPeeringScopeMockRecorder) SetLongRunningOperationState added in v1.1.0

func (mr *MockVnetPeeringScopeMockRecorder) SetLongRunningOperationState(arg0 interface{}) *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

TenantID indicates an expected call of TenantID.

func (*MockVnetPeeringScopeMockRecorder) Token added in v1.11.0

Token indicates an expected call of Token.

func (*MockVnetPeeringScopeMockRecorder) UpdateDeleteStatus added in v1.1.0

func (mr *MockVnetPeeringScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.

func (*MockVnetPeeringScopeMockRecorder) UpdatePatchStatus added in v1.1.0

func (mr *MockVnetPeeringScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call

UpdatePatchStatus indicates an expected call of UpdatePatchStatus.

func (*MockVnetPeeringScopeMockRecorder) UpdatePutStatus added in v1.1.0

func (mr *MockVnetPeeringScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *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.

Jump to

Keyboard shortcuts

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