mocks

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Run go generate to regenerate this mock.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAuthorizer

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

MockAuthorizer is a mock of Authorizer interface.

func NewMockAuthorizer

func NewMockAuthorizer(ctrl *gomock.Controller) *MockAuthorizer

NewMockAuthorizer creates a new mock instance.

func (*MockAuthorizer) Authorizer

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

Authorizer mocks base method.

func (*MockAuthorizer) BaseURI

func (m *MockAuthorizer) BaseURI() string

BaseURI mocks base method.

func (*MockAuthorizer) ClientID

func (m *MockAuthorizer) ClientID() string

ClientID mocks base method.

func (*MockAuthorizer) ClientSecret

func (m *MockAuthorizer) ClientSecret() string

ClientSecret mocks base method.

func (*MockAuthorizer) CloudEnvironment

func (m *MockAuthorizer) CloudEnvironment() string

CloudEnvironment mocks base method.

func (*MockAuthorizer) EXPECT

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

func (*MockAuthorizer) HashKey

func (m *MockAuthorizer) HashKey() string

HashKey mocks base method.

func (*MockAuthorizer) SubscriptionID

func (m *MockAuthorizer) SubscriptionID() string

SubscriptionID mocks base method.

func (*MockAuthorizer) TenantID

func (m *MockAuthorizer) TenantID() string

TenantID mocks base method.

type MockAuthorizerMockRecorder

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

MockAuthorizerMockRecorder is the mock recorder for MockAuthorizer.

func (*MockAuthorizerMockRecorder) Authorizer

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

Authorizer indicates an expected call of Authorizer.

func (*MockAuthorizerMockRecorder) BaseURI

func (mr *MockAuthorizerMockRecorder) BaseURI() *gomock.Call

BaseURI indicates an expected call of BaseURI.

func (*MockAuthorizerMockRecorder) ClientID

func (mr *MockAuthorizerMockRecorder) ClientID() *gomock.Call

ClientID indicates an expected call of ClientID.

func (*MockAuthorizerMockRecorder) ClientSecret

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

ClientSecret indicates an expected call of ClientSecret.

func (*MockAuthorizerMockRecorder) CloudEnvironment

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

CloudEnvironment indicates an expected call of CloudEnvironment.

func (*MockAuthorizerMockRecorder) HashKey

func (mr *MockAuthorizerMockRecorder) HashKey() *gomock.Call

HashKey indicates an expected call of HashKey.

func (*MockAuthorizerMockRecorder) SubscriptionID

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

SubscriptionID indicates an expected call of SubscriptionID.

func (*MockAuthorizerMockRecorder) TenantID

func (mr *MockAuthorizerMockRecorder) TenantID() *gomock.Call

TenantID indicates an expected call of TenantID.

type MockClusterDescriber

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

MockClusterDescriber is a mock of ClusterDescriber interface.

func NewMockClusterDescriber

func NewMockClusterDescriber(ctrl *gomock.Controller) *MockClusterDescriber

NewMockClusterDescriber creates a new mock instance.

func (*MockClusterDescriber) AdditionalTags

func (m *MockClusterDescriber) AdditionalTags() v1alpha4.Tags

AdditionalTags mocks base method.

func (*MockClusterDescriber) Authorizer

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

Authorizer mocks base method.

func (*MockClusterDescriber) AvailabilitySetEnabled

func (m *MockClusterDescriber) AvailabilitySetEnabled() bool

AvailabilitySetEnabled mocks base method.

func (*MockClusterDescriber) BaseURI

func (m *MockClusterDescriber) BaseURI() string

BaseURI mocks base method.

func (*MockClusterDescriber) ClientID

func (m *MockClusterDescriber) ClientID() string

ClientID mocks base method.

func (*MockClusterDescriber) ClientSecret

func (m *MockClusterDescriber) ClientSecret() string

ClientSecret mocks base method.

func (*MockClusterDescriber) CloudEnvironment

