mock_services

package
v2.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Package mock_services provides a way to generate mock services for the cloud provider. Run go generate to regenerate this mock. //nolint:revive

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockASGInterface

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

MockASGInterface is a mock of ASGInterface interface.

func NewMockASGInterface

func NewMockASGInterface(ctrl *gomock.Controller) *MockASGInterface

NewMockASGInterface creates a new mock instance.

func (*MockASGInterface) ASGIfExists

func (m *MockASGInterface) ASGIfExists(arg0 *string) (*v1beta2.AutoScalingGroup, error)

ASGIfExists mocks base method.

func (*MockASGInterface) CanStartASGInstanceRefresh

func (m *MockASGInterface) CanStartASGInstanceRefresh(arg0 *scope.MachinePoolScope) (bool, error)

CanStartASGInstanceRefresh mocks base method.

func (*MockASGInterface) CreateASG

CreateASG mocks base method.

func (*MockASGInterface) DeleteASGAndWait

func (m *MockASGInterface) DeleteASGAndWait(arg0 string) error

DeleteASGAndWait mocks base method.

func (*MockASGInterface) EXPECT

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

func (*MockASGInterface) GetASGByName

GetASGByName mocks base method.

func (*MockASGInterface) ResumeProcesses

func (m *MockASGInterface) ResumeProcesses(arg0 string, arg1 []string) error

ResumeProcesses mocks base method.

func (*MockASGInterface) StartASGInstanceRefresh

func (m *MockASGInterface) StartASGInstanceRefresh(arg0 *scope.MachinePoolScope) error

StartASGInstanceRefresh mocks base method.

func (*MockASGInterface) SubnetIDs added in v2.1.0

func (m *MockASGInterface) SubnetIDs(arg0 *scope.MachinePoolScope) ([]string, error)

SubnetIDs mocks base method.

func (*MockASGInterface) SuspendProcesses

func (m *MockASGInterface) SuspendProcesses(arg0 string, arg1 []string) error

SuspendProcesses mocks base method.

func (*MockASGInterface) UpdateASG

func (m *MockASGInterface) UpdateASG(arg0 *scope.MachinePoolScope) error

UpdateASG mocks base method.

func (*MockASGInterface) UpdateResourceTags

func (m *MockASGInterface) UpdateResourceTags(arg0 *string, arg1, arg2 map[string]string) error

UpdateResourceTags mocks base method.

type MockASGInterfaceMockRecorder

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

MockASGInterfaceMockRecorder is the mock recorder for MockASGInterface.

func (*MockASGInterfaceMockRecorder) ASGIfExists

func (mr *MockASGInterfaceMockRecorder) ASGIfExists(arg0 interface{}) *gomock.Call

ASGIfExists indicates an expected call of ASGIfExists.

func (*MockASGInterfaceMockRecorder) CanStartASGInstanceRefresh

func (mr *MockASGInterfaceMockRecorder) CanStartASGInstanceRefresh(arg0 interface{}) *gomock.Call

CanStartASGInstanceRefresh indicates an expected call of CanStartASGInstanceRefresh.

func (*MockASGInterfaceMockRecorder) CreateASG

func (mr *MockASGInterfaceMockRecorder) CreateASG(arg0 interface{}) *gomock.Call

CreateASG indicates an expected call of CreateASG.

func (*MockASGInterfaceMockRecorder) DeleteASGAndWait

func (mr *MockASGInterfaceMockRecorder) DeleteASGAndWait(arg0 interface{}) *gomock.Call

DeleteASGAndWait indicates an expected call of DeleteASGAndWait.

func (*MockASGInterfaceMockRecorder) GetASGByName

func (mr *MockASGInterfaceMockRecorder) GetASGByName(arg0 interface{}) *gomock.Call

GetASGByName indicates an expected call of GetASGByName.

func (*MockASGInterfaceMockRecorder) ResumeProcesses

func (mr *MockASGInterfaceMockRecorder) ResumeProcesses(arg0, arg1 interface{}) *gomock.Call

ResumeProcesses indicates an expected call of ResumeProcesses.

func (*MockASGInterfaceMockRecorder) StartASGInstanceRefresh

func (mr *MockASGInterfaceMockRecorder) StartASGInstanceRefresh(arg0 interface{}) *gomock.Call

StartASGInstanceRefresh indicates an expected call of StartASGInstanceRefresh.

