mock_azure

package
v1.0.0 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_azure is a generated GoMock package.

Run go generate to regenerate this mock.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAsyncStatusUpdater

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

MockAsyncStatusUpdater is a mock of AsyncStatusUpdater interface.

func NewMockAsyncStatusUpdater

func NewMockAsyncStatusUpdater(ctrl *gomock.Controller) *MockAsyncStatusUpdater

NewMockAsyncStatusUpdater creates a new mock instance.

func (*MockAsyncStatusUpdater) DeleteLongRunningOperationState

func (m *MockAsyncStatusUpdater) DeleteLongRunningOperationState(arg0, arg1 string)

DeleteLongRunningOperationState mocks base method.

func (*MockAsyncStatusUpdater) EXPECT

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

func (*MockAsyncStatusUpdater) GetLongRunningOperationState

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

GetLongRunningOperationState mocks base method.

func (*MockAsyncStatusUpdater) SetLongRunningOperationState

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

SetLongRunningOperationState mocks base method.

func (*MockAsyncStatusUpdater) UpdateDeleteStatus

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

UpdateDeleteStatus mocks base method.

func (*MockAsyncStatusUpdater) UpdatePatchStatus

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

UpdatePatchStatus mocks base method.

func (*MockAsyncStatusUpdater) UpdatePutStatus

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

UpdatePutStatus mocks base method.

type MockAsyncStatusUpdaterMockRecorder

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

MockAsyncStatusUpdaterMockRecorder is the mock recorder for MockAsyncStatusUpdater.

func (*MockAsyncStatusUpdaterMockRecorder) DeleteLongRunningOperationState

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

DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.

func (*MockAsyncStatusUpdaterMockRecorder) GetLongRunningOperationState

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

GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.

func (*MockAsyncStatusUpdaterMockRecorder) SetLongRunningOperationState

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

SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.

func (*MockAsyncStatusUpdaterMockRecorder) UpdateDeleteStatus

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

UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.

func (*MockAsyncStatusUpdaterMockRecorder) UpdatePatchStatus

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

UpdatePatchStatus indicates an expected call of UpdatePatchStatus.

func (*MockAsyncStatusUpdaterMockRecorder) UpdatePutStatus

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

UpdatePutStatus indicates an expected call of UpdatePutStatus.

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() v1beta1.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() *v1beta1.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) FailureDomains

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

FailureDomains mocks base method.

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

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

FailureDomains indicates an expected call of FailureDomains.

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() v1beta1.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() *v1beta1.CloudProviderConfigOverrides

CloudProviderConfigOverrides mocks base method.

func (*MockClusterScoper) ClusterName

func (m *MockClusterScoper) ClusterName() string

ClusterName mocks base method.

func (*MockClusterScoper) ControlPlaneRouteTable

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

ControlPlaneRouteTable mocks base method.

func (*MockClusterScoper) ControlPlaneSubnet

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

ControlPlaneSubnet mocks base method.

func (*MockClusterScoper) EXPECT

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

func (*MockClusterScoper) FailureDomains

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

FailureDomains mocks base method.

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

func (m *MockClusterScoper) NodeSubnets() []v1beta1.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 v1beta1.SubnetSpec)

SetSubnet mocks base method.

func (*MockClusterScoper) Subnet

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

Subnet mocks base method.

func (*MockClusterScoper) Subnets

func (m *MockClusterScoper) Subnets() v1beta1.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() *v1beta1.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) FailureDomains

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

FailureDomains indicates an expected call of FailureDomains.

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

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

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

Subnet indicates an expected call of Subnet.

func (*MockClusterScoperMockRecorder) Subnets

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() v1beta1.RouteTable

ControlPlaneRouteTable mocks base method.

func (*MockNetworkDescriber) ControlPlaneSubnet

func (m *MockNetworkDescriber) ControlPlaneSubnet() v1beta1.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

func (m *MockNetworkDescriber) NodeSubnets() []v1beta1.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 v1beta1.SubnetSpec)

SetSubnet mocks base method.

func (*MockNetworkDescriber) Subnet

Subnet mocks base method.

func (*MockNetworkDescriber) Subnets

func (m *MockNetworkDescriber) Subnets() v1beta1.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

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

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

Subnet indicates an expected call of Subnet.

func (*MockNetworkDescriberMockRecorder) Subnets

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.

type MockResourceSpecGetter

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

MockResourceSpecGetter is a mock of ResourceSpecGetter interface.

func NewMockResourceSpecGetter

func NewMockResourceSpecGetter(ctrl *gomock.Controller) *MockResourceSpecGetter

NewMockResourceSpecGetter creates a new mock instance.

func (*MockResourceSpecGetter) EXPECT

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

func (*MockResourceSpecGetter) OwnerResourceName

func (m *MockResourceSpecGetter) OwnerResourceName() string

OwnerResourceName mocks base method.

func (*MockResourceSpecGetter) Parameters

func (m *MockResourceSpecGetter) Parameters(existing interface{}) (interface{}, error)

Parameters mocks base method.

func (*MockResourceSpecGetter) ResourceGroupName

func (m *MockResourceSpecGetter) ResourceGroupName() string

ResourceGroupName mocks base method.

func (*MockResourceSpecGetter) ResourceName

func (m *MockResourceSpecGetter) ResourceName() string

ResourceName mocks base method.

type MockResourceSpecGetterMockRecorder

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

MockResourceSpecGetterMockRecorder is the mock recorder for MockResourceSpecGetter.

func (*MockResourceSpecGetterMockRecorder) OwnerResourceName

func (mr *MockResourceSpecGetterMockRecorder) OwnerResourceName() *gomock.Call

OwnerResourceName indicates an expected call of OwnerResourceName.

func (*MockResourceSpecGetterMockRecorder) Parameters

func (mr *MockResourceSpecGetterMockRecorder) Parameters(existing interface{}) *gomock.Call

Parameters indicates an expected call of Parameters.

func (*MockResourceSpecGetterMockRecorder) ResourceGroupName

func (mr *MockResourceSpecGetterMockRecorder) ResourceGroupName() *gomock.Call

ResourceGroupName indicates an expected call of ResourceGroupName.

func (*MockResourceSpecGetterMockRecorder) ResourceName

func (mr *MockResourceSpecGetterMockRecorder) ResourceName() *gomock.Call

ResourceName indicates an expected call of ResourceName.

Jump to

Keyboard shortcuts

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