mock_inboundnatrules

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package mock_inboundnatrules is a generated GoMock package.

Run go generate to regenerate this mock.

Package mock_inboundnatrules is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockInboundNatScope

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

MockInboundNatScope is a mock of InboundNatScope interface.

func NewMockInboundNatScope

func NewMockInboundNatScope(ctrl *gomock.Controller) *MockInboundNatScope

NewMockInboundNatScope creates a new mock instance.

func (*MockInboundNatScope) AdditionalTags

func (m *MockInboundNatScope) AdditionalTags() v1beta1.Tags

AdditionalTags mocks base method.

func (*MockInboundNatScope) Authorizer

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

Authorizer mocks base method.

func (*MockInboundNatScope) AvailabilitySetEnabled

func (m *MockInboundNatScope) AvailabilitySetEnabled() bool

AvailabilitySetEnabled mocks base method.

func (*MockInboundNatScope) BaseURI

func (m *MockInboundNatScope) BaseURI() string

BaseURI mocks base method.

func (*MockInboundNatScope) ClientID

func (m *MockInboundNatScope) ClientID() string

ClientID mocks base method.

func (*MockInboundNatScope) ClientSecret

func (m *MockInboundNatScope) ClientSecret() string

ClientSecret mocks base method.

func (*MockInboundNatScope) CloudEnvironment

func (m *MockInboundNatScope) CloudEnvironment() string

CloudEnvironment mocks base method.

func (*MockInboundNatScope) CloudProviderConfigOverrides

func (m *MockInboundNatScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides

CloudProviderConfigOverrides mocks base method.

func (*MockInboundNatScope) ClusterName

func (m *MockInboundNatScope) ClusterName() string

ClusterName mocks base method.

func (*MockInboundNatScope) EXPECT

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

func (*MockInboundNatScope) Enabled

func (m *MockInboundNatScope) Enabled() bool

Enabled mocks base method.

func (*MockInboundNatScope) Error

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

Error mocks base method.

func (*MockInboundNatScope) FailureDomains added in v0.5.3

func (m *MockInboundNatScope) FailureDomains() []string

FailureDomains mocks base method.

func (*MockInboundNatScope) HashKey

func (m *MockInboundNatScope) HashKey() string

HashKey mocks base method.

func (*MockInboundNatScope) InboundNatSpecs

func (m *MockInboundNatScope) InboundNatSpecs() []azure.InboundNatSpec

InboundNatSpecs mocks base method.

func (*MockInboundNatScope) Info

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

Info mocks base method.

func (*MockInboundNatScope) Location

func (m *MockInboundNatScope) Location() string

Location mocks base method.

func (*MockInboundNatScope) ResourceGroup

func (m *MockInboundNatScope) ResourceGroup() string

ResourceGroup mocks base method.

func (*MockInboundNatScope) SubscriptionID

func (m *MockInboundNatScope) SubscriptionID() string

SubscriptionID mocks base method.

func (*MockInboundNatScope) TenantID

func (m *MockInboundNatScope) TenantID() string

TenantID mocks base method.

func (*MockInboundNatScope) V

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

V mocks base method.

func (*MockInboundNatScope) WithName

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

WithName mocks base method.

func (*MockInboundNatScope) WithValues

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

WithValues mocks base method.

type MockInboundNatScopeMockRecorder

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

MockInboundNatScopeMockRecorder is the mock recorder for MockInboundNatScope.

func (*MockInboundNatScopeMockRecorder) AdditionalTags

func (mr *MockInboundNatScopeMockRecorder) AdditionalTags() *gomock.Call

AdditionalTags indicates an expected call of AdditionalTags.

func (*MockInboundNatScopeMockRecorder) Authorizer

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

Authorizer indicates an expected call of Authorizer.

func (*MockInboundNatScopeMockRecorder) AvailabilitySetEnabled

func (mr *MockInboundNatScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call

AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled.

func (*MockInboundNatScopeMockRecorder) BaseURI

BaseURI indicates an expected call of BaseURI.

func (*MockInboundNatScopeMockRecorder) ClientID

ClientID indicates an expected call of ClientID.

func (*MockInboundNatScopeMockRecorder) ClientSecret

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

ClientSecret indicates an expected call of ClientSecret.

func (*MockInboundNatScopeMockRecorder) CloudEnvironment

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

CloudEnvironment indicates an expected call of CloudEnvironment.

func (*MockInboundNatScopeMockRecorder) CloudProviderConfigOverrides

func (mr *MockInboundNatScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call

CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides.

func (*MockInboundNatScopeMockRecorder) ClusterName

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

ClusterName indicates an expected call of ClusterName.

func (*MockInboundNatScopeMockRecorder) Enabled

Enabled indicates an expected call of Enabled.

func (*MockInboundNatScopeMockRecorder) Error

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

Error indicates an expected call of Error.

func (*MockInboundNatScopeMockRecorder) FailureDomains added in v0.5.3

func (mr *MockInboundNatScopeMockRecorder) FailureDomains() *gomock.Call

FailureDomains indicates an expected call of FailureDomains.

func (*MockInboundNatScopeMockRecorder) HashKey

HashKey indicates an expected call of HashKey.

func (*MockInboundNatScopeMockRecorder) InboundNatSpecs

func (mr *MockInboundNatScopeMockRecorder) InboundNatSpecs() *gomock.Call

InboundNatSpecs indicates an expected call of InboundNatSpecs.

func (*MockInboundNatScopeMockRecorder) Info

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

Info indicates an expected call of Info.

func (*MockInboundNatScopeMockRecorder) Location

Location indicates an expected call of Location.

func (*MockInboundNatScopeMockRecorder) ResourceGroup

func (mr *MockInboundNatScopeMockRecorder) ResourceGroup() *gomock.Call

ResourceGroup indicates an expected call of ResourceGroup.

func (*MockInboundNatScopeMockRecorder) SubscriptionID

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

SubscriptionID indicates an expected call of SubscriptionID.

func (*MockInboundNatScopeMockRecorder) TenantID

TenantID indicates an expected call of TenantID.

func (*MockInboundNatScopeMockRecorder) V

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

V indicates an expected call of V.

func (*MockInboundNatScopeMockRecorder) WithName

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

WithName indicates an expected call of WithName.

func (*MockInboundNatScopeMockRecorder) WithValues

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

WithValues indicates an expected call of WithValues.

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.InboundNatRule) 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.InboundNatRule, 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.

Jump to

Keyboard shortcuts

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