func (m *MockClusterDescriber) CloudEnvironment() string

CloudEnvironment mocks base method.

func (*MockClusterDescriber) CloudProviderConfigOverrides

func (m *MockClusterDescriber) CloudProviderConfigOverrides() *v1alpha4.CloudProviderConfigOverrides

CloudProviderConfigOverrides mocks base method.

func (*MockClusterDescriber) ClusterName

func (m *MockClusterDescriber) ClusterName() string

ClusterName mocks base method.

func (*MockClusterDescriber) EXPECT

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

func (*MockClusterDescriber) HashKey

func (m *MockClusterDescriber) HashKey() string

HashKey mocks base method.

func (*MockClusterDescriber) Location

func (m *MockClusterDescriber) Location() string

Location mocks base method.

func (*MockClusterDescriber) ResourceGroup

func (m *MockClusterDescriber) ResourceGroup() string

ResourceGroup mocks base method.

func (*MockClusterDescriber) SubscriptionID

func (m *MockClusterDescriber) SubscriptionID() string

SubscriptionID mocks base method.

func (*MockClusterDescriber) TenantID

func (m *MockClusterDescriber) TenantID() string

TenantID mocks base method.

type MockClusterDescriberMockRecorder

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

MockClusterDescriberMockRecorder is the mock recorder for MockClusterDescriber.

func (*MockClusterDescriberMockRecorder) AdditionalTags

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

AdditionalTags indicates an expected call of AdditionalTags.

func (*MockClusterDescriberMockRecorder) Authorizer

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

Authorizer indicates an expected call of Authorizer.

func (*MockClusterDescriberMockRecorder) AvailabilitySetEnabled

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

AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled.

func (*MockClusterDescriberMockRecorder) BaseURI

BaseURI indicates an expected call of BaseURI.

func (*MockClusterDescriberMockRecorder) ClientID

ClientID indicates an expected call of ClientID.

func (*MockClusterDescriberMockRecorder) ClientSecret

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

ClientSecret indicates an expected call of ClientSecret.

func (*MockClusterDescriberMockRecorder) CloudEnvironment

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

CloudEnvironment indicates an expected call of CloudEnvironment.

func (*MockClusterDescriberMockRecorder) CloudProviderConfigOverrides

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

CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides.

func (*MockClusterDescriberMockRecorder) ClusterName

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

ClusterName indicates an expected call of ClusterName.

func (*MockClusterDescriberMockRecorder) HashKey

HashKey indicates an expected call of HashKey.

func (*MockClusterDescriberMockRecorder) Location

Location indicates an expected call of Location.

func (*MockClusterDescriberMockRecorder) ResourceGroup

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

ResourceGroup indicates an expected call of ResourceGroup.

func (*MockClusterDescriberMockRecorder) SubscriptionID

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

SubscriptionID indicates an expected call of SubscriptionID.

func (*MockClusterDescriberMockRecorder) TenantID

TenantID indicates an expected call of TenantID.

type MockClusterScoper

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

MockClusterScoper is a mock of ClusterScoper interface.

func NewMockClusterScoper

func NewMockClusterScoper(ctrl *gomock.Controller) *MockClusterScoper

NewMockClusterScoper creates a new mock instance.

func (*MockClusterScoper) APIServerLBName

func (m *MockClusterScoper) APIServerLBName() string

APIServerLBName mocks base method.

func (*MockClusterScoper) APIServerLBPoolName

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

APIServerLBPoolName mocks base method.

func (*MockClusterScoper) AdditionalTags

func (m *MockClusterScoper) AdditionalTags() v1alpha4.Tags

AdditionalTags mocks base method.

func (*MockClusterScoper) Authorizer

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

Authorizer mocks base method.

func (*MockClusterScoper) AvailabilitySetEnabled

func (m *MockClusterScoper) AvailabilitySetEnabled() bool

AvailabilitySetEnabled mocks base method.

func (*MockClusterScoper) BaseURI

