mock_routetables

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_routetables is a generated GoMock package.

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

func (m *MockRouteTableScope) APIServerLBName() string

APIServerLBName mocks base method.

func (*MockRouteTableScope) APIServerLBPoolName

func (m *MockRouteTableScope) APIServerLBPoolName(arg0 string) string

APIServerLBPoolName mocks base method.

func (*MockRouteTableScope) AdditionalTags

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

AdditionalTags mocks base method.

func (*MockRouteTableScope) Authorizer

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

Authorizer mocks base method.

func (*MockRouteTableScope) AvailabilitySetEnabled

func (m *MockRouteTableScope) AvailabilitySetEnabled() bool

AvailabilitySetEnabled 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) CloudProviderConfigOverrides

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

CloudProviderConfigOverrides mocks base method.

func (*MockRouteTableScope) ClusterName

func (m *MockRouteTableScope) ClusterName() string

ClusterName mocks base method.

func (*MockRouteTableScope) ControlPlaneRouteTable

func (m *MockRouteTableScope) ControlPlaneRouteTable() v1beta1.RouteTable

ControlPlaneRouteTable mocks base method.

func (*MockRouteTableScope) ControlPlaneSubnet

func (m *MockRouteTableScope) ControlPlaneSubnet() v1beta1.SubnetSpec

ControlPlaneSubnet mocks base method.

func (*MockRouteTableScope) EXPECT

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

func (*MockRouteTableScope) FailureDomains added in v0.5.3

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

FailureDomains mocks base method.

func (*MockRouteTableScope) GetPrivateDNSZoneName

func (m *MockRouteTableScope) GetPrivateDNSZoneName() string

GetPrivateDNSZoneName mocks base method.

func (*MockRouteTableScope) HashKey

func (m *MockRouteTableScope) HashKey() string

HashKey mocks base method.

func (*MockRouteTableScope) IsAPIServerPrivate

func (m *MockRouteTableScope) IsAPIServerPrivate() bool

IsAPIServerPrivate mocks base method.

func (*MockRouteTableScope) IsIPv6Enabled

func (m *MockRouteTableScope) IsIPv6Enabled() bool

IsIPv6Enabled mocks base method.

func (*MockRouteTableScope) IsVnetManaged

func (m *MockRouteTableScope) IsVnetManaged() bool

IsVnetManaged mocks base method.

func (*MockRouteTableScope) Location

func (m *MockRouteTableScope) Location() string

Location mocks base method.

func (*MockRouteTableScope) NodeSubnets added in v0.5.1

func (m *MockRouteTableScope) NodeSubnets() []v1beta1.SubnetSpec

NodeSubnets mocks base method.

func (*MockRouteTableScope) OutboundLBName

func (m *MockRouteTableScope) OutboundLBName(arg0 string) string

OutboundLBName mocks base method.

func (*MockRouteTableScope) OutboundPoolName

func (m *MockRouteTableScope) OutboundPoolName(arg0 string) string

OutboundPoolName mocks base method.

func (*MockRouteTableScope) ResourceGroup

func (m *MockRouteTableScope) ResourceGroup() string

ResourceGroup mocks base method.

func (*MockRouteTableScope) RouteTableSpecs

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

RouteTableSpecs mocks base method.

func (*MockRouteTableScope) SetSubnet

func (m *MockRouteTableScope) SetSubnet(arg0 v1beta1.SubnetSpec)

SetSubnet mocks base method.

func (*MockRouteTableScope) Subnet added in v0.5.1

func (m *MockRouteTableScope) Subnet(arg0 string) v1beta1.SubnetSpec

Subnet mocks base method.

func (*MockRouteTableScope) Subnets added in v0.5.1

func (m *MockRouteTableScope) Subnets() v1beta1.Subnets

Subnets 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) Vnet

Vnet mocks base method.

type MockRouteTableScopeMockRecorder

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

MockRouteTableScopeMockRecorder is the mock recorder for MockRouteTableScope.

func (*MockRouteTableScopeMockRecorder) APIServerLBName

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

APIServerLBName indicates an expected call of APIServerLBName.

func (*MockRouteTableScopeMockRecorder) APIServerLBPoolName

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

APIServerLBPoolName indicates an expected call of APIServerLBPoolName.

func (*MockRouteTableScopeMockRecorder) AdditionalTags

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

AdditionalTags indicates an expected call of AdditionalTags.

func (*MockRouteTableScopeMockRecorder) Authorizer

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

Authorizer indicates an expected call of Authorizer.

func (*MockRouteTableScopeMockRecorder) AvailabilitySetEnabled

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

AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled.

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

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

CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides.

func (*MockRouteTableScopeMockRecorder) ClusterName

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

ClusterName indicates an expected call of ClusterName.

func (*MockRouteTableScopeMockRecorder) ControlPlaneRouteTable

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

ControlPlaneRouteTable indicates an expected call of ControlPlaneRouteTable.

func (*MockRouteTableScopeMockRecorder) ControlPlaneSubnet

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

ControlPlaneSubnet indicates an expected call of ControlPlaneSubnet.

func (*MockRouteTableScopeMockRecorder) FailureDomains added in v0.5.3

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

FailureDomains indicates an expected call of FailureDomains.

func (*MockRouteTableScopeMockRecorder) GetPrivateDNSZoneName

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

GetPrivateDNSZoneName indicates an expected call of GetPrivateDNSZoneName.

func (*MockRouteTableScopeMockRecorder) HashKey

HashKey indicates an expected call of HashKey.

func (*MockRouteTableScopeMockRecorder) IsAPIServerPrivate

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

IsAPIServerPrivate indicates an expected call of IsAPIServerPrivate.

func (*MockRouteTableScopeMockRecorder) IsIPv6Enabled

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

IsIPv6Enabled indicates an expected call of IsIPv6Enabled.

func (*MockRouteTableScopeMockRecorder) IsVnetManaged

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

IsVnetManaged indicates an expected call of IsVnetManaged.

func (*MockRouteTableScopeMockRecorder) Location

Location indicates an expected call of Location.

func (*MockRouteTableScopeMockRecorder) NodeSubnets added in v0.5.1

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

NodeSubnets indicates an expected call of NodeSubnets.

func (*MockRouteTableScopeMockRecorder) OutboundLBName

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

OutboundLBName indicates an expected call of OutboundLBName.

func (*MockRouteTableScopeMockRecorder) OutboundPoolName

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

OutboundPoolName indicates an expected call of OutboundPoolName.

func (*MockRouteTableScopeMockRecorder) ResourceGroup

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

ResourceGroup indicates an expected call of ResourceGroup.

func (*MockRouteTableScopeMockRecorder) RouteTableSpecs

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

RouteTableSpecs indicates an expected call of RouteTableSpecs.

func (*MockRouteTableScopeMockRecorder) SetSubnet

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

SetSubnet indicates an expected call of SetSubnet.

func (*MockRouteTableScopeMockRecorder) Subnet added in v0.5.1

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

Subnet indicates an expected call of Subnet.

func (*MockRouteTableScopeMockRecorder) Subnets added in v0.5.1

Subnets indicates an expected call of Subnets.

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

Vnet indicates an expected call of Vnet.

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 string, arg3 network.RouteTable) error

CreateOrUpdate mocks base method.

func (*Mockclient) Delete

func (m *Mockclient) Delete(arg0 context.Context, arg1, arg2 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 string) (network.RouteTable, 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 interface{}) *gomock.Call

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockclientMockRecorder) Delete

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

Delete indicates an expected call of Delete.

func (*MockclientMockRecorder) Get

func (mr *MockclientMockRecorder) Get(arg0, arg1, arg2 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