mock_vnetpeerings

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package mock_vnetpeerings is a generated GoMock package.

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 MockClient

type MockClient struct {
	// contains filtered or unexported fields
}

MockClient is a mock of Client interface.

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance.

func (*MockClient) CreateOrUpdate

func (m *MockClient) CreateOrUpdate(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.VirtualNetworkPeering) error

CreateOrUpdate mocks base method.

func (*MockClient) Delete

func (m *MockClient) Delete(arg0 context.Context, arg1, arg2, arg3 string) error

Delete mocks base method.

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClient) Get

func (m *MockClient) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.VirtualNetworkPeering, error)

Get mocks base method.

type MockClientMockRecorder

type MockClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) CreateOrUpdate

func (mr *MockClientMockRecorder) CreateOrUpdate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockClientMockRecorder) Delete

func (mr *MockClientMockRecorder) Delete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockClientMockRecorder) Get

func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Get indicates an expected call of Get.

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

func (m *MockVnetPeeringScope) ClusterName() string

ClusterName mocks base method.

func (*MockVnetPeeringScope) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVnetPeeringScope) Enabled

func (m *MockVnetPeeringScope) Enabled() bool

Enabled mocks base method.

func (*MockVnetPeeringScope) Error

func (m *MockVnetPeeringScope) Error(err error, msg string, keysAndValues ...interface{})

Error mocks base method.

func (*MockVnetPeeringScope) HashKey

func (m *MockVnetPeeringScope) HashKey() string

HashKey mocks base method.

func (*MockVnetPeeringScope) Info

func (m *MockVnetPeeringScope) Info(msg string, keysAndValues ...interface{})

Info 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) V

func (m *MockVnetPeeringScope) V(level int) logr.Logger

V mocks base method.

func (*MockVnetPeeringScope) Vnet

Vnet mocks base method.

func (*MockVnetPeeringScope) VnetPeeringSpecs

func (m *MockVnetPeeringScope) VnetPeeringSpecs() []azure.VnetPeeringSpec

VnetPeeringSpecs mocks base method.

func (*MockVnetPeeringScope) WithName

func (m *MockVnetPeeringScope) WithName(name string) logr.Logger

WithName mocks base method.

func (*MockVnetPeeringScope) WithValues

func (m *MockVnetPeeringScope) WithValues(keysAndValues ...interface{}) logr.Logger

WithValues 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) ClusterName

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

ClusterName indicates an expected call of ClusterName.

func (*MockVnetPeeringScopeMockRecorder) Enabled

Enabled indicates an expected call of Enabled.

func (*MockVnetPeeringScopeMockRecorder) Error

func (mr *MockVnetPeeringScopeMockRecorder) Error(err, msg interface{}, keysAndValues ...interface{}) *gomock.Call

Error indicates an expected call of Error.

func (*MockVnetPeeringScopeMockRecorder) HashKey

HashKey indicates an expected call of HashKey.

func (*MockVnetPeeringScopeMockRecorder) Info

func (mr *MockVnetPeeringScopeMockRecorder) Info(msg interface{}, keysAndValues ...interface{}) *gomock.Call

Info indicates an expected call of Info.

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

func (mr *MockVnetPeeringScopeMockRecorder) V(level interface{}) *gomock.Call

V indicates an expected call of V.

func (*MockVnetPeeringScopeMockRecorder) Vnet

Vnet indicates an expected call of Vnet.

func (*MockVnetPeeringScopeMockRecorder) VnetPeeringSpecs

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

VnetPeeringSpecs indicates an expected call of VnetPeeringSpecs.

func (*MockVnetPeeringScopeMockRecorder) WithName

func (mr *MockVnetPeeringScopeMockRecorder) WithName(name interface{}) *gomock.Call

WithName indicates an expected call of WithName.

func (*MockVnetPeeringScopeMockRecorder) WithValues

func (mr *MockVnetPeeringScopeMockRecorder) WithValues(keysAndValues ...interface{}) *gomock.Call

WithValues indicates an expected call of WithValues.

Jump to

Keyboard shortcuts

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