func (m *MockClusterScoper) BaseURI() string

BaseURI mocks base method.

func (*MockClusterScoper) ClientID

func (m *MockClusterScoper) ClientID() string

ClientID mocks base method.

func (*MockClusterScoper) ClientSecret

func (m *MockClusterScoper) ClientSecret() string

ClientSecret mocks base method.

func (*MockClusterScoper) CloudEnvironment

func (m *MockClusterScoper) CloudEnvironment() string

CloudEnvironment mocks base method.

func (*MockClusterScoper) CloudProviderConfigOverrides

func (m *MockClusterScoper) CloudProviderConfigOverrides() *v1alpha4.CloudProviderConfigOverrides

CloudProviderConfigOverrides mocks base method.

func (*MockClusterScoper) ClusterName

func (m *MockClusterScoper) ClusterName() string

ClusterName mocks base method.

func (*MockClusterScoper) ControlPlaneRouteTable

func (m *MockClusterScoper) ControlPlaneRouteTable() v1alpha4.RouteTable

ControlPlaneRouteTable mocks base method.

func (*MockClusterScoper) ControlPlaneSubnet

func (m *MockClusterScoper) ControlPlaneSubnet() v1alpha4.SubnetSpec

ControlPlaneSubnet mocks base method.

func (*MockClusterScoper) EXPECT

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

func (*MockClusterScoper) GetPrivateDNSZoneName

func (m *MockClusterScoper) GetPrivateDNSZoneName() string

GetPrivateDNSZoneName mocks base method.

func (*MockClusterScoper) HashKey

func (m *MockClusterScoper) HashKey() string

HashKey mocks base method.

func (*MockClusterScoper) IsAPIServerPrivate

func (m *MockClusterScoper) IsAPIServerPrivate() bool

IsAPIServerPrivate mocks base method.

func (*MockClusterScoper) IsIPv6Enabled

func (m *MockClusterScoper) IsIPv6Enabled() bool

IsIPv6Enabled mocks base method.

func (*MockClusterScoper) IsVnetManaged

func (m *MockClusterScoper) IsVnetManaged() bool

IsVnetManaged mocks base method.

func (*MockClusterScoper) Location

func (m *MockClusterScoper) Location() string

Location mocks base method.

func (*MockClusterScoper) NodeSubnets added in v0.5.1

func (m *MockClusterScoper) NodeSubnets() []v1alpha4.SubnetSpec

NodeSubnets mocks base method.

func (*MockClusterScoper) OutboundLBName

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

OutboundLBName mocks base method.

func (*MockClusterScoper) OutboundPoolName

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

OutboundPoolName mocks base method.

func (*MockClusterScoper) ResourceGroup

func (m *MockClusterScoper) ResourceGroup() string

ResourceGroup mocks base method.

func (*MockClusterScoper) SetSubnet

func (m *MockClusterScoper) SetSubnet(arg0 v1alpha4.SubnetSpec)

SetSubnet mocks base method.

func (*MockClusterScoper) Subnet added in v0.5.1

func (m *MockClusterScoper) Subnet(arg0 string) v1alpha4.SubnetSpec

Subnet mocks base method.

func (*MockClusterScoper) Subnets added in v0.5.1

func (m *MockClusterScoper) Subnets() v1alpha4.Subnets

Subnets mocks base method.

func (*MockClusterScoper) SubscriptionID

func (m *MockClusterScoper) SubscriptionID() string

SubscriptionID mocks base method.

func (*MockClusterScoper) TenantID

func (m *MockClusterScoper) TenantID() string

TenantID mocks base method.

func (*MockClusterScoper) Vnet

func (m *MockClusterScoper) Vnet() *v1alpha4.VnetSpec

Vnet mocks base method.

type MockClusterScoperMockRecorder

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

MockClusterScoperMockRecorder is the mock recorder for MockClusterScoper.

func (*MockClusterScoperMockRecorder) APIServerLBName

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

