Documentation ¶
Overview ¶
Package client is a generated GoMock package.
Index ¶
- type MockFactory
- type MockFactoryMockRecorder
- type MockInterface
- func (m *MockInterface) AddRoleToIAMInstanceProfile(arg0 context.Context, arg1, arg2 string) error
- func (m *MockInterface) AddVpcDhcpOptionAssociation(arg0 string, arg1 *string) error
- func (m *MockInterface) AttachInternetGateway(arg0 context.Context, arg1, arg2 string) error
- func (m *MockInterface) AuthorizeSecurityGroupRules(arg0 context.Context, arg1 string, arg2 []*client.SecurityGroupRule) error
- func (m *MockInterface) CreateBucketIfNotExists(arg0 context.Context, arg1, arg2 string) error
- func (m *MockInterface) CreateEC2Tags(arg0 context.Context, arg1 []string, arg2 client.Tags) error
- func (m *MockInterface) CreateElasticIP(arg0 context.Context, arg1 *client.ElasticIP) (*client.ElasticIP, error)
- func (m *MockInterface) CreateIAMInstanceProfile(arg0 context.Context, arg1 *client.IAMInstanceProfile) (*client.IAMInstanceProfile, error)
- func (m *MockInterface) CreateIAMRole(arg0 context.Context, arg1 *client.IAMRole) (*client.IAMRole, error)
- func (m *MockInterface) CreateInternetGateway(arg0 context.Context, arg1 *client.InternetGateway) (*client.InternetGateway, error)
- func (m *MockInterface) CreateNATGateway(arg0 context.Context, arg1 *client.NATGateway) (*client.NATGateway, error)
- func (m *MockInterface) CreateOrUpdateDNSRecordSet(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string, arg5 int64) error
- func (m *MockInterface) CreateRoute(arg0 context.Context, arg1 string, arg2 *client.Route) error
- func (m *MockInterface) CreateRouteTable(arg0 context.Context, arg1 *client.RouteTable) (*client.RouteTable, error)
- func (m *MockInterface) CreateRouteTableAssociation(arg0 context.Context, arg1, arg2 string) (*string, error)
- func (m *MockInterface) CreateSecurityGroup(arg0 context.Context, arg1 *client.SecurityGroup) (*client.SecurityGroup, error)
- func (m *MockInterface) CreateSubnet(arg0 context.Context, arg1 *client.Subnet) (*client.Subnet, error)
- func (m *MockInterface) CreateVpc(arg0 context.Context, arg1 *client.VPC) (*client.VPC, error)
- func (m *MockInterface) CreateVpcDhcpOptions(arg0 context.Context, arg1 *client.DhcpOptions) (*client.DhcpOptions, error)
- func (m *MockInterface) CreateVpcEndpoint(arg0 context.Context, arg1 *client.VpcEndpoint) (*client.VpcEndpoint, error)
- func (m *MockInterface) CreateVpcEndpointRouteTableAssociation(arg0 context.Context, arg1, arg2 string) error
- func (m *MockInterface) DeleteBucketIfExists(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteDNSRecordSet(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string, arg5 int64) error
- func (m *MockInterface) DeleteEC2Tags(arg0 context.Context, arg1 []string, arg2 client.Tags) error
- func (m *MockInterface) DeleteELB(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteELBV2(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteElasticIP(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteIAMInstanceProfile(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteIAMRole(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteIAMRolePolicy(arg0 context.Context, arg1, arg2 string) error
- func (m *MockInterface) DeleteInternetGateway(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteKeyPair(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteNATGateway(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteObjectsWithPrefix(arg0 context.Context, arg1, arg2 string) error
- func (m *MockInterface) DeleteRoute(arg0 context.Context, arg1 string, arg2 *client.Route) error
- func (m *MockInterface) DeleteRouteTable(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteRouteTableAssociation(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteSecurityGroup(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteSubnet(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteVpc(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteVpcDhcpOptions(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteVpcEndpoint(arg0 context.Context, arg1 string) error
- func (m *MockInterface) DeleteVpcEndpointRouteTableAssociation(arg0 context.Context, arg1, arg2 string) error
- func (m *MockInterface) DetachInternetGateway(arg0 context.Context, arg1, arg2 string) error
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) FindDefaultSecurityGroupByVpcId(arg0 context.Context, arg1 string) (*client.SecurityGroup, error)
- func (m *MockInterface) FindElasticIPsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.ElasticIP, error)
- func (m *MockInterface) FindInternetGatewayByVPC(arg0 context.Context, arg1 string) (*client.InternetGateway, error)
- func (m *MockInterface) FindInternetGatewaysByTags(arg0 context.Context, arg1 client.Tags) ([]*client.InternetGateway, error)
- func (m *MockInterface) FindKeyPairsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.KeyPairInfo, error)
- func (m *MockInterface) FindNATGatewaysByTags(arg0 context.Context, arg1 client.Tags) ([]*client.NATGateway, error)
- func (m *MockInterface) FindRouteTablesByTags(arg0 context.Context, arg1 client.Tags) ([]*client.RouteTable, error)
- func (m *MockInterface) FindSecurityGroupsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.SecurityGroup, error)
- func (m *MockInterface) FindSubnetsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.Subnet, error)
- func (m *MockInterface) FindVpcDhcpOptionsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.DhcpOptions, error)
- func (m *MockInterface) FindVpcEndpointsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.VpcEndpoint, error)
- func (m *MockInterface) FindVpcsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.VPC, error)
- func (m *MockInterface) GetAccountID(arg0 context.Context) (string, error)
- func (m *MockInterface) GetDHCPOptions(arg0 context.Context, arg1 string) (map[string]string, error)
- func (m *MockInterface) GetDNSHostedZones(arg0 context.Context) (map[string]string, error)
- func (m *MockInterface) GetElasticIP(arg0 context.Context, arg1 string) (*client.ElasticIP, error)
- func (m *MockInterface) GetElasticIPsAssociationIDForAllocationIDs(arg0 context.Context, arg1 []string) (map[string]*string, error)
- func (m *MockInterface) GetIAMInstanceProfile(arg0 context.Context, arg1 string) (*client.IAMInstanceProfile, error)
- func (m *MockInterface) GetIAMRole(arg0 context.Context, arg1 string) (*client.IAMRole, error)
- func (m *MockInterface) GetIAMRolePolicy(arg0 context.Context, arg1, arg2 string) (*client.IAMRolePolicy, error)
- func (m *MockInterface) GetInternetGateway(arg0 context.Context, arg1 string) (*client.InternetGateway, error)
- func (m *MockInterface) GetKeyPair(arg0 context.Context, arg1 string) (*client.KeyPairInfo, error)
- func (m *MockInterface) GetNATGateway(arg0 context.Context, arg1 string) (*client.NATGateway, error)
- func (m *MockInterface) GetNATGatewayAddressAllocations(arg0 context.Context, arg1 string) (sets.Set[string], error)
- func (m *MockInterface) GetRouteTable(arg0 context.Context, arg1 string) (*client.RouteTable, error)
- func (m *MockInterface) GetSecurityGroup(arg0 context.Context, arg1 string) (*client.SecurityGroup, error)
- func (m *MockInterface) GetSubnets(arg0 context.Context, arg1 []string) ([]*client.Subnet, error)
- func (m *MockInterface) GetVPCAttribute(arg0 context.Context, arg1, arg2 string) (bool, error)
- func (m *MockInterface) GetVPCInternetGateway(arg0 context.Context, arg1 string) (string, error)
- func (m *MockInterface) GetVpc(arg0 context.Context, arg1 string) (*client.VPC, error)
- func (m *MockInterface) GetVpcDhcpOptions(arg0 context.Context, arg1 string) (*client.DhcpOptions, error)
- func (m *MockInterface) GetVpcEndpoints(arg0 context.Context, arg1 []string) ([]*client.VpcEndpoint, error)
- func (m *MockInterface) ImportKeyPair(arg0 context.Context, arg1 string, arg2 []byte, arg3 client.Tags) (*client.KeyPairInfo, error)
- func (m *MockInterface) ListKubernetesELBs(arg0 context.Context, arg1, arg2 string) ([]string, error)
- func (m *MockInterface) ListKubernetesELBsV2(arg0 context.Context, arg1, arg2 string) ([]string, error)
- func (m *MockInterface) ListKubernetesSecurityGroups(arg0 context.Context, arg1, arg2 string) ([]string, error)
- func (m *MockInterface) PutIAMRolePolicy(arg0 context.Context, arg1 *client.IAMRolePolicy) error
- func (m *MockInterface) RemoveRoleFromIAMInstanceProfile(arg0 context.Context, arg1, arg2 string) error
- func (m *MockInterface) RevokeSecurityGroupRules(arg0 context.Context, arg1 string, arg2 []*client.SecurityGroupRule) error
- func (m *MockInterface) UpdateAmazonProvidedIPv6CidrBlock(arg0 context.Context, arg1, arg2 *client.VPC) (bool, error)
- func (m *MockInterface) UpdateAssumeRolePolicy(arg0 context.Context, arg1, arg2 string) error
- func (m *MockInterface) UpdateSubnetAttributes(arg0 context.Context, arg1, arg2 *client.Subnet) (bool, error)
- func (m *MockInterface) UpdateVpcAttribute(arg0 context.Context, arg1, arg2 string, arg3 bool) error
- func (m *MockInterface) WaitForIPv6Cidr(arg0 context.Context, arg1 string) (string, error)
- func (m *MockInterface) WaitForNATGatewayAvailable(arg0 context.Context, arg1 string) error
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) AddRoleToIAMInstanceProfile(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) AddVpcDhcpOptionAssociation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) AttachInternetGateway(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) AuthorizeSecurityGroupRules(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateBucketIfNotExists(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateEC2Tags(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateElasticIP(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateIAMInstanceProfile(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateIAMRole(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateNATGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateOrUpdateDNSRecordSet(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateRoute(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateRouteTable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateRouteTableAssociation(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateSecurityGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateSubnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateVpc(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateVpcDhcpOptions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateVpcEndpoint(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateVpcEndpointRouteTableAssociation(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteBucketIfExists(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteDNSRecordSet(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteEC2Tags(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteELB(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteELBV2(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteElasticIP(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteIAMInstanceProfile(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteIAMRole(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteIAMRolePolicy(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteKeyPair(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteNATGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteObjectsWithPrefix(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteRoute(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteRouteTable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteRouteTableAssociation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteSecurityGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteSubnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteVpc(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteVpcDhcpOptions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteVpcEndpoint(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteVpcEndpointRouteTableAssociation(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DetachInternetGateway(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) FindDefaultSecurityGroupByVpcId(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) FindElasticIPsByTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) FindInternetGatewayByVPC(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) FindInternetGatewaysByTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) FindKeyPairsByTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) FindNATGatewaysByTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) FindRouteTablesByTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) FindSecurityGroupsByTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) FindSubnetsByTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) FindVpcDhcpOptionsByTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) FindVpcEndpointsByTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) FindVpcsByTags(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetAccountID(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetDHCPOptions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetDNSHostedZones(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetElasticIP(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetElasticIPsAssociationIDForAllocationIDs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetIAMInstanceProfile(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetIAMRole(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetIAMRolePolicy(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetKeyPair(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetNATGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetNATGatewayAddressAllocations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetRouteTable(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetSecurityGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetSubnets(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetVPCAttribute(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetVPCInternetGateway(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetVpc(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetVpcDhcpOptions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetVpcEndpoints(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ImportKeyPair(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListKubernetesELBs(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListKubernetesELBsV2(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListKubernetesSecurityGroups(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) PutIAMRolePolicy(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) RemoveRoleFromIAMInstanceProfile(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) RevokeSecurityGroupRules(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) UpdateAmazonProvidedIPv6CidrBlock(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) UpdateAssumeRolePolicy(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) UpdateSubnetAttributes(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) UpdateVpcAttribute(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitForIPv6Cidr(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitForNATGatewayAvailable(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFactory ¶
type MockFactory struct {
// contains filtered or unexported fields
}
MockFactory is a mock of Factory interface.
func NewMockFactory ¶
func NewMockFactory(ctrl *gomock.Controller) *MockFactory
NewMockFactory creates a new mock instance.
func (*MockFactory) EXPECT ¶
func (m *MockFactory) EXPECT() *MockFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockFactoryMockRecorder ¶
type MockFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockFactoryMockRecorder is the mock recorder for MockFactory.
func (*MockFactoryMockRecorder) NewClient ¶
func (mr *MockFactoryMockRecorder) NewClient(arg0, arg1, arg2 interface{}) *gomock.Call
NewClient indicates an expected call of NewClient.
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) AddRoleToIAMInstanceProfile ¶ added in v1.44.0
func (m *MockInterface) AddRoleToIAMInstanceProfile(arg0 context.Context, arg1, arg2 string) error
AddRoleToIAMInstanceProfile mocks base method.
func (*MockInterface) AddVpcDhcpOptionAssociation ¶ added in v1.44.0
func (m *MockInterface) AddVpcDhcpOptionAssociation(arg0 string, arg1 *string) error
AddVpcDhcpOptionAssociation mocks base method.
func (*MockInterface) AttachInternetGateway ¶ added in v1.44.0
func (m *MockInterface) AttachInternetGateway(arg0 context.Context, arg1, arg2 string) error
AttachInternetGateway mocks base method.
func (*MockInterface) AuthorizeSecurityGroupRules ¶ added in v1.44.0
func (m *MockInterface) AuthorizeSecurityGroupRules(arg0 context.Context, arg1 string, arg2 []*client.SecurityGroupRule) error
AuthorizeSecurityGroupRules mocks base method.
func (*MockInterface) CreateBucketIfNotExists ¶
func (m *MockInterface) CreateBucketIfNotExists(arg0 context.Context, arg1, arg2 string) error
CreateBucketIfNotExists mocks base method.
func (*MockInterface) CreateEC2Tags ¶ added in v1.44.0
CreateEC2Tags mocks base method.
func (*MockInterface) CreateElasticIP ¶ added in v1.44.0
func (m *MockInterface) CreateElasticIP(arg0 context.Context, arg1 *client.ElasticIP) (*client.ElasticIP, error)
CreateElasticIP mocks base method.
func (*MockInterface) CreateIAMInstanceProfile ¶ added in v1.44.0
func (m *MockInterface) CreateIAMInstanceProfile(arg0 context.Context, arg1 *client.IAMInstanceProfile) (*client.IAMInstanceProfile, error)
CreateIAMInstanceProfile mocks base method.
func (*MockInterface) CreateIAMRole ¶ added in v1.44.0
func (m *MockInterface) CreateIAMRole(arg0 context.Context, arg1 *client.IAMRole) (*client.IAMRole, error)
CreateIAMRole mocks base method.
func (*MockInterface) CreateInternetGateway ¶ added in v1.44.0
func (m *MockInterface) CreateInternetGateway(arg0 context.Context, arg1 *client.InternetGateway) (*client.InternetGateway, error)
CreateInternetGateway mocks base method.
func (*MockInterface) CreateNATGateway ¶ added in v1.44.0
func (m *MockInterface) CreateNATGateway(arg0 context.Context, arg1 *client.NATGateway) (*client.NATGateway, error)
CreateNATGateway mocks base method.
func (*MockInterface) CreateOrUpdateDNSRecordSet ¶
func (m *MockInterface) CreateOrUpdateDNSRecordSet(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string, arg5 int64) error
CreateOrUpdateDNSRecordSet mocks base method.
func (*MockInterface) CreateRoute ¶ added in v1.44.0
CreateRoute mocks base method.
func (*MockInterface) CreateRouteTable ¶ added in v1.44.0
func (m *MockInterface) CreateRouteTable(arg0 context.Context, arg1 *client.RouteTable) (*client.RouteTable, error)
CreateRouteTable mocks base method.
func (*MockInterface) CreateRouteTableAssociation ¶ added in v1.44.0
func (m *MockInterface) CreateRouteTableAssociation(arg0 context.Context, arg1, arg2 string) (*string, error)
CreateRouteTableAssociation mocks base method.
func (*MockInterface) CreateSecurityGroup ¶ added in v1.44.0
func (m *MockInterface) CreateSecurityGroup(arg0 context.Context, arg1 *client.SecurityGroup) (*client.SecurityGroup, error)
CreateSecurityGroup mocks base method.
func (*MockInterface) CreateSubnet ¶ added in v1.44.0
func (m *MockInterface) CreateSubnet(arg0 context.Context, arg1 *client.Subnet) (*client.Subnet, error)
CreateSubnet mocks base method.
func (*MockInterface) CreateVpcDhcpOptions ¶ added in v1.44.0
func (m *MockInterface) CreateVpcDhcpOptions(arg0 context.Context, arg1 *client.DhcpOptions) (*client.DhcpOptions, error)
CreateVpcDhcpOptions mocks base method.
func (*MockInterface) CreateVpcEndpoint ¶ added in v1.44.0
func (m *MockInterface) CreateVpcEndpoint(arg0 context.Context, arg1 *client.VpcEndpoint) (*client.VpcEndpoint, error)
CreateVpcEndpoint mocks base method.
func (*MockInterface) CreateVpcEndpointRouteTableAssociation ¶ added in v1.44.0
func (m *MockInterface) CreateVpcEndpointRouteTableAssociation(arg0 context.Context, arg1, arg2 string) error
CreateVpcEndpointRouteTableAssociation mocks base method.
func (*MockInterface) DeleteBucketIfExists ¶
func (m *MockInterface) DeleteBucketIfExists(arg0 context.Context, arg1 string) error
DeleteBucketIfExists mocks base method.
func (*MockInterface) DeleteDNSRecordSet ¶
func (m *MockInterface) DeleteDNSRecordSet(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string, arg5 int64) error
DeleteDNSRecordSet mocks base method.
func (*MockInterface) DeleteEC2Tags ¶ added in v1.44.0
DeleteEC2Tags mocks base method.
func (*MockInterface) DeleteELB ¶
func (m *MockInterface) DeleteELB(arg0 context.Context, arg1 string) error
DeleteELB mocks base method.
func (*MockInterface) DeleteELBV2 ¶
func (m *MockInterface) DeleteELBV2(arg0 context.Context, arg1 string) error
DeleteELBV2 mocks base method.
func (*MockInterface) DeleteElasticIP ¶ added in v1.44.0
func (m *MockInterface) DeleteElasticIP(arg0 context.Context, arg1 string) error
DeleteElasticIP mocks base method.
func (*MockInterface) DeleteIAMInstanceProfile ¶ added in v1.44.0
func (m *MockInterface) DeleteIAMInstanceProfile(arg0 context.Context, arg1 string) error
DeleteIAMInstanceProfile mocks base method.
func (*MockInterface) DeleteIAMRole ¶ added in v1.44.0
func (m *MockInterface) DeleteIAMRole(arg0 context.Context, arg1 string) error
DeleteIAMRole mocks base method.
func (*MockInterface) DeleteIAMRolePolicy ¶ added in v1.44.0
func (m *MockInterface) DeleteIAMRolePolicy(arg0 context.Context, arg1, arg2 string) error
DeleteIAMRolePolicy mocks base method.
func (*MockInterface) DeleteInternetGateway ¶ added in v1.44.0
func (m *MockInterface) DeleteInternetGateway(arg0 context.Context, arg1 string) error
DeleteInternetGateway mocks base method.
func (*MockInterface) DeleteKeyPair ¶ added in v1.44.0
func (m *MockInterface) DeleteKeyPair(arg0 context.Context, arg1 string) error
DeleteKeyPair mocks base method.
func (*MockInterface) DeleteNATGateway ¶ added in v1.44.0
func (m *MockInterface) DeleteNATGateway(arg0 context.Context, arg1 string) error
DeleteNATGateway mocks base method.
func (*MockInterface) DeleteObjectsWithPrefix ¶
func (m *MockInterface) DeleteObjectsWithPrefix(arg0 context.Context, arg1, arg2 string) error
DeleteObjectsWithPrefix mocks base method.
func (*MockInterface) DeleteRoute ¶ added in v1.44.0
DeleteRoute mocks base method.
func (*MockInterface) DeleteRouteTable ¶ added in v1.44.0
func (m *MockInterface) DeleteRouteTable(arg0 context.Context, arg1 string) error
DeleteRouteTable mocks base method.
func (*MockInterface) DeleteRouteTableAssociation ¶ added in v1.44.0
func (m *MockInterface) DeleteRouteTableAssociation(arg0 context.Context, arg1 string) error
DeleteRouteTableAssociation mocks base method.
func (*MockInterface) DeleteSecurityGroup ¶
func (m *MockInterface) DeleteSecurityGroup(arg0 context.Context, arg1 string) error
DeleteSecurityGroup mocks base method.
func (*MockInterface) DeleteSubnet ¶ added in v1.44.0
func (m *MockInterface) DeleteSubnet(arg0 context.Context, arg1 string) error
DeleteSubnet mocks base method.
func (*MockInterface) DeleteVpc ¶ added in v1.44.0
func (m *MockInterface) DeleteVpc(arg0 context.Context, arg1 string) error
DeleteVpc mocks base method.
func (*MockInterface) DeleteVpcDhcpOptions ¶ added in v1.44.0
func (m *MockInterface) DeleteVpcDhcpOptions(arg0 context.Context, arg1 string) error
DeleteVpcDhcpOptions mocks base method.
func (*MockInterface) DeleteVpcEndpoint ¶ added in v1.44.0
func (m *MockInterface) DeleteVpcEndpoint(arg0 context.Context, arg1 string) error
DeleteVpcEndpoint mocks base method.
func (*MockInterface) DeleteVpcEndpointRouteTableAssociation ¶ added in v1.44.0
func (m *MockInterface) DeleteVpcEndpointRouteTableAssociation(arg0 context.Context, arg1, arg2 string) error
DeleteVpcEndpointRouteTableAssociation mocks base method.
func (*MockInterface) DetachInternetGateway ¶ added in v1.44.0
func (m *MockInterface) DetachInternetGateway(arg0 context.Context, arg1, arg2 string) error
DetachInternetGateway mocks base method.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) FindDefaultSecurityGroupByVpcId ¶ added in v1.44.0
func (m *MockInterface) FindDefaultSecurityGroupByVpcId(arg0 context.Context, arg1 string) (*client.SecurityGroup, error)
FindDefaultSecurityGroupByVpcId mocks base method.
func (*MockInterface) FindElasticIPsByTags ¶ added in v1.44.0
func (m *MockInterface) FindElasticIPsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.ElasticIP, error)
FindElasticIPsByTags mocks base method.
func (*MockInterface) FindInternetGatewayByVPC ¶ added in v1.44.0
func (m *MockInterface) FindInternetGatewayByVPC(arg0 context.Context, arg1 string) (*client.InternetGateway, error)
FindInternetGatewayByVPC mocks base method.
func (*MockInterface) FindInternetGatewaysByTags ¶ added in v1.44.0
func (m *MockInterface) FindInternetGatewaysByTags(arg0 context.Context, arg1 client.Tags) ([]*client.InternetGateway, error)
FindInternetGatewaysByTags mocks base method.
func (*MockInterface) FindKeyPairsByTags ¶ added in v1.44.0
func (m *MockInterface) FindKeyPairsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.KeyPairInfo, error)
FindKeyPairsByTags mocks base method.
func (*MockInterface) FindNATGatewaysByTags ¶ added in v1.44.0
func (m *MockInterface) FindNATGatewaysByTags(arg0 context.Context, arg1 client.Tags) ([]*client.NATGateway, error)
FindNATGatewaysByTags mocks base method.
func (*MockInterface) FindRouteTablesByTags ¶ added in v1.44.0
func (m *MockInterface) FindRouteTablesByTags(arg0 context.Context, arg1 client.Tags) ([]*client.RouteTable, error)
FindRouteTablesByTags mocks base method.
func (*MockInterface) FindSecurityGroupsByTags ¶ added in v1.44.0
func (m *MockInterface) FindSecurityGroupsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.SecurityGroup, error)
FindSecurityGroupsByTags mocks base method.
func (*MockInterface) FindSubnetsByTags ¶ added in v1.44.0
func (m *MockInterface) FindSubnetsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.Subnet, error)
FindSubnetsByTags mocks base method.
func (*MockInterface) FindVpcDhcpOptionsByTags ¶ added in v1.44.0
func (m *MockInterface) FindVpcDhcpOptionsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.DhcpOptions, error)
FindVpcDhcpOptionsByTags mocks base method.
func (*MockInterface) FindVpcEndpointsByTags ¶ added in v1.44.0
func (m *MockInterface) FindVpcEndpointsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.VpcEndpoint, error)
FindVpcEndpointsByTags mocks base method.
func (*MockInterface) FindVpcsByTags ¶ added in v1.44.0
func (m *MockInterface) FindVpcsByTags(arg0 context.Context, arg1 client.Tags) ([]*client.VPC, error)
FindVpcsByTags mocks base method.
func (*MockInterface) GetAccountID ¶
func (m *MockInterface) GetAccountID(arg0 context.Context) (string, error)
GetAccountID mocks base method.
func (*MockInterface) GetDHCPOptions ¶ added in v1.41.0
func (m *MockInterface) GetDHCPOptions(arg0 context.Context, arg1 string) (map[string]string, error)
GetDHCPOptions mocks base method.
func (*MockInterface) GetDNSHostedZones ¶
GetDNSHostedZones mocks base method.
func (*MockInterface) GetElasticIP ¶ added in v1.44.0
GetElasticIP mocks base method.
func (*MockInterface) GetElasticIPsAssociationIDForAllocationIDs ¶ added in v1.31.0
func (m *MockInterface) GetElasticIPsAssociationIDForAllocationIDs(arg0 context.Context, arg1 []string) (map[string]*string, error)
GetElasticIPsAssociationIDForAllocationIDs mocks base method.
func (*MockInterface) GetIAMInstanceProfile ¶ added in v1.44.0
func (m *MockInterface) GetIAMInstanceProfile(arg0 context.Context, arg1 string) (*client.IAMInstanceProfile, error)
GetIAMInstanceProfile mocks base method.
func (*MockInterface) GetIAMRole ¶ added in v1.44.0
GetIAMRole mocks base method.
func (*MockInterface) GetIAMRolePolicy ¶ added in v1.44.0
func (m *MockInterface) GetIAMRolePolicy(arg0 context.Context, arg1, arg2 string) (*client.IAMRolePolicy, error)
GetIAMRolePolicy mocks base method.
func (*MockInterface) GetInternetGateway ¶
func (m *MockInterface) GetInternetGateway(arg0 context.Context, arg1 string) (*client.InternetGateway, error)
GetInternetGateway mocks base method.
func (*MockInterface) GetKeyPair ¶ added in v1.44.0
func (m *MockInterface) GetKeyPair(arg0 context.Context, arg1 string) (*client.KeyPairInfo, error)
GetKeyPair mocks base method.
func (*MockInterface) GetNATGateway ¶ added in v1.44.0
func (m *MockInterface) GetNATGateway(arg0 context.Context, arg1 string) (*client.NATGateway, error)
GetNATGateway mocks base method.
func (*MockInterface) GetNATGatewayAddressAllocations ¶ added in v1.31.0
func (m *MockInterface) GetNATGatewayAddressAllocations(arg0 context.Context, arg1 string) (sets.Set[string], error)
GetNATGatewayAddressAllocations mocks base method.
func (*MockInterface) GetRouteTable ¶ added in v1.44.0
func (m *MockInterface) GetRouteTable(arg0 context.Context, arg1 string) (*client.RouteTable, error)
GetRouteTable mocks base method.
func (*MockInterface) GetSecurityGroup ¶ added in v1.44.0
func (m *MockInterface) GetSecurityGroup(arg0 context.Context, arg1 string) (*client.SecurityGroup, error)
GetSecurityGroup mocks base method.
func (*MockInterface) GetSubnets ¶ added in v1.44.0
GetSubnets mocks base method.
func (*MockInterface) GetVPCAttribute ¶ added in v1.29.0
GetVPCAttribute mocks base method.
func (*MockInterface) GetVPCInternetGateway ¶ added in v1.29.0
GetVPCInternetGateway mocks base method.
func (*MockInterface) GetVpcDhcpOptions ¶ added in v1.44.0
func (m *MockInterface) GetVpcDhcpOptions(arg0 context.Context, arg1 string) (*client.DhcpOptions, error)
GetVpcDhcpOptions mocks base method.
func (*MockInterface) GetVpcEndpoints ¶ added in v1.44.0
func (m *MockInterface) GetVpcEndpoints(arg0 context.Context, arg1 []string) ([]*client.VpcEndpoint, error)
GetVpcEndpoints mocks base method.
func (*MockInterface) ImportKeyPair ¶ added in v1.44.0
func (m *MockInterface) ImportKeyPair(arg0 context.Context, arg1 string, arg2 []byte, arg3 client.Tags) (*client.KeyPairInfo, error)
ImportKeyPair mocks base method.
func (*MockInterface) ListKubernetesELBs ¶
func (m *MockInterface) ListKubernetesELBs(arg0 context.Context, arg1, arg2 string) ([]string, error)
ListKubernetesELBs mocks base method.
func (*MockInterface) ListKubernetesELBsV2 ¶
func (m *MockInterface) ListKubernetesELBsV2(arg0 context.Context, arg1, arg2 string) ([]string, error)
ListKubernetesELBsV2 mocks base method.
func (*MockInterface) ListKubernetesSecurityGroups ¶
func (m *MockInterface) ListKubernetesSecurityGroups(arg0 context.Context, arg1, arg2 string) ([]string, error)
ListKubernetesSecurityGroups mocks base method.
func (*MockInterface) PutIAMRolePolicy ¶ added in v1.44.0
func (m *MockInterface) PutIAMRolePolicy(arg0 context.Context, arg1 *client.IAMRolePolicy) error
PutIAMRolePolicy mocks base method.
func (*MockInterface) RemoveRoleFromIAMInstanceProfile ¶ added in v1.44.0
func (m *MockInterface) RemoveRoleFromIAMInstanceProfile(arg0 context.Context, arg1, arg2 string) error
RemoveRoleFromIAMInstanceProfile mocks base method.
func (*MockInterface) RevokeSecurityGroupRules ¶ added in v1.44.0
func (m *MockInterface) RevokeSecurityGroupRules(arg0 context.Context, arg1 string, arg2 []*client.SecurityGroupRule) error
RevokeSecurityGroupRules mocks base method.
func (*MockInterface) UpdateAmazonProvidedIPv6CidrBlock ¶ added in v1.46.0
func (m *MockInterface) UpdateAmazonProvidedIPv6CidrBlock(arg0 context.Context, arg1, arg2 *client.VPC) (bool, error)
UpdateAmazonProvidedIPv6CidrBlock mocks base method.
func (*MockInterface) UpdateAssumeRolePolicy ¶ added in v1.44.0
func (m *MockInterface) UpdateAssumeRolePolicy(arg0 context.Context, arg1, arg2 string) error
UpdateAssumeRolePolicy mocks base method.
func (*MockInterface) UpdateSubnetAttributes ¶ added in v1.44.0
func (m *MockInterface) UpdateSubnetAttributes(arg0 context.Context, arg1, arg2 *client.Subnet) (bool, error)
UpdateSubnetAttributes mocks base method.
func (*MockInterface) UpdateVpcAttribute ¶ added in v1.44.0
func (m *MockInterface) UpdateVpcAttribute(arg0 context.Context, arg1, arg2 string, arg3 bool) error
UpdateVpcAttribute mocks base method.
func (*MockInterface) WaitForIPv6Cidr ¶ added in v1.46.0
WaitForIPv6Cidr mocks base method.
func (*MockInterface) WaitForNATGatewayAvailable ¶ added in v1.44.0
func (m *MockInterface) WaitForNATGatewayAvailable(arg0 context.Context, arg1 string) error
WaitForNATGatewayAvailable mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) AddRoleToIAMInstanceProfile ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) AddRoleToIAMInstanceProfile(arg0, arg1, arg2 interface{}) *gomock.Call
AddRoleToIAMInstanceProfile indicates an expected call of AddRoleToIAMInstanceProfile.
func (*MockInterfaceMockRecorder) AddVpcDhcpOptionAssociation ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) AddVpcDhcpOptionAssociation(arg0, arg1 interface{}) *gomock.Call
AddVpcDhcpOptionAssociation indicates an expected call of AddVpcDhcpOptionAssociation.
func (*MockInterfaceMockRecorder) AttachInternetGateway ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) AttachInternetGateway(arg0, arg1, arg2 interface{}) *gomock.Call
AttachInternetGateway indicates an expected call of AttachInternetGateway.
func (*MockInterfaceMockRecorder) AuthorizeSecurityGroupRules ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) AuthorizeSecurityGroupRules(arg0, arg1, arg2 interface{}) *gomock.Call
AuthorizeSecurityGroupRules indicates an expected call of AuthorizeSecurityGroupRules.
func (*MockInterfaceMockRecorder) CreateBucketIfNotExists ¶
func (mr *MockInterfaceMockRecorder) CreateBucketIfNotExists(arg0, arg1, arg2 interface{}) *gomock.Call
CreateBucketIfNotExists indicates an expected call of CreateBucketIfNotExists.
func (*MockInterfaceMockRecorder) CreateEC2Tags ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateEC2Tags(arg0, arg1, arg2 interface{}) *gomock.Call
CreateEC2Tags indicates an expected call of CreateEC2Tags.
func (*MockInterfaceMockRecorder) CreateElasticIP ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateElasticIP(arg0, arg1 interface{}) *gomock.Call
CreateElasticIP indicates an expected call of CreateElasticIP.
func (*MockInterfaceMockRecorder) CreateIAMInstanceProfile ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateIAMInstanceProfile(arg0, arg1 interface{}) *gomock.Call
CreateIAMInstanceProfile indicates an expected call of CreateIAMInstanceProfile.
func (*MockInterfaceMockRecorder) CreateIAMRole ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateIAMRole(arg0, arg1 interface{}) *gomock.Call
CreateIAMRole indicates an expected call of CreateIAMRole.
func (*MockInterfaceMockRecorder) CreateInternetGateway ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateInternetGateway(arg0, arg1 interface{}) *gomock.Call
CreateInternetGateway indicates an expected call of CreateInternetGateway.
func (*MockInterfaceMockRecorder) CreateNATGateway ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateNATGateway(arg0, arg1 interface{}) *gomock.Call
CreateNATGateway indicates an expected call of CreateNATGateway.
func (*MockInterfaceMockRecorder) CreateOrUpdateDNSRecordSet ¶
func (mr *MockInterfaceMockRecorder) CreateOrUpdateDNSRecordSet(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
CreateOrUpdateDNSRecordSet indicates an expected call of CreateOrUpdateDNSRecordSet.
func (*MockInterfaceMockRecorder) CreateRoute ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateRoute(arg0, arg1, arg2 interface{}) *gomock.Call
CreateRoute indicates an expected call of CreateRoute.
func (*MockInterfaceMockRecorder) CreateRouteTable ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateRouteTable(arg0, arg1 interface{}) *gomock.Call
CreateRouteTable indicates an expected call of CreateRouteTable.
func (*MockInterfaceMockRecorder) CreateRouteTableAssociation ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateRouteTableAssociation(arg0, arg1, arg2 interface{}) *gomock.Call
CreateRouteTableAssociation indicates an expected call of CreateRouteTableAssociation.
func (*MockInterfaceMockRecorder) CreateSecurityGroup ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateSecurityGroup(arg0, arg1 interface{}) *gomock.Call
CreateSecurityGroup indicates an expected call of CreateSecurityGroup.
func (*MockInterfaceMockRecorder) CreateSubnet ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateSubnet(arg0, arg1 interface{}) *gomock.Call
CreateSubnet indicates an expected call of CreateSubnet.
func (*MockInterfaceMockRecorder) CreateVpc ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateVpc(arg0, arg1 interface{}) *gomock.Call
CreateVpc indicates an expected call of CreateVpc.
func (*MockInterfaceMockRecorder) CreateVpcDhcpOptions ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateVpcDhcpOptions(arg0, arg1 interface{}) *gomock.Call
CreateVpcDhcpOptions indicates an expected call of CreateVpcDhcpOptions.
func (*MockInterfaceMockRecorder) CreateVpcEndpoint ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateVpcEndpoint(arg0, arg1 interface{}) *gomock.Call
CreateVpcEndpoint indicates an expected call of CreateVpcEndpoint.
func (*MockInterfaceMockRecorder) CreateVpcEndpointRouteTableAssociation ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) CreateVpcEndpointRouteTableAssociation(arg0, arg1, arg2 interface{}) *gomock.Call
CreateVpcEndpointRouteTableAssociation indicates an expected call of CreateVpcEndpointRouteTableAssociation.
func (*MockInterfaceMockRecorder) DeleteBucketIfExists ¶
func (mr *MockInterfaceMockRecorder) DeleteBucketIfExists(arg0, arg1 interface{}) *gomock.Call
DeleteBucketIfExists indicates an expected call of DeleteBucketIfExists.
func (*MockInterfaceMockRecorder) DeleteDNSRecordSet ¶
func (mr *MockInterfaceMockRecorder) DeleteDNSRecordSet(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
DeleteDNSRecordSet indicates an expected call of DeleteDNSRecordSet.
func (*MockInterfaceMockRecorder) DeleteEC2Tags ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteEC2Tags(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteEC2Tags indicates an expected call of DeleteEC2Tags.
func (*MockInterfaceMockRecorder) DeleteELB ¶
func (mr *MockInterfaceMockRecorder) DeleteELB(arg0, arg1 interface{}) *gomock.Call
DeleteELB indicates an expected call of DeleteELB.
func (*MockInterfaceMockRecorder) DeleteELBV2 ¶
func (mr *MockInterfaceMockRecorder) DeleteELBV2(arg0, arg1 interface{}) *gomock.Call
DeleteELBV2 indicates an expected call of DeleteELBV2.
func (*MockInterfaceMockRecorder) DeleteElasticIP ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteElasticIP(arg0, arg1 interface{}) *gomock.Call
DeleteElasticIP indicates an expected call of DeleteElasticIP.
func (*MockInterfaceMockRecorder) DeleteIAMInstanceProfile ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteIAMInstanceProfile(arg0, arg1 interface{}) *gomock.Call
DeleteIAMInstanceProfile indicates an expected call of DeleteIAMInstanceProfile.
func (*MockInterfaceMockRecorder) DeleteIAMRole ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteIAMRole(arg0, arg1 interface{}) *gomock.Call
DeleteIAMRole indicates an expected call of DeleteIAMRole.
func (*MockInterfaceMockRecorder) DeleteIAMRolePolicy ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteIAMRolePolicy(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteIAMRolePolicy indicates an expected call of DeleteIAMRolePolicy.
func (*MockInterfaceMockRecorder) DeleteInternetGateway ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteInternetGateway(arg0, arg1 interface{}) *gomock.Call
DeleteInternetGateway indicates an expected call of DeleteInternetGateway.
func (*MockInterfaceMockRecorder) DeleteKeyPair ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteKeyPair(arg0, arg1 interface{}) *gomock.Call
DeleteKeyPair indicates an expected call of DeleteKeyPair.
func (*MockInterfaceMockRecorder) DeleteNATGateway ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteNATGateway(arg0, arg1 interface{}) *gomock.Call
DeleteNATGateway indicates an expected call of DeleteNATGateway.
func (*MockInterfaceMockRecorder) DeleteObjectsWithPrefix ¶
func (mr *MockInterfaceMockRecorder) DeleteObjectsWithPrefix(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteObjectsWithPrefix indicates an expected call of DeleteObjectsWithPrefix.
func (*MockInterfaceMockRecorder) DeleteRoute ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteRoute(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteRoute indicates an expected call of DeleteRoute.
func (*MockInterfaceMockRecorder) DeleteRouteTable ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteRouteTable(arg0, arg1 interface{}) *gomock.Call
DeleteRouteTable indicates an expected call of DeleteRouteTable.
func (*MockInterfaceMockRecorder) DeleteRouteTableAssociation ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteRouteTableAssociation(arg0, arg1 interface{}) *gomock.Call
DeleteRouteTableAssociation indicates an expected call of DeleteRouteTableAssociation.
func (*MockInterfaceMockRecorder) DeleteSecurityGroup ¶
func (mr *MockInterfaceMockRecorder) DeleteSecurityGroup(arg0, arg1 interface{}) *gomock.Call
DeleteSecurityGroup indicates an expected call of DeleteSecurityGroup.
func (*MockInterfaceMockRecorder) DeleteSubnet ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteSubnet(arg0, arg1 interface{}) *gomock.Call
DeleteSubnet indicates an expected call of DeleteSubnet.
func (*MockInterfaceMockRecorder) DeleteVpc ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteVpc(arg0, arg1 interface{}) *gomock.Call
DeleteVpc indicates an expected call of DeleteVpc.
func (*MockInterfaceMockRecorder) DeleteVpcDhcpOptions ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteVpcDhcpOptions(arg0, arg1 interface{}) *gomock.Call
DeleteVpcDhcpOptions indicates an expected call of DeleteVpcDhcpOptions.
func (*MockInterfaceMockRecorder) DeleteVpcEndpoint ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteVpcEndpoint(arg0, arg1 interface{}) *gomock.Call
DeleteVpcEndpoint indicates an expected call of DeleteVpcEndpoint.
func (*MockInterfaceMockRecorder) DeleteVpcEndpointRouteTableAssociation ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DeleteVpcEndpointRouteTableAssociation(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteVpcEndpointRouteTableAssociation indicates an expected call of DeleteVpcEndpointRouteTableAssociation.
func (*MockInterfaceMockRecorder) DetachInternetGateway ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) DetachInternetGateway(arg0, arg1, arg2 interface{}) *gomock.Call
DetachInternetGateway indicates an expected call of DetachInternetGateway.
func (*MockInterfaceMockRecorder) FindDefaultSecurityGroupByVpcId ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) FindDefaultSecurityGroupByVpcId(arg0, arg1 interface{}) *gomock.Call
FindDefaultSecurityGroupByVpcId indicates an expected call of FindDefaultSecurityGroupByVpcId.
func (*MockInterfaceMockRecorder) FindElasticIPsByTags ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) FindElasticIPsByTags(arg0, arg1 interface{}) *gomock.Call
FindElasticIPsByTags indicates an expected call of FindElasticIPsByTags.
func (*MockInterfaceMockRecorder) FindInternetGatewayByVPC ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) FindInternetGatewayByVPC(arg0, arg1 interface{}) *gomock.Call
FindInternetGatewayByVPC indicates an expected call of FindInternetGatewayByVPC.
func (*MockInterfaceMockRecorder) FindInternetGatewaysByTags ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) FindInternetGatewaysByTags(arg0, arg1 interface{}) *gomock.Call
FindInternetGatewaysByTags indicates an expected call of FindInternetGatewaysByTags.
func (*MockInterfaceMockRecorder) FindKeyPairsByTags ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) FindKeyPairsByTags(arg0, arg1 interface{}) *gomock.Call
FindKeyPairsByTags indicates an expected call of FindKeyPairsByTags.
func (*MockInterfaceMockRecorder) FindNATGatewaysByTags ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) FindNATGatewaysByTags(arg0, arg1 interface{}) *gomock.Call
FindNATGatewaysByTags indicates an expected call of FindNATGatewaysByTags.
func (*MockInterfaceMockRecorder) FindRouteTablesByTags ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) FindRouteTablesByTags(arg0, arg1 interface{}) *gomock.Call
FindRouteTablesByTags indicates an expected call of FindRouteTablesByTags.
func (*MockInterfaceMockRecorder) FindSecurityGroupsByTags ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) FindSecurityGroupsByTags(arg0, arg1 interface{}) *gomock.Call
FindSecurityGroupsByTags indicates an expected call of FindSecurityGroupsByTags.
func (*MockInterfaceMockRecorder) FindSubnetsByTags ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) FindSubnetsByTags(arg0, arg1 interface{}) *gomock.Call
FindSubnetsByTags indicates an expected call of FindSubnetsByTags.
func (*MockInterfaceMockRecorder) FindVpcDhcpOptionsByTags ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) FindVpcDhcpOptionsByTags(arg0, arg1 interface{}) *gomock.Call
FindVpcDhcpOptionsByTags indicates an expected call of FindVpcDhcpOptionsByTags.
func (*MockInterfaceMockRecorder) FindVpcEndpointsByTags ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) FindVpcEndpointsByTags(arg0, arg1 interface{}) *gomock.Call
FindVpcEndpointsByTags indicates an expected call of FindVpcEndpointsByTags.
func (*MockInterfaceMockRecorder) FindVpcsByTags ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) FindVpcsByTags(arg0, arg1 interface{}) *gomock.Call
FindVpcsByTags indicates an expected call of FindVpcsByTags.
func (*MockInterfaceMockRecorder) GetAccountID ¶
func (mr *MockInterfaceMockRecorder) GetAccountID(arg0 interface{}) *gomock.Call
GetAccountID indicates an expected call of GetAccountID.
func (*MockInterfaceMockRecorder) GetDHCPOptions ¶ added in v1.41.0
func (mr *MockInterfaceMockRecorder) GetDHCPOptions(arg0, arg1 interface{}) *gomock.Call
GetDHCPOptions indicates an expected call of GetDHCPOptions.
func (*MockInterfaceMockRecorder) GetDNSHostedZones ¶
func (mr *MockInterfaceMockRecorder) GetDNSHostedZones(arg0 interface{}) *gomock.Call
GetDNSHostedZones indicates an expected call of GetDNSHostedZones.
func (*MockInterfaceMockRecorder) GetElasticIP ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) GetElasticIP(arg0, arg1 interface{}) *gomock.Call
GetElasticIP indicates an expected call of GetElasticIP.
func (*MockInterfaceMockRecorder) GetElasticIPsAssociationIDForAllocationIDs ¶ added in v1.31.0
func (mr *MockInterfaceMockRecorder) GetElasticIPsAssociationIDForAllocationIDs(arg0, arg1 interface{}) *gomock.Call
GetElasticIPsAssociationIDForAllocationIDs indicates an expected call of GetElasticIPsAssociationIDForAllocationIDs.
func (*MockInterfaceMockRecorder) GetIAMInstanceProfile ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) GetIAMInstanceProfile(arg0, arg1 interface{}) *gomock.Call
GetIAMInstanceProfile indicates an expected call of GetIAMInstanceProfile.
func (*MockInterfaceMockRecorder) GetIAMRole ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) GetIAMRole(arg0, arg1 interface{}) *gomock.Call
GetIAMRole indicates an expected call of GetIAMRole.
func (*MockInterfaceMockRecorder) GetIAMRolePolicy ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) GetIAMRolePolicy(arg0, arg1, arg2 interface{}) *gomock.Call
GetIAMRolePolicy indicates an expected call of GetIAMRolePolicy.
func (*MockInterfaceMockRecorder) GetInternetGateway ¶
func (mr *MockInterfaceMockRecorder) GetInternetGateway(arg0, arg1 interface{}) *gomock.Call
GetInternetGateway indicates an expected call of GetInternetGateway.
func (*MockInterfaceMockRecorder) GetKeyPair ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) GetKeyPair(arg0, arg1 interface{}) *gomock.Call
GetKeyPair indicates an expected call of GetKeyPair.
func (*MockInterfaceMockRecorder) GetNATGateway ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) GetNATGateway(arg0, arg1 interface{}) *gomock.Call
GetNATGateway indicates an expected call of GetNATGateway.
func (*MockInterfaceMockRecorder) GetNATGatewayAddressAllocations ¶ added in v1.31.0
func (mr *MockInterfaceMockRecorder) GetNATGatewayAddressAllocations(arg0, arg1 interface{}) *gomock.Call
GetNATGatewayAddressAllocations indicates an expected call of GetNATGatewayAddressAllocations.
func (*MockInterfaceMockRecorder) GetRouteTable ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) GetRouteTable(arg0, arg1 interface{}) *gomock.Call
GetRouteTable indicates an expected call of GetRouteTable.
func (*MockInterfaceMockRecorder) GetSecurityGroup ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) GetSecurityGroup(arg0, arg1 interface{}) *gomock.Call
GetSecurityGroup indicates an expected call of GetSecurityGroup.
func (*MockInterfaceMockRecorder) GetSubnets ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) GetSubnets(arg0, arg1 interface{}) *gomock.Call
GetSubnets indicates an expected call of GetSubnets.
func (*MockInterfaceMockRecorder) GetVPCAttribute ¶ added in v1.29.0
func (mr *MockInterfaceMockRecorder) GetVPCAttribute(arg0, arg1, arg2 interface{}) *gomock.Call
GetVPCAttribute indicates an expected call of GetVPCAttribute.
func (*MockInterfaceMockRecorder) GetVPCInternetGateway ¶ added in v1.29.0
func (mr *MockInterfaceMockRecorder) GetVPCInternetGateway(arg0, arg1 interface{}) *gomock.Call
GetVPCInternetGateway indicates an expected call of GetVPCInternetGateway.
func (*MockInterfaceMockRecorder) GetVpc ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) GetVpc(arg0, arg1 interface{}) *gomock.Call
GetVpc indicates an expected call of GetVpc.
func (*MockInterfaceMockRecorder) GetVpcDhcpOptions ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) GetVpcDhcpOptions(arg0, arg1 interface{}) *gomock.Call
GetVpcDhcpOptions indicates an expected call of GetVpcDhcpOptions.
func (*MockInterfaceMockRecorder) GetVpcEndpoints ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) GetVpcEndpoints(arg0, arg1 interface{}) *gomock.Call
GetVpcEndpoints indicates an expected call of GetVpcEndpoints.
func (*MockInterfaceMockRecorder) ImportKeyPair ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) ImportKeyPair(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ImportKeyPair indicates an expected call of ImportKeyPair.
func (*MockInterfaceMockRecorder) ListKubernetesELBs ¶
func (mr *MockInterfaceMockRecorder) ListKubernetesELBs(arg0, arg1, arg2 interface{}) *gomock.Call
ListKubernetesELBs indicates an expected call of ListKubernetesELBs.
func (*MockInterfaceMockRecorder) ListKubernetesELBsV2 ¶
func (mr *MockInterfaceMockRecorder) ListKubernetesELBsV2(arg0, arg1, arg2 interface{}) *gomock.Call
ListKubernetesELBsV2 indicates an expected call of ListKubernetesELBsV2.
func (*MockInterfaceMockRecorder) ListKubernetesSecurityGroups ¶
func (mr *MockInterfaceMockRecorder) ListKubernetesSecurityGroups(arg0, arg1, arg2 interface{}) *gomock.Call
ListKubernetesSecurityGroups indicates an expected call of ListKubernetesSecurityGroups.
func (*MockInterfaceMockRecorder) PutIAMRolePolicy ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) PutIAMRolePolicy(arg0, arg1 interface{}) *gomock.Call
PutIAMRolePolicy indicates an expected call of PutIAMRolePolicy.
func (*MockInterfaceMockRecorder) RemoveRoleFromIAMInstanceProfile ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) RemoveRoleFromIAMInstanceProfile(arg0, arg1, arg2 interface{}) *gomock.Call
RemoveRoleFromIAMInstanceProfile indicates an expected call of RemoveRoleFromIAMInstanceProfile.
func (*MockInterfaceMockRecorder) RevokeSecurityGroupRules ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) RevokeSecurityGroupRules(arg0, arg1, arg2 interface{}) *gomock.Call
RevokeSecurityGroupRules indicates an expected call of RevokeSecurityGroupRules.
func (*MockInterfaceMockRecorder) UpdateAmazonProvidedIPv6CidrBlock ¶ added in v1.46.0
func (mr *MockInterfaceMockRecorder) UpdateAmazonProvidedIPv6CidrBlock(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateAmazonProvidedIPv6CidrBlock indicates an expected call of UpdateAmazonProvidedIPv6CidrBlock.
func (*MockInterfaceMockRecorder) UpdateAssumeRolePolicy ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) UpdateAssumeRolePolicy(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateAssumeRolePolicy indicates an expected call of UpdateAssumeRolePolicy.
func (*MockInterfaceMockRecorder) UpdateSubnetAttributes ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) UpdateSubnetAttributes(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateSubnetAttributes indicates an expected call of UpdateSubnetAttributes.
func (*MockInterfaceMockRecorder) UpdateVpcAttribute ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) UpdateVpcAttribute(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UpdateVpcAttribute indicates an expected call of UpdateVpcAttribute.
func (*MockInterfaceMockRecorder) WaitForIPv6Cidr ¶ added in v1.46.0
func (mr *MockInterfaceMockRecorder) WaitForIPv6Cidr(arg0, arg1 interface{}) *gomock.Call
WaitForIPv6Cidr indicates an expected call of WaitForIPv6Cidr.
func (*MockInterfaceMockRecorder) WaitForNATGatewayAvailable ¶ added in v1.44.0
func (mr *MockInterfaceMockRecorder) WaitForNATGatewayAvailable(arg0, arg1 interface{}) *gomock.Call
WaitForNATGatewayAvailable indicates an expected call of WaitForNATGatewayAvailable.