mock_routetables

package
v1.5.5 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Run go generate to regenerate this mock.

Package mock_routetables is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockRouteTableScope

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

MockRouteTableScope is a mock of RouteTableScope interface.

func NewMockRouteTableScope

func NewMockRouteTableScope(ctrl *gomock.Controller) *MockRouteTableScope

NewMockRouteTableScope creates a new mock instance.

func (*MockRouteTableScope) Authorizer

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

Authorizer mocks base method.

func (*MockRouteTableScope) BaseURI

func (m *MockRouteTableScope) BaseURI() string

BaseURI mocks base method.

func (*MockRouteTableScope) ClientID

func (m *MockRouteTableScope) ClientID() string

ClientID mocks base method.

func (*MockRouteTableScope) ClientSecret

func (m *MockRouteTableScope) ClientSecret() string

ClientSecret mocks base method.

func (*MockRouteTableScope) CloudEnvironment

func (m *MockRouteTableScope) CloudEnvironment() string

CloudEnvironment mocks base method.

func (*MockRouteTableScope) DeleteLongRunningOperationState added in v1.2.0

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

DeleteLongRunningOperationState mocks base method.

func (*MockRouteTableScope) EXPECT

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

func (*MockRouteTableScope) GetLongRunningOperationState added in v1.2.0

func (m *MockRouteTableScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future

GetLongRunningOperationState mocks base method.

func (*MockRouteTableScope) HashKey

func (m *MockRouteTableScope) HashKey() string

HashKey mocks base method.

func (*MockRouteTableScope) IsVnetManaged

func (m *MockRouteTableScope) IsVnetManaged() bool

IsVnetManaged mocks base method.

func (*MockRouteTableScope) RouteTableSpecs

func (m *MockRouteTableScope) RouteTableSpecs() []azure.ResourceSpecGetter

RouteTableSpecs mocks base method.

func (*MockRouteTableScope) SetLongRunningOperationState added in v1.2.0

func (m *MockRouteTableScope) SetLongRunningOperationState(arg0 *v1beta1.Future)

SetLongRunningOperationState mocks base method.

func (*MockRouteTableScope) SubscriptionID

func (m *MockRouteTableScope) SubscriptionID() string

SubscriptionID mocks base method.

func (*MockRouteTableScope) TenantID

func (m *MockRouteTableScope) TenantID() string

TenantID mocks base method.

func (*MockRouteTableScope) UpdateDeleteStatus added in v1.2.0

func (m *MockRouteTableScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)

UpdateDeleteStatus mocks base method.

func (*MockRouteTableScope) UpdatePatchStatus added in v1.2.0

func (m *MockRouteTableScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)

UpdatePatchStatus mocks base method.

func (*MockRouteTableScope) UpdatePutStatus added in v1.2.0

func (m *MockRouteTableScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)

UpdatePutStatus mocks base method.

type MockRouteTableScopeMockRecorder

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

MockRouteTableScopeMockRecorder is the mock recorder for MockRouteTableScope.

func (*MockRouteTableScopeMockRecorder) Authorizer

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

Authorizer indicates an expected call of Authorizer.

func (*MockRouteTableScopeMockRecorder) BaseURI

BaseURI indicates an expected call of BaseURI.

func (*MockRouteTableScopeMockRecorder) ClientID

ClientID indicates an expected call of ClientID.

func (*MockRouteTableScopeMockRecorder) ClientSecret

func (mr *MockRouteTableScopeMockRecorder) ClientSecret() *gomock.Call

ClientSecret indicates an expected call of ClientSecret.

func (*MockRouteTableScopeMockRecorder) CloudEnvironment

func (mr *MockRouteTableScopeMockRecorder) CloudEnvironment() *gomock.Call

CloudEnvironment indicates an expected call of CloudEnvironment.

func (*MockRouteTableScopeMockRecorder) DeleteLongRunningOperationState added in v1.2.0

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

DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.

func (*MockRouteTableScopeMockRecorder) GetLongRunningOperationState added in v1.2.0

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

GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.

func (*MockRouteTableScopeMockRecorder) HashKey

HashKey indicates an expected call of HashKey.

func (*MockRouteTableScopeMockRecorder) IsVnetManaged

func (mr *MockRouteTableScopeMockRecorder) IsVnetManaged() *gomock.Call

IsVnetManaged indicates an expected call of IsVnetManaged.

func (*MockRouteTableScopeMockRecorder) RouteTableSpecs

func (mr *MockRouteTableScopeMockRecorder) RouteTableSpecs() *gomock.Call

RouteTableSpecs indicates an expected call of RouteTableSpecs.

func (*MockRouteTableScopeMockRecorder) SetLongRunningOperationState added in v1.2.0

func (mr *MockRouteTableScopeMockRecorder) SetLongRunningOperationState(arg0 interface{}) *gomock.Call

SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.

func (*MockRouteTableScopeMockRecorder) SubscriptionID

func (mr *MockRouteTableScopeMockRecorder) SubscriptionID() *gomock.Call

SubscriptionID indicates an expected call of SubscriptionID.

func (*MockRouteTableScopeMockRecorder) TenantID

TenantID indicates an expected call of TenantID.

func (*MockRouteTableScopeMockRecorder) UpdateDeleteStatus added in v1.2.0

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

UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.

func (*MockRouteTableScopeMockRecorder) UpdatePatchStatus added in v1.2.0

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

UpdatePatchStatus indicates an expected call of UpdatePatchStatus.

func (*MockRouteTableScopeMockRecorder) UpdatePutStatus added in v1.2.0

func (mr *MockRouteTableScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *gomock.Call

UpdatePutStatus indicates an expected call of UpdatePutStatus.

Jump to

Keyboard shortcuts

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