APIServerLBName indicates an expected call of APIServerLBName.

func (*MockClusterScoperMockRecorder) APIServerLBPoolName

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

APIServerLBPoolName indicates an expected call of APIServerLBPoolName.

func (*MockClusterScoperMockRecorder) AdditionalTags

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

AdditionalTags indicates an expected call of AdditionalTags.

func (*MockClusterScoperMockRecorder) Authorizer

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

Authorizer indicates an expected call of Authorizer.

func (*MockClusterScoperMockRecorder) AvailabilitySetEnabled

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

AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled.

func (*MockClusterScoperMockRecorder) BaseURI

func (mr *MockClusterScoperMockRecorder) BaseURI() *gomock.Call

BaseURI indicates an expected call of BaseURI.

func (*MockClusterScoperMockRecorder) ClientID

func (mr *MockClusterScoperMockRecorder) ClientID() *gomock.Call

ClientID indicates an expected call of ClientID.

func (*MockClusterScoperMockRecorder) ClientSecret

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

ClientSecret indicates an expected call of ClientSecret.

func (*MockClusterScoperMockRecorder) CloudEnvironment

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

CloudEnvironment indicates an expected call of CloudEnvironment.

func (*MockClusterScoperMockRecorder) CloudProviderConfigOverrides

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

CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides.

func (*MockClusterScoperMockRecorder) ClusterName

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

ClusterName indicates an expected call of ClusterName.

func (*MockClusterScoperMockRecorder) ControlPlaneRouteTable

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

ControlPlaneRouteTable indicates an expected call of ControlPlaneRouteTable.

func (*MockClusterScoperMockRecorder) ControlPlaneSubnet

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

ControlPlaneSubnet indicates an expected call of ControlPlaneSubnet.

func (*MockClusterScoperMockRecorder) GetPrivateDNSZoneName

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

GetPrivateDNSZoneName indicates an expected call of GetPrivateDNSZoneName.

func (*MockClusterScoperMockRecorder) HashKey

func (mr *MockClusterScoperMockRecorder) HashKey() *gomock.Call

HashKey indicates an expected call of HashKey.

func (*MockClusterScoperMockRecorder) IsAPIServerPrivate

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

IsAPIServerPrivate indicates an expected call of IsAPIServerPrivate.

func (*MockClusterScoperMockRecorder) IsIPv6Enabled

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

IsIPv6Enabled indicates an expected call of IsIPv6Enabled.

func (*MockClusterScoperMockRecorder) IsVnetManaged

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

IsVnetManaged indicates an expected call of IsVnetManaged.

func (*MockClusterScoperMockRecorder) Location

func (mr *MockClusterScoperMockRecorder) Location() *gomock.Call

Location indicates an expected call of Location.

func (*MockClusterScoperMockRecorder) NodeSubnets added in v0.5.1

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

NodeSubnets indicates an expected call of NodeSubnets.

func (*MockClusterScoperMockRecorder) OutboundLBName

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

OutboundLBName indicates an expected call of OutboundLBName.

func (*MockClusterScoperMockRecorder) OutboundPoolName

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

OutboundPoolName indicates an expected call of OutboundPoolName.

func (*MockClusterScoperMockRecorder) ResourceGroup

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

ResourceGroup indicates an expected call of ResourceGroup.

func (*MockClusterScoperMockRecorder) SetSubnet

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

SetSubnet indicates an expected call of SetSubnet.

func (*MockClusterScoperMockRecorder) Subnet added in v0.5.1

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

Subnet indicates an expected call of Subnet.

func (*MockClusterScoperMockRecorder) Subnets added in v0.5.1

func (mr *MockClusterScoperMockRecorder) Subnets() *gomock.Call

Subnets indicates an expected call of Subnets.

func (*MockClusterScoperMockRecorder) SubscriptionID

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

SubscriptionID indicates an expected call of SubscriptionID.

func (*MockClusterScoperMockRecorder) TenantID