func (*MockASGInterfaceMockRecorder) SubnetIDs added in v2.1.0

func (mr *MockASGInterfaceMockRecorder) SubnetIDs(arg0 interface{}) *gomock.Call

SubnetIDs indicates an expected call of SubnetIDs.

func (*MockASGInterfaceMockRecorder) SuspendProcesses

func (mr *MockASGInterfaceMockRecorder) SuspendProcesses(arg0, arg1 interface{}) *gomock.Call

SuspendProcesses indicates an expected call of SuspendProcesses.

func (*MockASGInterfaceMockRecorder) UpdateASG

func (mr *MockASGInterfaceMockRecorder) UpdateASG(arg0 interface{}) *gomock.Call

UpdateASG indicates an expected call of UpdateASG.

func (*MockASGInterfaceMockRecorder) UpdateResourceTags

func (mr *MockASGInterfaceMockRecorder) UpdateResourceTags(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateResourceTags indicates an expected call of UpdateResourceTags.

type MockAWSNodeInterface added in v2.5.0

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

MockAWSNodeInterface is a mock of AWSNodeInterface interface.

func NewMockAWSNodeInterface added in v2.5.0

func NewMockAWSNodeInterface(ctrl *gomock.Controller) *MockAWSNodeInterface

NewMockAWSNodeInterface creates a new mock instance.

func (*MockAWSNodeInterface) EXPECT added in v2.5.0

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

func (*MockAWSNodeInterface) ReconcileCNI added in v2.5.0

func (m *MockAWSNodeInterface) ReconcileCNI(arg0 context.Context) error

ReconcileCNI mocks base method.

type MockAWSNodeInterfaceMockRecorder added in v2.5.0

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

MockAWSNodeInterfaceMockRecorder is the mock recorder for MockAWSNodeInterface.

func (*MockAWSNodeInterfaceMockRecorder) ReconcileCNI added in v2.5.0

func (mr *MockAWSNodeInterfaceMockRecorder) ReconcileCNI(arg0 interface{}) *gomock.Call

ReconcileCNI indicates an expected call of ReconcileCNI.

type MockEC2Interface

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

MockEC2Interface is a mock of EC2Interface interface.

func NewMockEC2Interface

func NewMockEC2Interface(ctrl *gomock.Controller) *MockEC2Interface

NewMockEC2Interface creates a new mock instance.

func (*MockEC2Interface) CreateInstance

func (m *MockEC2Interface) CreateInstance(arg0 *scope.MachineScope, arg1 []byte, arg2 string) (*v1beta2.Instance, error)

CreateInstance mocks base method.

func (*MockEC2Interface) CreateLaunchTemplate

func (m *MockEC2Interface) CreateLaunchTemplate(arg0 scope.LaunchTemplateScope, arg1 *string, arg2 types.NamespacedName, arg3 []byte) (string, error)

CreateLaunchTemplate mocks base method.

func (*MockEC2Interface) CreateLaunchTemplateVersion

func (m *MockEC2Interface) CreateLaunchTemplateVersion(arg0 string, arg1 scope.LaunchTemplateScope, arg2 *string, arg3 types.NamespacedName, arg4 []byte) error

CreateLaunchTemplateVersion mocks base method.

func (*MockEC2Interface) DeleteBastion

func (m *MockEC2Interface) DeleteBastion() error

DeleteBastion mocks base method.

func (*MockEC2Interface) DeleteLaunchTemplate

func (m *MockEC2Interface) DeleteLaunchTemplate(arg0 string) error

DeleteLaunchTemplate mocks base method.

func (*MockEC2Interface) DetachSecurityGroupsFromNetworkInterface

func (m *MockEC2Interface) DetachSecurityGroupsFromNetworkInterface(arg0 []string, arg1 string) error

DetachSecurityGroupsFromNetworkInterface mocks base method.

func (*MockEC2Interface) DiscoverLaunchTemplateAMI

func (m *MockEC2Interface) DiscoverLaunchTemplateAMI(arg0 scope.LaunchTemplateScope) (*string, error)

DiscoverLaunchTemplateAMI mocks base method.

func (*MockEC2Interface) EXPECT

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

func (*MockEC2Interface) GetAdditionalSecurityGroupsIDs

func (m *MockEC2Interface) GetAdditionalSecurityGroupsIDs(arg0 []v1beta2.AWSResourceReference) ([]string, error)

GetAdditionalSecurityGroupsIDs mocks base method.

func (*MockEC2Interface) GetCoreSecurityGroups

func (m *MockEC2Interface) GetCoreSecurityGroups(arg0 *scope.MachineScope) ([]string, error)

GetCoreSecurityGroups mocks base method.

func (*MockEC2Interface) GetInstanceSecurityGroups

func (m *MockEC2Interface) GetInstanceSecurityGroups(arg0 string) (map[string][]string, error)

GetInstanceSecurityGroups mocks base method.

func (*MockEC2Interface) GetLaunchTemplate

GetLaunchTemplate mocks base method.

func (*MockEC2Interface) GetLaunchTemplateID

func (m *MockEC2Interface) GetLaunchTemplateID(arg0 string) (string, error)

GetLaunchTemplateID mocks base method.

func (*MockEC2Interface) GetLaunchTemplateLatestVersion

func (m *MockEC2Interface) GetLaunchTemplateLatestVersion(arg0 string) (string, error)

GetLaunchTemplateLatestVersion mocks base method.

func (*MockEC2Interface) GetRunningInstanceByTags

func (m *MockEC2Interface) GetRunningInstanceByTags(arg0 *scope.MachineScope) (*v1beta2.Instance, error)

GetRunningInstanceByTags mocks base method.

func (*MockEC2Interface) InstanceIfExists

func (m *MockEC2Interface) InstanceIfExists(arg0 *string) (*v1beta2.Instance, error)

InstanceIfExists mocks base method.

func (*MockEC2Interface) LaunchTemplateNeedsUpdate

func (m *MockEC2Interface) LaunchTemplateNeedsUpdate(arg0 scope.LaunchTemplateScope, arg1, arg2 *v1beta20.AWSLaunchTemplate) (bool, error)

LaunchTemplateNeedsUpdate mocks base method.

func (*MockEC2Interface) ModifyInstanceMetadataOptions added in v2.1.0

func (m *MockEC2Interface) ModifyInstanceMetadataOptions(arg0 string, arg1 *v1beta2.InstanceMetadataOptions) error

ModifyInstanceMetadataOptions mocks base method.

func (*MockEC2Interface) PruneLaunchTemplateVersions

func (m *MockEC2Interface) PruneLaunchTemplateVersions(arg0 string) error

PruneLaunchTemplateVersions mocks base method.

func (*MockEC2Interface) ReconcileBastion

func (m *MockEC2Interface) ReconcileBastion() error

ReconcileBastion mocks base method.

func (*MockEC2Interface) TerminateInstance

func (m *MockEC2Interface) TerminateInstance(arg0 string) error

TerminateInstance mocks base method.

func (*MockEC2Interface) TerminateInstanceAndWait

func (m *MockEC2Interface) TerminateInstanceAndWait(arg0 string) error

TerminateInstanceAndWait mocks base method.

func (*MockEC2Interface) UpdateInstanceSecurityGroups

func (m *MockEC2Interface) UpdateInstanceSecurityGroups(arg0 string, arg1 []string) error

UpdateInstanceSecurityGroups mocks base method.

func (*MockEC2Interface) UpdateResourceTags

func (m *MockEC2Interface) UpdateResourceTags(arg0 *string, arg1, arg2 map[string]string) error

UpdateResourceTags mocks base method.

type MockEC2InterfaceMockRecorder

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

MockEC2InterfaceMockRecorder is the mock recorder for MockEC2Interface.

func (*MockEC2InterfaceMockRecorder) CreateInstance

func (mr *MockEC2InterfaceMockRecorder) CreateInstance(arg0, arg1, arg2 interface{}) *gomock.Call

CreateInstance indicates an expected call of CreateInstance.

func (*MockEC2InterfaceMockRecorder) CreateLaunchTemplate

func (mr *MockEC2InterfaceMockRecorder) CreateLaunchTemplate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

CreateLaunchTemplate indicates an expected call of CreateLaunchTemplate.

func (*MockEC2InterfaceMockRecorder) CreateLaunchTemplateVersion

func (mr *MockEC2InterfaceMockRecorder) CreateLaunchTemplateVersion(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

CreateLaunchTemplateVersion indicates an expected call of CreateLaunchTemplateVersion.

func (*MockEC2InterfaceMockRecorder) DeleteBastion

func (mr *MockEC2InterfaceMockRecorder) DeleteBastion() *gomock.Call

DeleteBastion indicates an expected call of DeleteBastion.

func (*MockEC2InterfaceMockRecorder) DeleteLaunchTemplate

func (mr *MockEC2InterfaceMockRecorder) DeleteLaunchTemplate(arg0 interface{}) *gomock.Call

DeleteLaunchTemplate indicates an expected call of DeleteLaunchTemplate.

func (*MockEC2InterfaceMockRecorder) DetachSecurityGroupsFromNetworkInterface

func (mr *MockEC2InterfaceMockRecorder) DetachSecurityGroupsFromNetworkInterface(arg0, arg1 interface{}) *gomock.Call

DetachSecurityGroupsFromNetworkInterface indicates an expected call of DetachSecurityGroupsFromNetworkInterface.

func (*MockEC2InterfaceMockRecorder) DiscoverLaunchTemplateAMI

func (mr *MockEC2InterfaceMockRecorder) DiscoverLaunchTemplateAMI(arg0 interface{}) *gomock.Call

DiscoverLaunchTemplateAMI indicates an expected call of DiscoverLaunchTemplateAMI.

func (*MockEC2InterfaceMockRecorder) GetAdditionalSecurityGroupsIDs

func (mr *MockEC2InterfaceMockRecorder) GetAdditionalSecurityGroupsIDs(arg0 interface{}) *gomock.Call

GetAdditionalSecurityGroupsIDs indicates an expected call of GetAdditionalSecurityGroupsIDs.

func (*MockEC2InterfaceMockRecorder) GetCoreSecurityGroups

func (mr *MockEC2InterfaceMockRecorder) GetCoreSecurityGroups(arg0 interface{}) *gomock.Call

GetCoreSecurityGroups indicates an expected call of GetCoreSecurityGroups.

func (*MockEC2InterfaceMockRecorder) GetInstanceSecurityGroups

func (mr *MockEC2InterfaceMockRecorder) GetInstanceSecurityGroups(arg0 interface{}) *gomock.Call

GetInstanceSecurityGroups indicates an expected call of GetInstanceSecurityGroups.

func (*MockEC2InterfaceMockRecorder) GetLaunchTemplate

func (mr *MockEC2InterfaceMockRecorder) GetLaunchTemplate(arg0 interface{}) *gomock.Call

GetLaunchTemplate indicates an expected call of GetLaunchTemplate.

func (*MockEC2InterfaceMockRecorder) GetLaunchTemplateID

func (mr *MockEC2InterfaceMockRecorder) GetLaunchTemplateID(arg0 interface{}) *gomock.Call

GetLaunchTemplateID indicates an expected call of GetLaunchTemplateID.

func (*MockEC2InterfaceMockRecorder) GetLaunchTemplateLatestVersion

func (mr *MockEC2InterfaceMockRecorder) GetLaunchTemplateLatestVersion(arg0 interface{}) *gomock.Call

GetLaunchTemplateLatestVersion indicates an expected call of GetLaunchTemplateLatestVersion.

func (*MockEC2InterfaceMockRecorder) GetRunningInstanceByTags

func (mr *MockEC2InterfaceMockRecorder) GetRunningInstanceByTags(arg0 interface{}) *gomock.Call

GetRunningInstanceByTags indicates an expected call of GetRunningInstanceByTags.

func (*MockEC2InterfaceMockRecorder) InstanceIfExists

func (mr *MockEC2InterfaceMockRecorder) InstanceIfExists(arg0 interface{}) *gomock.Call

InstanceIfExists indicates an expected call of InstanceIfExists.

func (*MockEC2InterfaceMockRecorder) LaunchTemplateNeedsUpdate

func (mr *MockEC2InterfaceMockRecorder) LaunchTemplateNeedsUpdate(arg0, arg1, arg2 interface{}) *gomock.Call

LaunchTemplateNeedsUpdate indicates an expected call of LaunchTemplateNeedsUpdate.

func (*MockEC2InterfaceMockRecorder) ModifyInstanceMetadataOptions added in v2.1.0

func (mr *MockEC2InterfaceMockRecorder) ModifyInstanceMetadataOptions(arg0, arg1 interface{}) *gomock.Call

ModifyInstanceMetadataOptions indicates an expected call of ModifyInstanceMetadataOptions.

func (*MockEC2InterfaceMockRecorder) PruneLaunchTemplateVersions

func (mr *MockEC2InterfaceMockRecorder) PruneLaunchTemplateVersions(arg0 interface{}) *gomock.Call

PruneLaunchTemplateVersions indicates an expected call of PruneLaunchTemplateVersions.

func (*MockEC2InterfaceMockRecorder) ReconcileBastion

func (mr *MockEC2InterfaceMockRecorder) ReconcileBastion() *gomock.Call

ReconcileBastion indicates an expected call of ReconcileBastion.

func (*MockEC2InterfaceMockRecorder) TerminateInstance

func (mr *MockEC2InterfaceMockRecorder) TerminateInstance(arg0 interface{}) *gomock.Call

TerminateInstance indicates an expected call of TerminateInstance.

func (*MockEC2InterfaceMockRecorder) TerminateInstanceAndWait

func (mr *MockEC2InterfaceMockRecorder) TerminateInstanceAndWait(arg0 interface{}) *gomock.Call

TerminateInstanceAndWait indicates an expected call of TerminateInstanceAndWait.

func (*MockEC2InterfaceMockRecorder) UpdateInstanceSecurityGroups

func (mr *MockEC2InterfaceMockRecorder) UpdateInstanceSecurityGroups(arg0, arg1 interface{}) *gomock.Call

UpdateInstanceSecurityGroups indicates an expected call of UpdateInstanceSecurityGroups.

func (*MockEC2InterfaceMockRecorder) UpdateResourceTags

func (mr *MockEC2InterfaceMockRecorder) UpdateResourceTags(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateResourceTags indicates an expected call of UpdateResourceTags.

type MockELBInterface

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

MockELBInterface is a mock of ELBInterface interface.

func NewMockELBInterface

func NewMockELBInterface(ctrl *gomock.Controller) *MockELBInterface

NewMockELBInterface creates a new mock instance.

func (*MockELBInterface) DeleteLoadbalancers

func (m *MockELBInterface) DeleteLoadbalancers() error

DeleteLoadbalancers mocks base method.

func (*MockELBInterface) DeregisterInstanceFromAPIServerELB

func (m *MockELBInterface) DeregisterInstanceFromAPIServerELB(arg0 *v1beta2.Instance) error

DeregisterInstanceFromAPIServerELB mocks base method.

func (*MockELBInterface) DeregisterInstanceFromAPIServerLB added in v2.1.0

func (m *MockELBInterface) DeregisterInstanceFromAPIServerLB(arg0 string, arg1 *v1beta2.Instance) error

DeregisterInstanceFromAPIServerLB mocks base method.

func (*MockELBInterface) EXPECT

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

func (*MockELBInterface) IsInstanceRegisteredWithAPIServerELB

func (m *MockELBInterface) IsInstanceRegisteredWithAPIServerELB(arg0 *v1beta2.Instance) (bool, error)

IsInstanceRegisteredWithAPIServerELB mocks base method.

func (*MockELBInterface) IsInstanceRegisteredWithAPIServerLB added in v2.1.0

func (m *MockELBInterface) IsInstanceRegisteredWithAPIServerLB(arg0 *v1beta2.Instance, arg1 *v1beta2.AWSLoadBalancerSpec) ([]string, bool, error)

IsInstanceRegisteredWithAPIServerLB mocks base method.

func (*MockELBInterface) ReconcileLoadbalancers

func (m *MockELBInterface) ReconcileLoadbalancers() error

ReconcileLoadbalancers mocks base method.

func (*MockELBInterface) RegisterInstanceWithAPIServerELB

func (m *MockELBInterface) RegisterInstanceWithAPIServerELB(arg0 *v1beta2.Instance) error

RegisterInstanceWithAPIServerELB mocks base method.

func (*MockELBInterface) RegisterInstanceWithAPIServerLB added in v2.1.0

func (m *MockELBInterface) RegisterInstanceWithAPIServerLB(arg0 *v1beta2.Instance, arg1 *v1beta2.AWSLoadBalancerSpec) error

RegisterInstanceWithAPIServerLB mocks base method.

type MockELBInterfaceMockRecorder

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

MockELBInterfaceMockRecorder is the mock recorder for MockELBInterface.

func (*MockELBInterfaceMockRecorder) DeleteLoadbalancers

func (mr *MockELBInterfaceMockRecorder) DeleteLoadbalancers() *gomock.Call

DeleteLoadbalancers indicates an expected call of DeleteLoadbalancers.

func (*MockELBInterfaceMockRecorder) DeregisterInstanceFromAPIServerELB

func (mr *MockELBInterfaceMockRecorder) DeregisterInstanceFromAPIServerELB(arg0 interface{}) *gomock.Call

DeregisterInstanceFromAPIServerELB indicates an expected call of DeregisterInstanceFromAPIServerELB.

func (*MockELBInterfaceMockRecorder) DeregisterInstanceFromAPIServerLB added in v2.1.0

func (mr *MockELBInterfaceMockRecorder) DeregisterInstanceFromAPIServerLB(arg0, arg1 interface{}) *gomock.Call

DeregisterInstanceFromAPIServerLB indicates an expected call of DeregisterInstanceFromAPIServerLB.

func (*MockELBInterfaceMockRecorder) IsInstanceRegisteredWithAPIServerELB

func (mr *MockELBInterfaceMockRecorder) IsInstanceRegisteredWithAPIServerELB(arg0 interface{}) *gomock.Call

IsInstanceRegisteredWithAPIServerELB indicates an expected call of IsInstanceRegisteredWithAPIServerELB.

func (*MockELBInterfaceMockRecorder) IsInstanceRegisteredWithAPIServerLB added in v2.1.0

func (mr *MockELBInterfaceMockRecorder) IsInstanceRegisteredWithAPIServerLB(arg0, arg1 interface{}) *gomock.Call

IsInstanceRegisteredWithAPIServerLB indicates an expected call of IsInstanceRegisteredWithAPIServerLB.

func (*MockELBInterfaceMockRecorder) ReconcileLoadbalancers

func (mr *MockELBInterfaceMockRecorder) ReconcileLoadbalancers() *gomock.Call

ReconcileLoadbalancers indicates an expected call of ReconcileLoadbalancers.

func (*MockELBInterfaceMockRecorder) RegisterInstanceWithAPIServerELB

func (mr *MockELBInterfaceMockRecorder) RegisterInstanceWithAPIServerELB(arg0 interface{}) *gomock.Call

RegisterInstanceWithAPIServerELB indicates an expected call of RegisterInstanceWithAPIServerELB.

func (*MockELBInterfaceMockRecorder) RegisterInstanceWithAPIServerLB added in v2.1.0

func (mr *MockELBInterfaceMockRecorder) RegisterInstanceWithAPIServerLB(arg0, arg1 interface{}) *gomock.Call

RegisterInstanceWithAPIServerLB indicates an expected call of RegisterInstanceWithAPIServerLB.

type MockIAMAuthenticatorInterface added in v2.5.0

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

MockIAMAuthenticatorInterface is a mock of IAMAuthenticatorInterface interface.

func NewMockIAMAuthenticatorInterface added in v2.5.0

func NewMockIAMAuthenticatorInterface(ctrl *gomock.Controller) *MockIAMAuthenticatorInterface

NewMockIAMAuthenticatorInterface creates a new mock instance.

func (*MockIAMAuthenticatorInterface) EXPECT added in v2.5.0

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

func (*MockIAMAuthenticatorInterface) ReconcileIAMAuthenticator added in v2.5.0

func (m *MockIAMAuthenticatorInterface) ReconcileIAMAuthenticator(arg0 context.Context) error

ReconcileIAMAuthenticator mocks base method.

type MockIAMAuthenticatorInterfaceMockRecorder added in v2.5.0

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

MockIAMAuthenticatorInterfaceMockRecorder is the mock recorder for MockIAMAuthenticatorInterface.

func (*MockIAMAuthenticatorInterfaceMockRecorder) ReconcileIAMAuthenticator added in v2.5.0

func (mr *MockIAMAuthenticatorInterfaceMockRecorder) ReconcileIAMAuthenticator(arg0 interface{}) *gomock.Call

ReconcileIAMAuthenticator indicates an expected call of ReconcileIAMAuthenticator.

type MockKubeProxyInterface added in v2.5.0

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

MockKubeProxyInterface is a mock of KubeProxyInterface interface.

func NewMockKubeProxyInterface added in v2.5.0

func NewMockKubeProxyInterface(ctrl *gomock.Controller) *MockKubeProxyInterface

NewMockKubeProxyInterface creates a new mock instance.

func (*MockKubeProxyInterface) EXPECT added in v2.5.0

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

func (*MockKubeProxyInterface) ReconcileKubeProxy added in v2.5.0

func (m *MockKubeProxyInterface) ReconcileKubeProxy(arg0 context.Context) error

ReconcileKubeProxy mocks base method.

type MockKubeProxyInterfaceMockRecorder added in v2.5.0

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

MockKubeProxyInterfaceMockRecorder is the mock recorder for MockKubeProxyInterface.

func (*MockKubeProxyInterfaceMockRecorder) ReconcileKubeProxy added in v2.5.0

func (mr *MockKubeProxyInterfaceMockRecorder) ReconcileKubeProxy(arg0 interface{}) *gomock.Call

ReconcileKubeProxy indicates an expected call of ReconcileKubeProxy.

type MockMachinePoolReconcileInterface added in v2.4.0

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

MockMachinePoolReconcileInterface is a mock of MachinePoolReconcileInterface interface.

func NewMockMachinePoolReconcileInterface added in v2.4.0

func NewMockMachinePoolReconcileInterface(ctrl *gomock.Controller) *MockMachinePoolReconcileInterface

NewMockMachinePoolReconcileInterface creates a new mock instance.

func (*MockMachinePoolReconcileInterface) EXPECT added in v2.4.0

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

func (*MockMachinePoolReconcileInterface) ReconcileLaunchTemplate added in v2.4.0

func (m *MockMachinePoolReconcileInterface) ReconcileLaunchTemplate(arg0 scope.LaunchTemplateScope, arg1 services.EC2Interface, arg2 func() (bool, error), arg3 func() error) error

ReconcileLaunchTemplate mocks base method.

func (*MockMachinePoolReconcileInterface) ReconcileTags added in v2.4.0

ReconcileTags mocks base method.

type MockMachinePoolReconcileInterfaceMockRecorder added in v2.4.0

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

MockMachinePoolReconcileInterfaceMockRecorder is the mock recorder for MockMachinePoolReconcileInterface.

func (*MockMachinePoolReconcileInterfaceMockRecorder) ReconcileLaunchTemplate added in v2.4.0

func (mr *MockMachinePoolReconcileInterfaceMockRecorder) ReconcileLaunchTemplate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ReconcileLaunchTemplate indicates an expected call of ReconcileLaunchTemplate.

func (*MockMachinePoolReconcileInterfaceMockRecorder) ReconcileTags added in v2.4.0

func (mr *MockMachinePoolReconcileInterfaceMockRecorder) ReconcileTags(arg0, arg1 interface{}) *gomock.Call

ReconcileTags indicates an expected call of ReconcileTags.

type MockNetworkInterface

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

MockNetworkInterface is a mock of NetworkInterface interface.

func NewMockNetworkInterface

func NewMockNetworkInterface(ctrl *gomock.Controller) *MockNetworkInterface

NewMockNetworkInterface creates a new mock instance.

func (*MockNetworkInterface) DeleteNetwork

func (m *MockNetworkInterface) DeleteNetwork() error

DeleteNetwork mocks base method.

func (*MockNetworkInterface) EXPECT

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

func (*MockNetworkInterface) ReconcileNetwork

func (m *MockNetworkInterface) ReconcileNetwork() error

ReconcileNetwork mocks base method.

type MockNetworkInterfaceMockRecorder

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

MockNetworkInterfaceMockRecorder is the mock recorder for MockNetworkInterface.

func (*MockNetworkInterfaceMockRecorder) DeleteNetwork

func (mr *MockNetworkInterfaceMockRecorder) DeleteNetwork() *gomock.Call

DeleteNetwork indicates an expected call of DeleteNetwork.

func (*MockNetworkInterfaceMockRecorder) ReconcileNetwork

func (mr *MockNetworkInterfaceMockRecorder) ReconcileNetwork() *gomock.Call

ReconcileNetwork indicates an expected call of ReconcileNetwork.

type MockObjectStoreInterface

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

MockObjectStoreInterface is a mock of ObjectStoreInterface interface.

func NewMockObjectStoreInterface

func NewMockObjectStoreInterface(ctrl *gomock.Controller) *MockObjectStoreInterface

NewMockObjectStoreInterface creates a new mock instance.

func (*MockObjectStoreInterface) Create

func (m *MockObjectStoreInterface) Create(arg0 *scope.MachineScope, arg1 []byte) (string, error)

Create mocks base method.

func (*MockObjectStoreInterface) Delete

Delete mocks base method.

func (*MockObjectStoreInterface) DeleteBucket

func (m *MockObjectStoreInterface) DeleteBucket() error

DeleteBucket mocks base method.

func (*MockObjectStoreInterface) EXPECT

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

func (*MockObjectStoreInterface) ReconcileBucket

func (m *MockObjectStoreInterface) ReconcileBucket() error

ReconcileBucket mocks base method.

type MockObjectStoreInterfaceMockRecorder

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

MockObjectStoreInterfaceMockRecorder is the mock recorder for MockObjectStoreInterface.

func (*MockObjectStoreInterfaceMockRecorder) Create

func (mr *MockObjectStoreInterfaceMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockObjectStoreInterfaceMockRecorder) Delete

func (mr *MockObjectStoreInterfaceMockRecorder) Delete(arg0 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockObjectStoreInterfaceMockRecorder) DeleteBucket

func (mr *MockObjectStoreInterfaceMockRecorder) DeleteBucket() *gomock.Call

DeleteBucket indicates an expected call of DeleteBucket.

func (*MockObjectStoreInterfaceMockRecorder) ReconcileBucket

func (mr *MockObjectStoreInterfaceMockRecorder) ReconcileBucket() *gomock.Call

ReconcileBucket indicates an expected call of ReconcileBucket.

type MockSecretInterface

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

MockSecretInterface is a mock of SecretInterface interface.

func NewMockSecretInterface

func NewMockSecretInterface(ctrl *gomock.Controller) *MockSecretInterface

NewMockSecretInterface creates a new mock instance.

func (*MockSecretInterface) Create

func (m *MockSecretInterface) Create(arg0 *scope.MachineScope, arg1 []byte) (string, int32, error)

Create mocks base method.

func (*MockSecretInterface) Delete

func (m *MockSecretInterface) Delete(arg0 *scope.MachineScope) error

Delete mocks base method.

func (*MockSecretInterface) EXPECT

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

func (*MockSecretInterface) UserData

func (m *MockSecretInterface) UserData(arg0 string, arg1 int32, arg2 string, arg3 []scope.ServiceEndpoint) ([]byte, error)

UserData mocks base method.

type MockSecretInterfaceMockRecorder

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

MockSecretInterfaceMockRecorder is the mock recorder for MockSecretInterface.

func (*MockSecretInterfaceMockRecorder) Create

func (mr *MockSecretInterfaceMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockSecretInterfaceMockRecorder) Delete

func (mr *MockSecretInterfaceMockRecorder) Delete(arg0 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockSecretInterfaceMockRecorder) UserData

func (mr *MockSecretInterfaceMockRecorder) UserData(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

UserData indicates an expected call of UserData.

type MockSecurityGroupInterface

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

MockSecurityGroupInterface is a mock of SecurityGroupInterface interface.

func NewMockSecurityGroupInterface

func NewMockSecurityGroupInterface(ctrl *gomock.Controller) *MockSecurityGroupInterface

NewMockSecurityGroupInterface creates a new mock instance.

func (*MockSecurityGroupInterface) DeleteSecurityGroups

func (m *MockSecurityGroupInterface) DeleteSecurityGroups() error

DeleteSecurityGroups mocks base method.

func (*MockSecurityGroupInterface) EXPECT

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

func (*MockSecurityGroupInterface) ReconcileSecurityGroups

func (m *MockSecurityGroupInterface) ReconcileSecurityGroups() error

ReconcileSecurityGroups mocks base method.

type MockSecurityGroupInterfaceMockRecorder

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

MockSecurityGroupInterfaceMockRecorder is the mock recorder for MockSecurityGroupInterface.

func (*MockSecurityGroupInterfaceMockRecorder) DeleteSecurityGroups

func (mr *MockSecurityGroupInterfaceMockRecorder) DeleteSecurityGroups() *gomock.Call

DeleteSecurityGroups indicates an expected call of DeleteSecurityGroups.

func (*MockSecurityGroupInterfaceMockRecorder) ReconcileSecurityGroups

func (mr *MockSecurityGroupInterfaceMockRecorder) ReconcileSecurityGroups() *gomock.Call

ReconcileSecurityGroups indicates an expected call of ReconcileSecurityGroups.

Jump to

Keyboard shortcuts

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