client

package
v1.51.2 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: Apache-2.0, MIT Imports: 10 Imported by: 0

Documentation

Overview

Package client is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClientFactory

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

MockClientFactory is a mock of ClientFactory interface.

func NewMockClientFactory

func NewMockClientFactory(ctrl *gomock.Controller) *MockClientFactory

NewMockClientFactory creates a new mock instance.

func (*MockClientFactory) EXPECT

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

func (*MockClientFactory) NewDNSClient added in v1.26.0

func (m *MockClientFactory) NewDNSClient(arg0, arg1, arg2 string) (client.DNS, error)

NewDNSClient mocks base method.

func (*MockClientFactory) NewECSClient

func (m *MockClientFactory) NewECSClient(arg0, arg1, arg2 string) (client.ECS, error)

NewECSClient mocks base method.

func (*MockClientFactory) NewOSSClient added in v1.24.0

func (m *MockClientFactory) NewOSSClient(arg0, arg1, arg2 string) (client.OSS, error)

NewOSSClient mocks base method.

func (*MockClientFactory) NewOSSClientFromSecretRef added in v1.24.0

func (m *MockClientFactory) NewOSSClientFromSecretRef(arg0 context.Context, arg1 client0.Client, arg2 *v1.SecretReference, arg3 string) (client.OSS, error)

NewOSSClientFromSecretRef mocks base method.

func (*MockClientFactory) NewRAMClient added in v1.21.0

func (m *MockClientFactory) NewRAMClient(arg0, arg1, arg2 string) (client.RAM, error)

NewRAMClient mocks base method.

func (*MockClientFactory) NewROSClient added in v1.25.0

func (m *MockClientFactory) NewROSClient(arg0, arg1, arg2 string) (client.ROS, error)

NewROSClient mocks base method.

func (*MockClientFactory) NewSLBClient

func (m *MockClientFactory) NewSLBClient(arg0, arg1, arg2 string) (client.SLB, error)

NewSLBClient mocks base method.

func (*MockClientFactory) NewSTSClient

func (m *MockClientFactory) NewSTSClient(arg0, arg1, arg2 string) (client.STS, error)

NewSTSClient mocks base method.

func (*MockClientFactory) NewVPCClient added in v1.16.0

func (m *MockClientFactory) NewVPCClient(arg0, arg1, arg2 string) (client.VPC, error)

NewVPCClient mocks base method.

type MockClientFactoryMockRecorder

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

MockClientFactoryMockRecorder is the mock recorder for MockClientFactory.

func (*MockClientFactoryMockRecorder) NewDNSClient added in v1.26.0

func (mr *MockClientFactoryMockRecorder) NewDNSClient(arg0, arg1, arg2 interface{}) *gomock.Call

NewDNSClient indicates an expected call of NewDNSClient.

func (*MockClientFactoryMockRecorder) NewECSClient

func (mr *MockClientFactoryMockRecorder) NewECSClient(arg0, arg1, arg2 interface{}) *gomock.Call

NewECSClient indicates an expected call of NewECSClient.

func (*MockClientFactoryMockRecorder) NewOSSClient added in v1.24.0

func (mr *MockClientFactoryMockRecorder) NewOSSClient(arg0, arg1, arg2 interface{}) *gomock.Call

NewOSSClient indicates an expected call of NewOSSClient.

func (*MockClientFactoryMockRecorder) NewOSSClientFromSecretRef added in v1.24.0

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

NewOSSClientFromSecretRef indicates an expected call of NewOSSClientFromSecretRef.

func (*MockClientFactoryMockRecorder) NewRAMClient added in v1.21.0

func (mr *MockClientFactoryMockRecorder) NewRAMClient(arg0, arg1, arg2 interface{}) *gomock.Call

NewRAMClient indicates an expected call of NewRAMClient.

func (*MockClientFactoryMockRecorder) NewROSClient added in v1.25.0

func (mr *MockClientFactoryMockRecorder) NewROSClient(arg0, arg1, arg2 interface{}) *gomock.Call

NewROSClient indicates an expected call of NewROSClient.

func (*MockClientFactoryMockRecorder) NewSLBClient

func (mr *MockClientFactoryMockRecorder) NewSLBClient(arg0, arg1, arg2 interface{}) *gomock.Call

NewSLBClient indicates an expected call of NewSLBClient.

func (*MockClientFactoryMockRecorder) NewSTSClient

func (mr *MockClientFactoryMockRecorder) NewSTSClient(arg0, arg1, arg2 interface{}) *gomock.Call

NewSTSClient indicates an expected call of NewSTSClient.

func (*MockClientFactoryMockRecorder) NewVPCClient added in v1.16.0

func (mr *MockClientFactoryMockRecorder) NewVPCClient(arg0, arg1, arg2 interface{}) *gomock.Call

NewVPCClient indicates an expected call of NewVPCClient.

type MockECS

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

MockECS is a mock of ECS interface.

func NewMockECS

func NewMockECS(ctrl *gomock.Controller) *MockECS

NewMockECS creates a new mock instance.

func (*MockECS) AllocatePublicIp added in v1.35.0

func (m *MockECS) AllocatePublicIp(arg0 string) (*ecs.AllocatePublicIpAddressResponse, error)

AllocatePublicIp mocks base method.

func (*MockECS) AuthorizeSecurityGroup added in v1.50.0

AuthorizeSecurityGroup mocks base method.

func (*MockECS) AuthorizeSecurityGroupEgress added in v1.50.0