func (mr *MockClusterScoperMockRecorder) TenantID() *gomock.Call

TenantID indicates an expected call of TenantID.

func (*MockClusterScoperMockRecorder) Vnet

Vnet indicates an expected call of Vnet.

type MockCredentialGetter

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

MockCredentialGetter is a mock of CredentialGetter interface.

func NewMockCredentialGetter

func NewMockCredentialGetter(ctrl *gomock.Controller) *MockCredentialGetter

NewMockCredentialGetter creates a new mock instance.

func (*MockCredentialGetter) Delete

func (m *MockCredentialGetter) Delete(ctx context.Context) error

Delete mocks base method.

func (*MockCredentialGetter) EXPECT

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

func (*MockCredentialGetter) GetCredentials

func (m *MockCredentialGetter) GetCredentials(ctx context.Context, group, cluster string) ([]byte, error)

GetCredentials mocks base method.

func (*MockCredentialGetter) Reconcile

func (m *MockCredentialGetter) Reconcile(ctx context.Context) error

Reconcile mocks base method.

type MockCredentialGetterMockRecorder

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

MockCredentialGetterMockRecorder is the mock recorder for MockCredentialGetter.

func (*MockCredentialGetterMockRecorder) Delete

func (mr *MockCredentialGetterMockRecorder) Delete(ctx interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockCredentialGetterMockRecorder) GetCredentials

func (mr *MockCredentialGetterMockRecorder) GetCredentials(ctx, group, cluster interface{}) *gomock.Call

GetCredentials indicates an expected call of GetCredentials.

func (*MockCredentialGetterMockRecorder) Reconcile

func (mr *MockCredentialGetterMockRecorder) Reconcile(ctx interface{}) *gomock.Call

Reconcile indicates an expected call of Reconcile.

type MockNetworkDescriber

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

MockNetworkDescriber is a mock of NetworkDescriber interface.

func NewMockNetworkDescriber

func NewMockNetworkDescriber(ctrl *gomock.Controller) *MockNetworkDescriber

NewMockNetworkDescriber creates a new mock instance.

func (*MockNetworkDescriber) APIServerLBName

func (m *MockNetworkDescriber) APIServerLBName() string

APIServerLBName mocks base method.

func (*MockNetworkDescriber) APIServerLBPoolName

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

APIServerLBPoolName mocks base method.

func (*MockNetworkDescriber) ControlPlaneRouteTable

func (m *MockNetworkDescriber) ControlPlaneRouteTable() v1alpha4.RouteTable

ControlPlaneRouteTable mocks base method.

func (*MockNetworkDescriber) ControlPlaneSubnet

func (m *MockNetworkDescriber) ControlPlaneSubnet() v1alpha4.SubnetSpec

ControlPlaneSubnet mocks base method.

func (*MockNetworkDescriber) EXPECT

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

func (*MockNetworkDescriber) GetPrivateDNSZoneName

func (m *MockNetworkDescriber) GetPrivateDNSZoneName() string

GetPrivateDNSZoneName mocks base method.

func (*MockNetworkDescriber) IsAPIServerPrivate

func (m *MockNetworkDescriber) IsAPIServerPrivate() bool

IsAPIServerPrivate mocks base method.

func (*MockNetworkDescriber) IsIPv6Enabled

func (m *MockNetworkDescriber) IsIPv6Enabled() bool

IsIPv6Enabled mocks base method.

func (*MockNetworkDescriber) IsVnetManaged

func (m *MockNetworkDescriber) IsVnetManaged() bool

IsVnetManaged mocks base method.

func (*MockNetworkDescriber) NodeSubnets added in v0.5.1

func (m *MockNetworkDescriber) NodeSubnets() []v1alpha4.SubnetSpec

NodeSubnets mocks base method.

func (*MockNetworkDescriber) OutboundLBName

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

OutboundLBName mocks base method.

func (*MockNetworkDescriber) OutboundPoolName

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

OutboundPoolName mocks base method.

func (*MockNetworkDescriber) SetSubnet

func (m *MockNetworkDescriber) SetSubnet(arg0 v1alpha4.SubnetSpec)

SetSubnet mocks base method.

func (*MockNetworkDescriber) Subnet added in v0.5.1

Subnet mocks base method.

func (*MockNetworkDescriber) Subnets added in v0.5.1

func (m *MockNetworkDescriber) Subnets() v1alpha4.Subnets

Subnets mocks base method.

func (*MockNetworkDescriber) Vnet

Vnet mocks base method.

type MockNetworkDescriberMockRecorder

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

MockNetworkDescriberMockRecorder is the mock recorder for MockNetworkDescriber.

func (*MockNetworkDescriberMockRecorder) APIServerLBName

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

APIServerLBName indicates an expected call of APIServerLBName.

func (*MockNetworkDescriberMockRecorder) APIServerLBPoolName

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

APIServerLBPoolName indicates an expected call of APIServerLBPoolName.

func (*MockNetworkDescriberMockRecorder) ControlPlaneRouteTable

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

ControlPlaneRouteTable indicates an expected call of ControlPlaneRouteTable.

func (*MockNetworkDescriberMockRecorder) ControlPlaneSubnet

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

ControlPlaneSubnet indicates an expected call of ControlPlaneSubnet.

func (*MockNetworkDescriberMockRecorder) GetPrivateDNSZoneName

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

GetPrivateDNSZoneName indicates an expected call of GetPrivateDNSZoneName.

func (*MockNetworkDescriberMockRecorder) IsAPIServerPrivate

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

IsAPIServerPrivate indicates an expected call of IsAPIServerPrivate.

func (*MockNetworkDescriberMockRecorder) IsIPv6Enabled

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

IsIPv6Enabled indicates an expected call of IsIPv6Enabled.

func (*MockNetworkDescriberMockRecorder) IsVnetManaged

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

IsVnetManaged indicates an expected call of IsVnetManaged.

func (*MockNetworkDescriberMockRecorder) NodeSubnets added in v0.5.1

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

NodeSubnets indicates an expected call of NodeSubnets.

func (*MockNetworkDescriberMockRecorder) OutboundLBName

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

OutboundLBName indicates an expected call of OutboundLBName.

func (*MockNetworkDescriberMockRecorder) OutboundPoolName

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

OutboundPoolName indicates an expected call of OutboundPoolName.

func (*MockNetworkDescriberMockRecorder) SetSubnet

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

SetSubnet indicates an expected call of SetSubnet.

func (*MockNetworkDescriberMockRecorder) Subnet added in v0.5.1

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

Subnet indicates an expected call of Subnet.

func (*MockNetworkDescriberMockRecorder) Subnets added in v0.5.1

Subnets indicates an expected call of Subnets.

func (*MockNetworkDescriberMockRecorder) Vnet

Vnet indicates an expected call of Vnet.

type MockReconciler

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

MockReconciler is a mock of Reconciler interface.

func NewMockReconciler

func NewMockReconciler(ctrl *gomock.Controller) *MockReconciler

NewMockReconciler creates a new mock instance.

func (*MockReconciler) Delete

func (m *MockReconciler) Delete(ctx context.Context) error

Delete mocks base method.

func (*MockReconciler) EXPECT

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

func (*MockReconciler) Reconcile

func (m *MockReconciler) Reconcile(ctx context.Context) error

Reconcile mocks base method.

type MockReconcilerMockRecorder

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

MockReconcilerMockRecorder is the mock recorder for MockReconciler.

func (*MockReconcilerMockRecorder) Delete

func (mr *MockReconcilerMockRecorder) Delete(ctx interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockReconcilerMockRecorder) Reconcile

func (mr *MockReconcilerMockRecorder) Reconcile(ctx interface{}) *gomock.Call

Reconcile indicates an expected call of Reconcile.

Jump to

Keyboard shortcuts

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