AuthorizeSecurityGroupEgress mocks base method.

func (*MockECS) CheckIfImageExists

func (m *MockECS) CheckIfImageExists(arg0 string) (bool, error)

CheckIfImageExists mocks base method.

func (*MockECS) CheckIfImageOwnedByAliCloud added in v1.25.0

func (m *MockECS) CheckIfImageOwnedByAliCloud(arg0 string) (bool, error)

CheckIfImageOwnedByAliCloud mocks base method.

func (*MockECS) CreateEgressRule added in v1.35.0

func (m *MockECS) CreateEgressRule(arg0 *ecs.AuthorizeSecurityGroupEgressRequest) error

CreateEgressRule mocks base method.

func (*MockECS) CreateIngressRule added in v1.35.0

func (m *MockECS) CreateIngressRule(arg0 *ecs.AuthorizeSecurityGroupRequest) error

CreateIngressRule mocks base method.

func (*MockECS) CreateInstances added in v1.35.0

func (m *MockECS) CreateInstances(arg0, arg1, arg2, arg3, arg4, arg5, arg6 string) (*ecs.RunInstancesResponse, error)

CreateInstances mocks base method.

func (*MockECS) CreateSecurityGroup added in v1.50.0

func (m *MockECS) CreateSecurityGroup(arg0 *ecs.CreateSecurityGroupRequest) (*ecs.CreateSecurityGroupResponse, error)

CreateSecurityGroup mocks base method.

func (*MockECS) CreateSecurityGroups added in v1.35.0

func (m *MockECS) CreateSecurityGroups(arg0, arg1 string) (*ecs.CreateSecurityGroupResponse, error)

CreateSecurityGroups mocks base method.

func (*MockECS) DeleteInstances added in v1.35.0

func (m *MockECS) DeleteInstances(arg0 string, arg1 bool) error

DeleteInstances mocks base method.

func (*MockECS) DeleteSecurityGroup added in v1.50.0

func (m *MockECS) DeleteSecurityGroup(arg0 *ecs.DeleteSecurityGroupRequest) (*ecs.DeleteSecurityGroupResponse, error)

DeleteSecurityGroup mocks base method.

func (*MockECS) DeleteSecurityGroups added in v1.35.0

func (m *MockECS) DeleteSecurityGroups(arg0 string) error

DeleteSecurityGroups mocks base method.

func (*MockECS) DescribeKeyPairs added in v1.24.0

func (m *MockECS) DescribeKeyPairs(arg0 *ecs.DescribeKeyPairsRequest) (*ecs.DescribeKeyPairsResponse, error)

DescribeKeyPairs mocks base method.

func (*MockECS) DescribeSecurityGroupAttribute added in v1.24.0

DescribeSecurityGroupAttribute mocks base method.

func (*MockECS) DescribeSecurityGroups added in v1.24.0

DescribeSecurityGroups mocks base method.

func (*MockECS) DetachECSInstancesFromSSHKeyPair added in v1.27.0

func (m *MockECS) DetachECSInstancesFromSSHKeyPair(arg0 string) error

DetachECSInstancesFromSSHKeyPair mocks base method.

func (*MockECS) EXPECT

func (m *MockECS) EXPECT() *MockECSMockRecorder

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

func (*MockECS) GetInstanceType added in v1.35.0

func (m *MockECS) GetInstanceType(arg0 int, arg1 string) (*ecs.DescribeAvailableResourceResponse, error)

GetInstanceType mocks base method.

func (*MockECS) GetInstances added in v1.35.0

func (m *MockECS) GetInstances(arg0 string) (*ecs.DescribeInstancesResponse, error)

GetInstances mocks base method.

func (*MockECS) GetSecurityGroup added in v1.35.0

func (m *MockECS) GetSecurityGroup(arg0 string) (*ecs.DescribeSecurityGroupsResponse, error)

GetSecurityGroup mocks base method.

func (*MockECS) GetSecurityGroupWithID added in v1.40.0

func (m *MockECS) GetSecurityGroupWithID(arg0 string) (*ecs.DescribeSecurityGroupsResponse, error)

GetSecurityGroupWithID mocks base method.

func (*MockECS) ListTagResources added in v1.50.0

func (m *MockECS) ListTagResources(arg0 *ecs.ListTagResourcesRequest) (*ecs.ListTagResourcesResponse, error)

ListTagResources mocks base method.

func (*MockECS) RevokeEgressRule added in v1.35.0

func (m *MockECS) RevokeEgressRule(arg0 *ecs.RevokeSecurityGroupEgressRequest) error

RevokeEgressRule mocks base method.

func (*MockECS) RevokeIngressRule added in v1.35.0

func (m *MockECS) RevokeIngressRule(arg0 *ecs.RevokeSecurityGroupRequest) error

RevokeIngressRule mocks base method.

func (*MockECS) RevokeSecurityGroup added in v1.50.0

func (m *MockECS) RevokeSecurityGroup(arg0 *ecs.RevokeSecurityGroupRequest) (*ecs.RevokeSecurityGroupResponse, error)

RevokeSecurityGroup mocks base method.

func (*MockECS) RevokeSecurityGroupEgress added in v1.50.0

RevokeSecurityGroupEgress mocks base method.

func (*MockECS) ShareImageToAccount

func (m *MockECS) ShareImageToAccount(arg0 context.Context, arg1, arg2, arg3 string) error

ShareImageToAccount mocks base method.

func (*MockECS) TagResources added in v1.50.0

func (m *MockECS) TagResources(arg0 *ecs.TagResourcesRequest) (*ecs.TagResourcesResponse, error)

TagResources mocks base method.

func (*MockECS) UntagResources added in v1.50.0

func (m *MockECS) UntagResources(arg0 *ecs.UntagResourcesRequest) (*ecs.UntagResourcesResponse, error)

UntagResources mocks base method.

type MockECSMockRecorder

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

MockECSMockRecorder is the mock recorder for MockECS.

func (*MockECSMockRecorder) AllocatePublicIp added in v1.35.0

func (mr *MockECSMockRecorder) AllocatePublicIp(arg0 interface{}) *gomock.Call

AllocatePublicIp indicates an expected call of AllocatePublicIp.

func (*MockECSMockRecorder) AuthorizeSecurityGroup added in v1.50.0

func (mr *MockECSMockRecorder) AuthorizeSecurityGroup(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroup indicates an expected call of AuthorizeSecurityGroup.

func (*MockECSMockRecorder) AuthorizeSecurityGroupEgress added in v1.50.0

func (mr *MockECSMockRecorder) AuthorizeSecurityGroupEgress(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupEgress indicates an expected call of AuthorizeSecurityGroupEgress.

func (*MockECSMockRecorder) CheckIfImageExists

func (mr *MockECSMockRecorder) CheckIfImageExists(arg0 interface{}) *gomock.Call

CheckIfImageExists indicates an expected call of CheckIfImageExists.

func (*MockECSMockRecorder) CheckIfImageOwnedByAliCloud added in v1.25.0

func (mr *MockECSMockRecorder) CheckIfImageOwnedByAliCloud(arg0 interface{}) *gomock.Call

CheckIfImageOwnedByAliCloud indicates an expected call of CheckIfImageOwnedByAliCloud.

func (*MockECSMockRecorder) CreateEgressRule added in v1.35.0

func (mr *MockECSMockRecorder) CreateEgressRule(arg0 interface{}) *gomock.Call

CreateEgressRule indicates an expected call of CreateEgressRule.

func (*MockECSMockRecorder) CreateIngressRule added in v1.35.0

func (mr *MockECSMockRecorder) CreateIngressRule(arg0 interface{}) *gomock.Call

CreateIngressRule indicates an expected call of CreateIngressRule.

func (*MockECSMockRecorder) CreateInstances added in v1.35.0

func (mr *MockECSMockRecorder) CreateInstances(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call

CreateInstances indicates an expected call of CreateInstances.

func (*MockECSMockRecorder) CreateSecurityGroup added in v1.50.0

func (mr *MockECSMockRecorder) CreateSecurityGroup(arg0 interface{}) *gomock.Call

CreateSecurityGroup indicates an expected call of CreateSecurityGroup.

func (*MockECSMockRecorder) CreateSecurityGroups added in v1.35.0

func (mr *MockECSMockRecorder) CreateSecurityGroups(arg0, arg1 interface{}) *gomock.Call

CreateSecurityGroups indicates an expected call of CreateSecurityGroups.

func (*MockECSMockRecorder) DeleteInstances added in v1.35.0

func (mr *MockECSMockRecorder) DeleteInstances(arg0, arg1 interface{}) *gomock.Call

DeleteInstances indicates an expected call of DeleteInstances.

func (*MockECSMockRecorder) DeleteSecurityGroup added in v1.50.0

func (mr *MockECSMockRecorder) DeleteSecurityGroup(arg0 interface{}) *gomock.Call

DeleteSecurityGroup indicates an expected call of DeleteSecurityGroup.

func (*MockECSMockRecorder) DeleteSecurityGroups added in v1.35.0

func (mr *MockECSMockRecorder) DeleteSecurityGroups(arg0 interface{}) *gomock.Call

DeleteSecurityGroups indicates an expected call of DeleteSecurityGroups.

func (*MockECSMockRecorder) DescribeKeyPairs added in v1.24.0

func (mr *MockECSMockRecorder) DescribeKeyPairs(arg0 interface{}) *gomock.Call

DescribeKeyPairs indicates an expected call of DescribeKeyPairs.

func (*MockECSMockRecorder) DescribeSecurityGroupAttribute added in v1.24.0

func (mr *MockECSMockRecorder) DescribeSecurityGroupAttribute(arg0 interface{}) *gomock.Call

DescribeSecurityGroupAttribute indicates an expected call of DescribeSecurityGroupAttribute.

func (*MockECSMockRecorder) DescribeSecurityGroups added in v1.24.0

func (mr *MockECSMockRecorder) DescribeSecurityGroups(arg0 interface{}) *gomock.Call

DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups.

func (*MockECSMockRecorder) DetachECSInstancesFromSSHKeyPair added in v1.27.0

func (mr *MockECSMockRecorder) DetachECSInstancesFromSSHKeyPair(arg0 interface{}) *gomock.Call

DetachECSInstancesFromSSHKeyPair indicates an expected call of DetachECSInstancesFromSSHKeyPair.

func (*MockECSMockRecorder) GetInstanceType added in v1.35.0

func (mr *MockECSMockRecorder) GetInstanceType(arg0, arg1 interface{}) *gomock.Call

GetInstanceType indicates an expected call of GetInstanceType.

func (*MockECSMockRecorder) GetInstances added in v1.35.0

func (mr *MockECSMockRecorder) GetInstances(arg0 interface{}) *gomock.Call

GetInstances indicates an expected call of GetInstances.

func (*MockECSMockRecorder) GetSecurityGroup added in v1.35.0

func (mr *MockECSMockRecorder) GetSecurityGroup(arg0 interface{}) *gomock.Call

GetSecurityGroup indicates an expected call of GetSecurityGroup.

func (*MockECSMockRecorder) GetSecurityGroupWithID added in v1.40.0

func (mr *MockECSMockRecorder) GetSecurityGroupWithID(arg0 interface{}) *gomock.Call

GetSecurityGroupWithID indicates an expected call of GetSecurityGroupWithID.

func (*MockECSMockRecorder) ListTagResources added in v1.50.0

func (mr *MockECSMockRecorder) ListTagResources(arg0 interface{}) *gomock.Call

ListTagResources indicates an expected call of ListTagResources.

func (*MockECSMockRecorder) RevokeEgressRule added in v1.35.0

func (mr *MockECSMockRecorder) RevokeEgressRule(arg0 interface{}) *gomock.Call

RevokeEgressRule indicates an expected call of RevokeEgressRule.

func (*MockECSMockRecorder) RevokeIngressRule added in v1.35.0

func (mr *MockECSMockRecorder) RevokeIngressRule(arg0 interface{}) *gomock.Call

RevokeIngressRule indicates an expected call of RevokeIngressRule.

func (*MockECSMockRecorder) RevokeSecurityGroup added in v1.50.0

func (mr *MockECSMockRecorder) RevokeSecurityGroup(arg0 interface{}) *gomock.Call

RevokeSecurityGroup indicates an expected call of RevokeSecurityGroup.

func (*MockECSMockRecorder) RevokeSecurityGroupEgress added in v1.50.0

func (mr *MockECSMockRecorder) RevokeSecurityGroupEgress(arg0 interface{}) *gomock.Call

RevokeSecurityGroupEgress indicates an expected call of RevokeSecurityGroupEgress.

func (*MockECSMockRecorder) ShareImageToAccount

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

ShareImageToAccount indicates an expected call of ShareImageToAccount.

func (*MockECSMockRecorder) TagResources added in v1.50.0

func (mr *MockECSMockRecorder) TagResources(arg0 interface{}) *gomock.Call

TagResources indicates an expected call of TagResources.

func (*MockECSMockRecorder) UntagResources added in v1.50.0

func (mr *MockECSMockRecorder) UntagResources(arg0 interface{}) *gomock.Call

UntagResources indicates an expected call of UntagResources.

type MockOSS added in v1.24.0

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

MockOSS is a mock of OSS interface.

func NewMockOSS added in v1.24.0

func NewMockOSS(ctrl *gomock.Controller) *MockOSS

NewMockOSS creates a new mock instance.

func (*MockOSS) CreateBucketIfNotExists added in v1.24.0

func (m *MockOSS) CreateBucketIfNotExists(arg0 context.Context, arg1 string) error

CreateBucketIfNotExists mocks base method.

func (*MockOSS) DeleteBucketIfExists added in v1.24.0

func (m *MockOSS) DeleteBucketIfExists(arg0 context.Context, arg1 string) error

DeleteBucketIfExists mocks base method.

func (*MockOSS) DeleteObjectsWithPrefix added in v1.24.0

func (m *MockOSS) DeleteObjectsWithPrefix(arg0 context.Context, arg1, arg2 string) error

DeleteObjectsWithPrefix mocks base method.

func (*MockOSS) EXPECT added in v1.24.0

func (m *MockOSS) EXPECT() *MockOSSMockRecorder

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

type MockOSSMockRecorder added in v1.24.0

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

MockOSSMockRecorder is the mock recorder for MockOSS.

func (*MockOSSMockRecorder) CreateBucketIfNotExists added in v1.24.0

func (mr *MockOSSMockRecorder) CreateBucketIfNotExists(arg0, arg1 interface{}) *gomock.Call

CreateBucketIfNotExists indicates an expected call of CreateBucketIfNotExists.

func (*MockOSSMockRecorder) DeleteBucketIfExists added in v1.24.0

func (mr *MockOSSMockRecorder) DeleteBucketIfExists(arg0, arg1 interface{}) *gomock.Call

DeleteBucketIfExists indicates an expected call of DeleteBucketIfExists.

func (*MockOSSMockRecorder) DeleteObjectsWithPrefix added in v1.24.0

func (mr *MockOSSMockRecorder) DeleteObjectsWithPrefix(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteObjectsWithPrefix indicates an expected call of DeleteObjectsWithPrefix.

type MockRAM added in v1.21.0

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

MockRAM is a mock of RAM interface.

func NewMockRAM added in v1.21.0

func NewMockRAM(ctrl *gomock.Controller) *MockRAM

NewMockRAM creates a new mock instance.

func (*MockRAM) CreateServiceLinkedRole added in v1.21.0

func (m *MockRAM) CreateServiceLinkedRole(arg0, arg1 string) error

CreateServiceLinkedRole mocks base method.

func (*MockRAM) EXPECT added in v1.21.0

func (m *MockRAM) EXPECT() *MockRAMMockRecorder

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

func (*MockRAM) GetServiceLinkedRole added in v1.21.0

func (m *MockRAM) GetServiceLinkedRole(arg0 string) (*resourcemanager.Role, error)

GetServiceLinkedRole mocks base method.

type MockRAMMockRecorder added in v1.21.0

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

MockRAMMockRecorder is the mock recorder for MockRAM.

func (*MockRAMMockRecorder) CreateServiceLinkedRole added in v1.21.0

func (mr *MockRAMMockRecorder) CreateServiceLinkedRole(arg0, arg1 interface{}) *gomock.Call

CreateServiceLinkedRole indicates an expected call of CreateServiceLinkedRole.

func (*MockRAMMockRecorder) GetServiceLinkedRole added in v1.21.0

func (mr *MockRAMMockRecorder) GetServiceLinkedRole(arg0 interface{}) *gomock.Call

GetServiceLinkedRole indicates an expected call of GetServiceLinkedRole.

type MockROS added in v1.25.0

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

MockROS is a mock of ROS interface.

func NewMockROS added in v1.25.0

func NewMockROS(ctrl *gomock.Controller) *MockROS

NewMockROS creates a new mock instance.

func (*MockROS) CreateStack added in v1.25.0

func (m *MockROS) CreateStack(arg0 *ros.CreateStackRequest) (*ros.CreateStackResponse, error)

CreateStack mocks base method.

func (*MockROS) DeleteStack added in v1.25.0

func (m *MockROS) DeleteStack(arg0 *ros.DeleteStackRequest) (*ros.DeleteStackResponse, error)

DeleteStack mocks base method.

func (*MockROS) EXPECT added in v1.25.0

func (m *MockROS) EXPECT() *MockROSMockRecorder

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

func (*MockROS) GetStack added in v1.25.0

func (m *MockROS) GetStack(arg0 *ros.GetStackRequest) (*ros.GetStackResponse, error)

GetStack mocks base method.

func (*MockROS) ListStacks added in v1.25.0

func (m *MockROS) ListStacks(arg0 *ros.ListStacksRequest) (*ros.ListStacksResponse, error)

ListStacks mocks base method.

type MockROSMockRecorder added in v1.25.0

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

MockROSMockRecorder is the mock recorder for MockROS.

func (*MockROSMockRecorder) CreateStack added in v1.25.0

func (mr *MockROSMockRecorder) CreateStack(arg0 interface{}) *gomock.Call

CreateStack indicates an expected call of CreateStack.

func (*MockROSMockRecorder) DeleteStack added in v1.25.0

func (mr *MockROSMockRecorder) DeleteStack(arg0 interface{}) *gomock.Call

DeleteStack indicates an expected call of DeleteStack.

func (*MockROSMockRecorder) GetStack added in v1.25.0

func (mr *MockROSMockRecorder) GetStack(arg0 interface{}) *gomock.Call

GetStack indicates an expected call of GetStack.

func (*MockROSMockRecorder) ListStacks added in v1.25.0

func (mr *MockROSMockRecorder) ListStacks(arg0 interface{}) *gomock.Call

ListStacks indicates an expected call of ListStacks.

type MockSLB

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

MockSLB is a mock of SLB interface.

func NewMockSLB

func NewMockSLB(ctrl *gomock.Controller) *MockSLB

NewMockSLB creates a new mock instance.

func (*MockSLB) DeleteLoadBalancer

func (m *MockSLB) DeleteLoadBalancer(arg0 context.Context, arg1, arg2 string) error

DeleteLoadBalancer mocks base method.

func (*MockSLB) EXPECT

func (m *MockSLB) EXPECT() *MockSLBMockRecorder

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

func (*MockSLB) GetFirstVServerGroupName

func (m *MockSLB) GetFirstVServerGroupName(arg0 context.Context, arg1, arg2 string) (string, error)

GetFirstVServerGroupName mocks base method.

func (*MockSLB) GetLoadBalancerIDs

func (m *MockSLB) GetLoadBalancerIDs(arg0 context.Context, arg1 string) ([]string, error)

GetLoadBalancerIDs mocks base method.

func (*MockSLB) SetLoadBalancerDeleteProtection added in v1.19.0

func (m *MockSLB) SetLoadBalancerDeleteProtection(arg0 context.Context, arg1, arg2 string, arg3 bool) error

SetLoadBalancerDeleteProtection mocks base method.

type MockSLBMockRecorder

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

MockSLBMockRecorder is the mock recorder for MockSLB.

func (*MockSLBMockRecorder) DeleteLoadBalancer

func (mr *MockSLBMockRecorder) DeleteLoadBalancer(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteLoadBalancer indicates an expected call of DeleteLoadBalancer.

func (*MockSLBMockRecorder) GetFirstVServerGroupName

func (mr *MockSLBMockRecorder) GetFirstVServerGroupName(arg0, arg1, arg2 interface{}) *gomock.Call

GetFirstVServerGroupName indicates an expected call of GetFirstVServerGroupName.

func (*MockSLBMockRecorder) GetLoadBalancerIDs

func (mr *MockSLBMockRecorder) GetLoadBalancerIDs(arg0, arg1 interface{}) *gomock.Call

GetLoadBalancerIDs indicates an expected call of GetLoadBalancerIDs.

func (*MockSLBMockRecorder) SetLoadBalancerDeleteProtection added in v1.19.0

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

SetLoadBalancerDeleteProtection indicates an expected call of SetLoadBalancerDeleteProtection.

type MockSTS

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

MockSTS is a mock of STS interface.

func NewMockSTS

func NewMockSTS(ctrl *gomock.Controller) *MockSTS

NewMockSTS creates a new mock instance.

func (*MockSTS) EXPECT

func (m *MockSTS) EXPECT() *MockSTSMockRecorder

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

func (*MockSTS) GetAccountIDFromCallerIdentity

func (m *MockSTS) GetAccountIDFromCallerIdentity(arg0 context.Context) (string, error)

GetAccountIDFromCallerIdentity mocks base method.

type MockSTSMockRecorder

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

MockSTSMockRecorder is the mock recorder for MockSTS.

func (*MockSTSMockRecorder) GetAccountIDFromCallerIdentity

func (mr *MockSTSMockRecorder) GetAccountIDFromCallerIdentity(arg0 interface{}) *gomock.Call

GetAccountIDFromCallerIdentity indicates an expected call of GetAccountIDFromCallerIdentity.

type MockVPC

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

MockVPC is a mock of VPC interface.

func NewMockVPC

func NewMockVPC(ctrl *gomock.Controller) *MockVPC

NewMockVPC creates a new mock instance.

func (*MockVPC) AllocateEipAddress added in v1.50.0

func (m *MockVPC) AllocateEipAddress(arg0 *vpc.AllocateEipAddressRequest) (*vpc.AllocateEipAddressResponse, error)

AllocateEipAddress mocks base method.

func (*MockVPC) AssociateEipAddress added in v1.50.0

func (m *MockVPC) AssociateEipAddress(arg0 *vpc.AssociateEipAddressRequest) (*vpc.AssociateEipAddressResponse, error)

AssociateEipAddress mocks base method.

func (*MockVPC) CreateNatGateway added in v1.24.0

func (m *MockVPC) CreateNatGateway(arg0 *vpc.CreateNatGatewayRequest) (*vpc.CreateNatGatewayResponse, error)

CreateNatGateway mocks base method.

func (*MockVPC) CreateSnatEntry added in v1.50.0

func (m *MockVPC) CreateSnatEntry(arg0 *vpc.CreateSnatEntryRequest) (*vpc.CreateSnatEntryResponse, error)

CreateSnatEntry mocks base method.

func (*MockVPC) CreateVSwitch added in v1.24.0

func (m *MockVPC) CreateVSwitch(arg0 *vpc.CreateVSwitchRequest) (*vpc.CreateVSwitchResponse, error)

CreateVSwitch mocks base method.

func (*MockVPC) CreateVpc added in v1.24.0

func (m *MockVPC) CreateVpc(arg0 *vpc.CreateVpcRequest) (*vpc.CreateVpcResponse, error)

CreateVpc mocks base method.

func (*MockVPC) DeleteNatGateway added in v1.24.0

func (m *MockVPC) DeleteNatGateway(arg0 *vpc.DeleteNatGatewayRequest) (*vpc.DeleteNatGatewayResponse, error)

DeleteNatGateway mocks base method.

func (*MockVPC) DeleteSnatEntry added in v1.50.0

func (m *MockVPC) DeleteSnatEntry(arg0 *vpc.DeleteSnatEntryRequest) (*vpc.DeleteSnatEntryResponse, error)

DeleteSnatEntry mocks base method.

func (*MockVPC) DeleteVSwitch added in v1.24.0

func (m *MockVPC) DeleteVSwitch(arg0 *vpc.DeleteVSwitchRequest) (*vpc.DeleteVSwitchResponse, error)

DeleteVSwitch mocks base method.

func (*MockVPC) DeleteVpc added in v1.24.0

func (m *MockVPC) DeleteVpc(arg0 *vpc.DeleteVpcRequest) (*vpc.DeleteVpcResponse, error)

DeleteVpc mocks base method.

func (*MockVPC) DescribeEipAddresses

func (m *MockVPC) DescribeEipAddresses(arg0 *vpc.DescribeEipAddressesRequest) (*vpc.DescribeEipAddressesResponse, error)

DescribeEipAddresses mocks base method.

func (*MockVPC) DescribeNatGateways

func (m *MockVPC) DescribeNatGateways(arg0 *vpc.DescribeNatGatewaysRequest) (*vpc.DescribeNatGatewaysResponse, error)

DescribeNatGateways mocks base method.

func (*MockVPC) DescribeSnatTableEntries added in v1.24.0

DescribeSnatTableEntries mocks base method.

func (*MockVPC) DescribeVSwitches added in v1.24.0

func (m *MockVPC) DescribeVSwitches(arg0 *vpc.DescribeVSwitchesRequest) (*vpc.DescribeVSwitchesResponse, error)

DescribeVSwitches mocks base method.

func (*MockVPC) DescribeVpcs

func (m *MockVPC) DescribeVpcs(arg0 *vpc.DescribeVpcsRequest) (*vpc.DescribeVpcsResponse, error)

DescribeVpcs mocks base method.

func (*MockVPC) EXPECT

func (m *MockVPC) EXPECT() *MockVPCMockRecorder

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

func (*MockVPC) FetchEIPInternetChargeType added in v1.24.0

func (m *MockVPC) FetchEIPInternetChargeType(arg0 context.Context, arg1 *vpc.NatGateway, arg2 string) (string, error)

FetchEIPInternetChargeType mocks base method.

func (*MockVPC) GetEIPWithID added in v1.24.0

func (m *MockVPC) GetEIPWithID(arg0 context.Context, arg1 string) ([]vpc.EipAddress, error)

GetEIPWithID mocks base method.

func (*MockVPC) GetEnhanhcedNatGatewayAvailableZones added in v1.34.0

func (m *MockVPC) GetEnhanhcedNatGatewayAvailableZones(arg0 context.Context, arg1 string) ([]string, error)

GetEnhanhcedNatGatewayAvailableZones mocks base method.

func (*MockVPC) GetNatGatewaysWithVPCID added in v1.24.0

func (m *MockVPC) GetNatGatewaysWithVPCID(arg0 context.Context, arg1 string) ([]vpc.NatGateway, error)

GetNatGatewaysWithVPCID mocks base method.

func (*MockVPC) GetVPCInfo added in v1.24.0

func (m *MockVPC) GetVPCInfo(arg0 context.Context, arg1 string) (*client.VPCInfo, error)

GetVPCInfo mocks base method.

func (*MockVPC) GetVPCInfoByName added in v1.35.0

func (m *MockVPC) GetVPCInfoByName(arg0 string) (*client.VPCInfo, error)

GetVPCInfoByName mocks base method.

func (*MockVPC) GetVPCWithID added in v1.24.0

func (m *MockVPC) GetVPCWithID(arg0 context.Context, arg1 string) ([]vpc.Vpc, error)

GetVPCWithID mocks base method.

func (*MockVPC) GetVSwitchesInfoByID added in v1.35.0

func (m *MockVPC) GetVSwitchesInfoByID(arg0 string) (*client.VSwitchInfo, error)

GetVSwitchesInfoByID mocks base method.

func (*MockVPC) ListEnhanhcedNatGatewayAvailableZones added in v1.51.0

ListEnhanhcedNatGatewayAvailableZones mocks base method.

func (*MockVPC) ListTagResources added in v1.50.0

func (m *MockVPC) ListTagResources(arg0 *vpc.ListTagResourcesRequest) (*vpc.ListTagResourcesResponse, error)

ListTagResources mocks base method.

func (*MockVPC) ModifyEipAddressAttribute added in v1.50.0

ModifyEipAddressAttribute mocks base method.

func (*MockVPC) ReleaseEipAddress added in v1.50.0

func (m *MockVPC) ReleaseEipAddress(arg0 *vpc.ReleaseEipAddressRequest) (*vpc.ReleaseEipAddressResponse, error)

ReleaseEipAddress mocks base method.

func (*MockVPC) TagResources added in v1.50.0

func (m *MockVPC) TagResources(arg0 *vpc.TagResourcesRequest) (*vpc.TagResourcesResponse, error)

TagResources mocks base method.

func (*MockVPC) UnTagResources added in v1.50.0

func (m *MockVPC) UnTagResources(arg0 *vpc.UnTagResourcesRequest) (*vpc.UnTagResourcesResponse, error)

UnTagResources mocks base method.

func (*MockVPC) UnassociateEipAddress added in v1.50.0

func (m *MockVPC) UnassociateEipAddress(arg0 *vpc.UnassociateEipAddressRequest) (*vpc.UnassociateEipAddressResponse, error)

UnassociateEipAddress mocks base method.

type MockVPCMockRecorder

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

MockVPCMockRecorder is the mock recorder for MockVPC.

func (*MockVPCMockRecorder) AllocateEipAddress added in v1.50.0

func (mr *MockVPCMockRecorder) AllocateEipAddress(arg0 interface{}) *gomock.Call

AllocateEipAddress indicates an expected call of AllocateEipAddress.

func (*MockVPCMockRecorder) AssociateEipAddress added in v1.50.0

func (mr *MockVPCMockRecorder) AssociateEipAddress(arg0 interface{}) *gomock.Call

AssociateEipAddress indicates an expected call of AssociateEipAddress.

func (*MockVPCMockRecorder) CreateNatGateway added in v1.24.0

func (mr *MockVPCMockRecorder) CreateNatGateway(arg0 interface{}) *gomock.Call

CreateNatGateway indicates an expected call of CreateNatGateway.

func (*MockVPCMockRecorder) CreateSnatEntry added in v1.50.0

func (mr *MockVPCMockRecorder) CreateSnatEntry(arg0 interface{}) *gomock.Call

CreateSnatEntry indicates an expected call of CreateSnatEntry.

func (*MockVPCMockRecorder) CreateVSwitch added in v1.24.0

func (mr *MockVPCMockRecorder) CreateVSwitch(arg0 interface{}) *gomock.Call

CreateVSwitch indicates an expected call of CreateVSwitch.

func (*MockVPCMockRecorder) CreateVpc added in v1.24.0

func (mr *MockVPCMockRecorder) CreateVpc(arg0 interface{}) *gomock.Call

CreateVpc indicates an expected call of CreateVpc.

func (*MockVPCMockRecorder) DeleteNatGateway added in v1.24.0

func (mr *MockVPCMockRecorder) DeleteNatGateway(arg0 interface{}) *gomock.Call

DeleteNatGateway indicates an expected call of DeleteNatGateway.

func (*MockVPCMockRecorder) DeleteSnatEntry added in v1.50.0

func (mr *MockVPCMockRecorder) DeleteSnatEntry(arg0 interface{}) *gomock.Call

DeleteSnatEntry indicates an expected call of DeleteSnatEntry.

func (*MockVPCMockRecorder) DeleteVSwitch added in v1.24.0

func (mr *MockVPCMockRecorder) DeleteVSwitch(arg0 interface{}) *gomock.Call

DeleteVSwitch indicates an expected call of DeleteVSwitch.

func (*MockVPCMockRecorder) DeleteVpc added in v1.24.0

func (mr *MockVPCMockRecorder) DeleteVpc(arg0 interface{}) *gomock.Call

DeleteVpc indicates an expected call of DeleteVpc.

func (*MockVPCMockRecorder) DescribeEipAddresses

func (mr *MockVPCMockRecorder) DescribeEipAddresses(arg0 interface{}) *gomock.Call

DescribeEipAddresses indicates an expected call of DescribeEipAddresses.

func (*MockVPCMockRecorder) DescribeNatGateways

func (mr *MockVPCMockRecorder) DescribeNatGateways(arg0 interface{}) *gomock.Call

DescribeNatGateways indicates an expected call of DescribeNatGateways.

func (*MockVPCMockRecorder) DescribeSnatTableEntries added in v1.24.0

func (mr *MockVPCMockRecorder) DescribeSnatTableEntries(arg0 interface{}) *gomock.Call

DescribeSnatTableEntries indicates an expected call of DescribeSnatTableEntries.

func (*MockVPCMockRecorder) DescribeVSwitches added in v1.24.0

func (mr *MockVPCMockRecorder) DescribeVSwitches(arg0 interface{}) *gomock.Call

DescribeVSwitches indicates an expected call of DescribeVSwitches.

func (*MockVPCMockRecorder) DescribeVpcs

func (mr *MockVPCMockRecorder) DescribeVpcs(arg0 interface{}) *gomock.Call

DescribeVpcs indicates an expected call of DescribeVpcs.

func (*MockVPCMockRecorder) FetchEIPInternetChargeType added in v1.24.0

func (mr *MockVPCMockRecorder) FetchEIPInternetChargeType(arg0, arg1, arg2 interface{}) *gomock.Call

FetchEIPInternetChargeType indicates an expected call of FetchEIPInternetChargeType.

func (*MockVPCMockRecorder) GetEIPWithID added in v1.24.0

func (mr *MockVPCMockRecorder) GetEIPWithID(arg0, arg1 interface{}) *gomock.Call

GetEIPWithID indicates an expected call of GetEIPWithID.

func (*MockVPCMockRecorder) GetEnhanhcedNatGatewayAvailableZones added in v1.34.0

func (mr *MockVPCMockRecorder) GetEnhanhcedNatGatewayAvailableZones(arg0, arg1 interface{}) *gomock.Call

GetEnhanhcedNatGatewayAvailableZones indicates an expected call of GetEnhanhcedNatGatewayAvailableZones.

func (*MockVPCMockRecorder) GetNatGatewaysWithVPCID added in v1.24.0

func (mr *MockVPCMockRecorder) GetNatGatewaysWithVPCID(arg0, arg1 interface{}) *gomock.Call

GetNatGatewaysWithVPCID indicates an expected call of GetNatGatewaysWithVPCID.

func (*MockVPCMockRecorder) GetVPCInfo added in v1.24.0

func (mr *MockVPCMockRecorder) GetVPCInfo(arg0, arg1 interface{}) *gomock.Call

GetVPCInfo indicates an expected call of GetVPCInfo.

func (*MockVPCMockRecorder) GetVPCInfoByName added in v1.35.0

func (mr *MockVPCMockRecorder) GetVPCInfoByName(arg0 interface{}) *gomock.Call

GetVPCInfoByName indicates an expected call of GetVPCInfoByName.

func (*MockVPCMockRecorder) GetVPCWithID added in v1.24.0

func (mr *MockVPCMockRecorder) GetVPCWithID(arg0, arg1 interface{}) *gomock.Call

GetVPCWithID indicates an expected call of GetVPCWithID.

func (*MockVPCMockRecorder) GetVSwitchesInfoByID added in v1.35.0

func (mr *MockVPCMockRecorder) GetVSwitchesInfoByID(arg0 interface{}) *gomock.Call

GetVSwitchesInfoByID indicates an expected call of GetVSwitchesInfoByID.

func (*MockVPCMockRecorder) ListEnhanhcedNatGatewayAvailableZones added in v1.51.0

func (mr *MockVPCMockRecorder) ListEnhanhcedNatGatewayAvailableZones(arg0 interface{}) *gomock.Call

ListEnhanhcedNatGatewayAvailableZones indicates an expected call of ListEnhanhcedNatGatewayAvailableZones.

func (*MockVPCMockRecorder) ListTagResources added in v1.50.0

func (mr *MockVPCMockRecorder) ListTagResources(arg0 interface{}) *gomock.Call

ListTagResources indicates an expected call of ListTagResources.

func (*MockVPCMockRecorder) ModifyEipAddressAttribute added in v1.50.0

func (mr *MockVPCMockRecorder) ModifyEipAddressAttribute(arg0 interface{}) *gomock.Call

ModifyEipAddressAttribute indicates an expected call of ModifyEipAddressAttribute.

func (*MockVPCMockRecorder) ReleaseEipAddress added in v1.50.0

func (mr *MockVPCMockRecorder) ReleaseEipAddress(arg0 interface{}) *gomock.Call

ReleaseEipAddress indicates an expected call of ReleaseEipAddress.

func (*MockVPCMockRecorder) TagResources added in v1.50.0

func (mr *MockVPCMockRecorder) TagResources(arg0 interface{}) *gomock.Call

TagResources indicates an expected call of TagResources.

func (*MockVPCMockRecorder) UnTagResources added in v1.50.0

func (mr *MockVPCMockRecorder) UnTagResources(arg0 interface{}) *gomock.Call

UnTagResources indicates an expected call of UnTagResources.

func (*MockVPCMockRecorder) UnassociateEipAddress added in v1.50.0

func (mr *MockVPCMockRecorder) UnassociateEipAddress(arg0 interface{}) *gomock.Call

UnassociateEipAddress indicates an expected call of UnassociateEipAddress.

Jump to

Keyboard shortcuts

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