client

package
v1.59.2 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: Apache-2.0 Imports: 6 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 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.

func (*MockFactory) NewClient

func (m *MockFactory) NewClient(accessKeyID, secretAccessKey, region string) (client.Interface, error)

NewClient mocks base method.

type MockFactoryMockRecorder

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

MockFactoryMockRecorder is the mock recorder for MockFactory.

func (*MockFactoryMockRecorder) NewClient

func (mr *MockFactoryMockRecorder) NewClient(accessKeyID, secretAccessKey, region any) *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(ctx context.Context, profileName, roleName string) error

AddRoleToIAMInstanceProfile mocks base method.

func (*MockInterface) AddVpcDhcpOptionAssociation added in v1.44.0

func (m *MockInterface) AddVpcDhcpOptionAssociation(vpcId string, dhcpOptionsId *string) error

AddVpcDhcpOptionAssociation mocks base method.

func (*MockInterface) AttachInternetGateway added in v1.44.0

func (m *MockInterface) AttachInternetGateway(ctx context.Context, vpcId, internetGatewayId string) error

AttachInternetGateway mocks base method.

func (*MockInterface) AuthorizeSecurityGroupRules added in v1.44.0

func (m *MockInterface) AuthorizeSecurityGroupRules(ctx context.Context, id string, rules []*client.SecurityGroupRule) error

AuthorizeSecurityGroupRules mocks base method.

func (*MockInterface) CreateBucketIfNotExists

func (m *MockInterface) CreateBucketIfNotExists(ctx context.Context, bucket, region string) error

CreateBucketIfNotExists mocks base method.

func (*MockInterface) CreateCIDRReservation added in v1.58.0

func (m *MockInterface) CreateCIDRReservation(ctx context.Context, subnet *client.Subnet, cidr, reservationType string) (string, error)

CreateCIDRReservation mocks base method.

func (*MockInterface) CreateEC2Tags added in v1.44.0

func (m *MockInterface) CreateEC2Tags(ctx context.Context, resources []string, tags client.Tags) error

CreateEC2Tags mocks base method.

func (*MockInterface) CreateEgressOnlyInternetGateway added in v1.58.0

func (m *MockInterface) CreateEgressOnlyInternetGateway(ctx context.Context, gateway *client.EgressOnlyInternetGateway) (*client.EgressOnlyInternetGateway, error)

CreateEgressOnlyInternetGateway mocks base method.

func (*MockInterface) CreateElasticIP added in v1.44.0

func (m *MockInterface) CreateElasticIP(ctx context.Context, eip *client.ElasticIP) (*client.ElasticIP, error)

CreateElasticIP mocks base method.

func (*MockInterface) CreateIAMInstanceProfile added in v1.44.0

func (m *MockInterface) CreateIAMInstanceProfile(ctx context.Context, profile *client.IAMInstanceProfile) (*client.IAMInstanceProfile, error)

CreateIAMInstanceProfile mocks base method.

func (*MockInterface) CreateIAMRole added in v1.44.0

func (m *MockInterface) CreateIAMRole(ctx context.Context, role *client.IAMRole) (*client.IAMRole, error)

CreateIAMRole mocks base method.

func (*MockInterface) CreateInternetGateway added in v1.44.0

func (m *MockInterface) CreateInternetGateway(ctx context.Context, gateway *client.InternetGateway) (*client.InternetGateway, error)

CreateInternetGateway mocks base method.

func (*MockInterface) CreateNATGateway added in v1.44.0

func (m *MockInterface) CreateNATGateway(ctx context.Context, gateway *client.NATGateway) (*client.NATGateway, error)

CreateNATGateway mocks base method.

func (*MockInterface) CreateOrUpdateDNSRecordSet

func (m *MockInterface) CreateOrUpdateDNSRecordSet(ctx context.Context, zoneId, name, recordType string, values []string, ttl int64, stack client.IPStack) error

CreateOrUpdateDNSRecordSet mocks base method.

func (*MockInterface) CreateRoute added in v1.44.0

func (m *MockInterface) CreateRoute(ctx context.Context, routeTableId string, route *client.Route) error

CreateRoute mocks base method.

func (*MockInterface) CreateRouteTable added in v1.44.0

func (m *MockInterface) CreateRouteTable(ctx context.Context, routeTable *client.RouteTable) (*client.RouteTable, error)

CreateRouteTable mocks base method.

func (*MockInterface) CreateRouteTableAssociation added in v1.44.0

func (m *MockInterface) CreateRouteTableAssociation(ctx context.Context, routeTableId, subnetId string) (*string, error)

CreateRouteTableAssociation mocks base method.

func (*MockInterface) CreateSecurityGroup added in v1.44.0

func (m *MockInterface) CreateSecurityGroup(ctx context.Context, sg *client.SecurityGroup) (*client.SecurityGroup, error)

CreateSecurityGroup mocks base method.

func (*MockInterface) CreateSubnet added in v1.44.0

func (m *MockInterface) CreateSubnet(ctx context.Context, subnet *client.Subnet) (*client.Subnet, error)

CreateSubnet mocks base method.

func (*MockInterface) CreateVpc added in v1.44.0

func (m *MockInterface) CreateVpc(ctx context.Context, vpc *client.VPC) (*client.VPC, error)

CreateVpc mocks base method.

func (*MockInterface) CreateVpcDhcpOptions added in v1.44.0

func (m *MockInterface) CreateVpcDhcpOptions(ctx context.Context, options *client.DhcpOptions) (*client.DhcpOptions, error)

CreateVpcDhcpOptions mocks base method.

func (*MockInterface) CreateVpcEndpoint added in v1.44.0

func (m *MockInterface) CreateVpcEndpoint(ctx context.Context, endpoint *client.VpcEndpoint) (*client.VpcEndpoint, error)

CreateVpcEndpoint mocks base method.

func (*MockInterface) CreateVpcEndpointRouteTableAssociation added in v1.44.0

func (m *MockInterface) CreateVpcEndpointRouteTableAssociation(ctx context.Context, routeTableId, vpcEndpointId string) error

CreateVpcEndpointRouteTableAssociation mocks base method.

func (*MockInterface) DeleteBucketIfExists

func (m *MockInterface) DeleteBucketIfExists(ctx context.Context, bucket string) error

DeleteBucketIfExists mocks base method.

func (*MockInterface) DeleteDNSRecordSet

func (m *MockInterface) DeleteDNSRecordSet(ctx context.Context, zoneId, name, recordType string, values []string, ttl int64, stack client.IPStack) error

DeleteDNSRecordSet mocks base method.

func (*MockInterface) DeleteEC2Tags added in v1.44.0

func (m *MockInterface) DeleteEC2Tags(ctx context.Context, resources []string, tags client.Tags) error

DeleteEC2Tags mocks base method.

func (*MockInterface) DeleteELB

func (m *MockInterface) DeleteELB(ctx context.Context, name string) error

DeleteELB mocks base method.

func (*MockInterface) DeleteELBV2

func (m *MockInterface) DeleteELBV2(ctx context.Context, arn string) error

DeleteELBV2 mocks base method.

func (*MockInterface) DeleteEgressOnlyInternetGateway added in v1.58.0

func (m *MockInterface) DeleteEgressOnlyInternetGateway(ctx context.Context, id string) error

DeleteEgressOnlyInternetGateway mocks base method.

func (*MockInterface) DeleteElasticIP added in v1.44.0

func (m *MockInterface) DeleteElasticIP(ctx context.Context, id string) error

DeleteElasticIP mocks base method.

func (*MockInterface) DeleteIAMInstanceProfile added in v1.44.0

func (m *MockInterface) DeleteIAMInstanceProfile(ctx context.Context, profileName string) error

DeleteIAMInstanceProfile mocks base method.

func (*MockInterface) DeleteIAMRole added in v1.44.0

func (m *MockInterface) DeleteIAMRole(ctx context.Context, roleName string) error

DeleteIAMRole mocks base method.

func (*MockInterface) DeleteIAMRolePolicy added in v1.44.0

func (m *MockInterface) DeleteIAMRolePolicy(ctx context.Context, policyName, roleName string) error

DeleteIAMRolePolicy mocks base method.

func (*MockInterface) DeleteInternetGateway added in v1.44.0

func (m *MockInterface) DeleteInternetGateway(ctx context.Context, id string) error

DeleteInternetGateway mocks base method.

func (*MockInterface) DeleteKeyPair added in v1.44.0

func (m *MockInterface) DeleteKeyPair(ctx context.Context, keyName string) error

DeleteKeyPair mocks base method.

func (*MockInterface) DeleteNATGateway added in v1.44.0

func (m *MockInterface) DeleteNATGateway(ctx context.Context, id string) error

DeleteNATGateway mocks base method.

func (*MockInterface) DeleteObjectsWithPrefix

func (m *MockInterface) DeleteObjectsWithPrefix(ctx context.Context, bucket, prefix string) error

DeleteObjectsWithPrefix mocks base method.

func (*MockInterface) DeleteRoute added in v1.44.0

func (m *MockInterface) DeleteRoute(ctx context.Context, routeTableId string, route *client.Route) error

DeleteRoute mocks base method.

func (*MockInterface) DeleteRouteTable added in v1.44.0

func (m *MockInterface) DeleteRouteTable(ctx context.Context, id string) error

DeleteRouteTable mocks base method.

func (*MockInterface) DeleteRouteTableAssociation added in v1.44.0

func (m *MockInterface) DeleteRouteTableAssociation(ctx context.Context, associationId string) error

DeleteRouteTableAssociation mocks base method.

func (*MockInterface) DeleteSecurityGroup

func (m *MockInterface) DeleteSecurityGroup(ctx context.Context, id string) error

DeleteSecurityGroup mocks base method.

func (*MockInterface) DeleteSubnet added in v1.44.0

func (m *MockInterface) DeleteSubnet(ctx context.Context, id string) error

DeleteSubnet mocks base method.

func (*MockInterface) DeleteVpc added in v1.44.0

func (m *MockInterface) DeleteVpc(ctx context.Context, id string) error

DeleteVpc mocks base method.

func (*MockInterface) DeleteVpcDhcpOptions added in v1.44.0

func (m *MockInterface) DeleteVpcDhcpOptions(ctx context.Context, id string) error

DeleteVpcDhcpOptions mocks base method.

func (*MockInterface) DeleteVpcEndpoint added in v1.44.0

func (m *MockInterface) DeleteVpcEndpoint(ctx context.Context, id string) error

DeleteVpcEndpoint mocks base method.

func (*MockInterface) DeleteVpcEndpointRouteTableAssociation added in v1.44.0

func (m *MockInterface) DeleteVpcEndpointRouteTableAssociation(ctx context.Context, routeTableId, vpcEndpointId string) error

DeleteVpcEndpointRouteTableAssociation mocks base method.

func (*MockInterface) DetachInternetGateway added in v1.44.0

func (m *MockInterface) DetachInternetGateway(ctx context.Context, vpcId, internetGatewayId string) error

DetachInternetGateway mocks base method.

func (*MockInterface) EXPECT

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

func (*MockInterface) FindDefaultSecurityGroupByVpcId added in v1.44.0

func (m *MockInterface) FindDefaultSecurityGroupByVpcId(ctx context.Context, vpcId string) (*client.SecurityGroup, error)

FindDefaultSecurityGroupByVpcId mocks base method.

func (*MockInterface) FindEgressOnlyInternetGatewayByVPC added in v1.58.0

func (m *MockInterface) FindEgressOnlyInternetGatewayByVPC(ctx context.Context, vpcId string) (*client.EgressOnlyInternetGateway, error)

FindEgressOnlyInternetGatewayByVPC mocks base method.

func (*MockInterface) FindEgressOnlyInternetGatewaysByTags added in v1.58.0

func (m *MockInterface) FindEgressOnlyInternetGatewaysByTags(ctx context.Context, tags client.Tags) ([]*client.EgressOnlyInternetGateway, error)

FindEgressOnlyInternetGatewaysByTags mocks base method.

func (*MockInterface) FindElasticIPsByTags added in v1.44.0

func (m *MockInterface) FindElasticIPsByTags(ctx context.Context, tags client.Tags) ([]*client.ElasticIP, error)

FindElasticIPsByTags mocks base method.

func (*MockInterface) FindInternetGatewayByVPC added in v1.44.0

func (m *MockInterface) FindInternetGatewayByVPC(ctx context.Context, vpcId string) (*client.InternetGateway, error)

FindInternetGatewayByVPC mocks base method.

func (*MockInterface) FindInternetGatewaysByTags added in v1.44.0

func (m *MockInterface) FindInternetGatewaysByTags(ctx context.Context, tags client.Tags) ([]*client.InternetGateway, error)

FindInternetGatewaysByTags mocks base method.

func (*MockInterface) FindKeyPairsByTags added in v1.44.0

func (m *MockInterface) FindKeyPairsByTags(ctx context.Context, tags client.Tags) ([]*client.KeyPairInfo, error)

FindKeyPairsByTags mocks base method.

func (*MockInterface) FindNATGatewaysByTags added in v1.44.0

func (m *MockInterface) FindNATGatewaysByTags(ctx context.Context, tags client.Tags) ([]*client.NATGateway, error)

FindNATGatewaysByTags mocks base method.

func (*MockInterface) FindRouteTablesByTags added in v1.44.0

func (m *MockInterface) FindRouteTablesByTags(ctx context.Context, tags client.Tags) ([]*client.RouteTable, error)

FindRouteTablesByTags mocks base method.

func (*MockInterface) FindSecurityGroupsByTags added in v1.44.0

func (m *MockInterface) FindSecurityGroupsByTags(ctx context.Context, tags client.Tags) ([]*client.SecurityGroup, error)

FindSecurityGroupsByTags mocks base method.

func (*MockInterface) FindSubnets added in v1.57.0

func (m *MockInterface) FindSubnets(ctx context.Context, filters []types.Filter) ([]*client.Subnet, error)

FindSubnets mocks base method.

func (*MockInterface) FindSubnetsByTags added in v1.44.0

func (m *MockInterface) FindSubnetsByTags(ctx context.Context, tags client.Tags) ([]*client.Subnet, error)

FindSubnetsByTags mocks base method.

func (*MockInterface) FindVpcDhcpOptionsByTags added in v1.44.0

func (m *MockInterface) FindVpcDhcpOptionsByTags(ctx context.Context, tags client.Tags) ([]*client.DhcpOptions, error)

FindVpcDhcpOptionsByTags mocks base method.

func (*MockInterface) FindVpcEndpointsByTags added in v1.44.0

func (m *MockInterface) FindVpcEndpointsByTags(ctx context.Context, tags client.Tags) ([]*client.VpcEndpoint, error)

FindVpcEndpointsByTags mocks base method.

func (*MockInterface) FindVpcsByTags added in v1.44.0

func (m *MockInterface) FindVpcsByTags(ctx context.Context, tags client.Tags) ([]*client.VPC, error)

FindVpcsByTags mocks base method.

func (*MockInterface) GetAccountID

func (m *MockInterface) GetAccountID(ctx context.Context) (string, error)

GetAccountID mocks base method.

func (*MockInterface) GetDHCPOptions added in v1.41.0

func (m *MockInterface) GetDHCPOptions(ctx context.Context, vpcID string) (map[string]string, error)

GetDHCPOptions mocks base method.

func (*MockInterface) GetDNSHostedZones

func (m *MockInterface) GetDNSHostedZones(ctx context.Context) (map[string]string, error)

GetDNSHostedZones mocks base method.

func (*MockInterface) GetEgressOnlyInternetGateway added in v1.58.0

func (m *MockInterface) GetEgressOnlyInternetGateway(ctx context.Context, id string) (*client.EgressOnlyInternetGateway, error)

GetEgressOnlyInternetGateway mocks base method.

func (*MockInterface) GetElasticIP added in v1.44.0

func (m *MockInterface) GetElasticIP(ctx context.Context, id string) (*client.ElasticIP, error)

GetElasticIP mocks base method.

func (*MockInterface) GetElasticIPsAssociationIDForAllocationIDs added in v1.31.0

func (m *MockInterface) GetElasticIPsAssociationIDForAllocationIDs(ctx context.Context, allocationIDs []string) (map[string]*string, error)

GetElasticIPsAssociationIDForAllocationIDs mocks base method.

func (*MockInterface) GetIAMInstanceProfile added in v1.44.0

func (m *MockInterface) GetIAMInstanceProfile(ctx context.Context, profileName string) (*client.IAMInstanceProfile, error)

GetIAMInstanceProfile mocks base method.

func (*MockInterface) GetIAMRole added in v1.44.0

func (m *MockInterface) GetIAMRole(ctx context.Context, roleName string) (*client.IAMRole, error)

GetIAMRole mocks base method.

func (*MockInterface) GetIAMRolePolicy added in v1.44.0

func (m *MockInterface) GetIAMRolePolicy(ctx context.Context, policyName, roleName string) (*client.IAMRolePolicy, error)

GetIAMRolePolicy mocks base method.

func (*MockInterface) GetIPv6CIDRReservations added in v1.58.0

func (m *MockInterface) GetIPv6CIDRReservations(ctx context.Context, subnet *client.Subnet) ([]string, error)

GetIPv6CIDRReservations mocks base method.

func (*MockInterface) GetIPv6Cidr added in v1.52.0

func (m *MockInterface) GetIPv6Cidr(ctx context.Context, vpcID string) (string, error)

GetIPv6Cidr mocks base method.

func (*MockInterface) GetInternetGateway

func (m *MockInterface) GetInternetGateway(ctx context.Context, id string) (*client.InternetGateway, error)

GetInternetGateway mocks base method.

func (*MockInterface) GetKeyPair added in v1.44.0

func (m *MockInterface) GetKeyPair(ctx context.Context, keyName string) (*client.KeyPairInfo, error)

GetKeyPair mocks base method.

func (*MockInterface) GetNATGateway added in v1.44.0

func (m *MockInterface) GetNATGateway(ctx context.Context, id string) (*client.NATGateway, error)

GetNATGateway mocks base method.

func (*MockInterface) GetNATGatewayAddressAllocations added in v1.31.0

func (m *MockInterface) GetNATGatewayAddressAllocations(ctx context.Context, shootNamespace string) (sets.Set[string], error)

GetNATGatewayAddressAllocations mocks base method.

func (*MockInterface) GetRouteTable added in v1.44.0

func (m *MockInterface) GetRouteTable(ctx context.Context, id string) (*client.RouteTable, error)

GetRouteTable mocks base method.

func (*MockInterface) GetSecurityGroup added in v1.44.0

func (m *MockInterface) GetSecurityGroup(ctx context.Context, id string) (*client.SecurityGroup, error)

GetSecurityGroup mocks base method.

func (*MockInterface) GetSubnets added in v1.44.0

func (m *MockInterface) GetSubnets(ctx context.Context, ids []string) ([]*client.Subnet, error)

GetSubnets mocks base method.

func (*MockInterface) GetVPCAttribute added in v1.29.0

func (m *MockInterface) GetVPCAttribute(ctx context.Context, vpcID string, attribute types.VpcAttributeName) (bool, error)

GetVPCAttribute mocks base method.

func (*MockInterface) GetVPCInternetGateway added in v1.29.0

func (m *MockInterface) GetVPCInternetGateway(ctx context.Context, vpcID string) (string, error)

GetVPCInternetGateway mocks base method.

func (*MockInterface) GetVpc added in v1.44.0

func (m *MockInterface) GetVpc(ctx context.Context, id string) (*client.VPC, error)

GetVpc mocks base method.

func (*MockInterface) GetVpcDhcpOptions added in v1.44.0

func (m *MockInterface) GetVpcDhcpOptions(ctx context.Context, id string) (*client.DhcpOptions, error)

GetVpcDhcpOptions mocks base method.

func (*MockInterface) GetVpcEndpoints added in v1.44.0

func (m *MockInterface) GetVpcEndpoints(ctx context.Context, ids []string) ([]*client.VpcEndpoint, error)

GetVpcEndpoints mocks base method.

func (*MockInterface) ImportKeyPair added in v1.44.0

func (m *MockInterface) ImportKeyPair(ctx context.Context, keyName string, publicKey []byte, tags client.Tags) (*client.KeyPairInfo, error)

ImportKeyPair mocks base method.

func (*MockInterface) ListKubernetesELBs

func (m *MockInterface) ListKubernetesELBs(ctx context.Context, vpcID, clusterName string) ([]string, error)

ListKubernetesELBs mocks base method.

func (*MockInterface) ListKubernetesELBsV2

func (m *MockInterface) ListKubernetesELBsV2(ctx context.Context, vpcID, clusterName string) ([]string, error)

ListKubernetesELBsV2 mocks base method.

func (*MockInterface) ListKubernetesSecurityGroups

func (m *MockInterface) ListKubernetesSecurityGroups(ctx context.Context, vpcID, clusterName string) ([]string, error)

ListKubernetesSecurityGroups mocks base method.

func (*MockInterface) PutIAMRolePolicy added in v1.44.0

func (m *MockInterface) PutIAMRolePolicy(ctx context.Context, policy *client.IAMRolePolicy) error

PutIAMRolePolicy mocks base method.

func (*MockInterface) RemoveRoleFromIAMInstanceProfile added in v1.44.0

func (m *MockInterface) RemoveRoleFromIAMInstanceProfile(ctx context.Context, profileName, roleName string) error

RemoveRoleFromIAMInstanceProfile mocks base method.

func (*MockInterface) RevokeSecurityGroupRules added in v1.44.0

func (m *MockInterface) RevokeSecurityGroupRules(ctx context.Context, id string, rules []*client.SecurityGroupRule) error

RevokeSecurityGroupRules mocks base method.

func (*MockInterface) UpdateAmazonProvidedIPv6CidrBlock added in v1.46.0

func (m *MockInterface) UpdateAmazonProvidedIPv6CidrBlock(ctx context.Context, desired, current *client.VPC) (bool, error)

UpdateAmazonProvidedIPv6CidrBlock mocks base method.

func (*MockInterface) UpdateAssumeRolePolicy added in v1.44.0

func (m *MockInterface) UpdateAssumeRolePolicy(ctx context.Context, roleName, assumeRolePolicy string) error

UpdateAssumeRolePolicy mocks base method.

func (*MockInterface) UpdateSubnetAttributes added in v1.44.0

func (m *MockInterface) UpdateSubnetAttributes(ctx context.Context, desired, current *client.Subnet) (bool, error)

UpdateSubnetAttributes mocks base method.

func (*MockInterface) UpdateVpcAttribute added in v1.44.0

func (m *MockInterface) UpdateVpcAttribute(ctx context.Context, vpcId, attributeName string, value bool) error

UpdateVpcAttribute mocks base method.

func (*MockInterface) WaitForIPv6Cidr added in v1.46.0

func (m *MockInterface) WaitForIPv6Cidr(ctx context.Context, vpcID string) (string, error)

WaitForIPv6Cidr mocks base method.

func (*MockInterface) WaitForNATGatewayAvailable added in v1.44.0

func (m *MockInterface) WaitForNATGatewayAvailable(ctx context.Context, id 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(ctx, profileName, roleName any) *gomock.Call

AddRoleToIAMInstanceProfile indicates an expected call of AddRoleToIAMInstanceProfile.

func (*MockInterfaceMockRecorder) AddVpcDhcpOptionAssociation added in v1.44.0

func (mr *MockInterfaceMockRecorder) AddVpcDhcpOptionAssociation(vpcId, dhcpOptionsId any) *gomock.Call

AddVpcDhcpOptionAssociation indicates an expected call of AddVpcDhcpOptionAssociation.

func (*MockInterfaceMockRecorder) AttachInternetGateway added in v1.44.0

func (mr *MockInterfaceMockRecorder) AttachInternetGateway(ctx, vpcId, internetGatewayId any) *gomock.Call

AttachInternetGateway indicates an expected call of AttachInternetGateway.

func (*MockInterfaceMockRecorder) AuthorizeSecurityGroupRules added in v1.44.0

func (mr *MockInterfaceMockRecorder) AuthorizeSecurityGroupRules(ctx, id, rules any) *gomock.Call

AuthorizeSecurityGroupRules indicates an expected call of AuthorizeSecurityGroupRules.

func (*MockInterfaceMockRecorder) CreateBucketIfNotExists

func (mr *MockInterfaceMockRecorder) CreateBucketIfNotExists(ctx, bucket, region any) *gomock.Call

CreateBucketIfNotExists indicates an expected call of CreateBucketIfNotExists.

func (*MockInterfaceMockRecorder) CreateCIDRReservation added in v1.58.0

func (mr *MockInterfaceMockRecorder) CreateCIDRReservation(ctx, subnet, cidr, reservationType any) *gomock.Call

CreateCIDRReservation indicates an expected call of CreateCIDRReservation.

func (*MockInterfaceMockRecorder) CreateEC2Tags added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateEC2Tags(ctx, resources, tags any) *gomock.Call

CreateEC2Tags indicates an expected call of CreateEC2Tags.

func (*MockInterfaceMockRecorder) CreateEgressOnlyInternetGateway added in v1.58.0

func (mr *MockInterfaceMockRecorder) CreateEgressOnlyInternetGateway(ctx, gateway any) *gomock.Call

CreateEgressOnlyInternetGateway indicates an expected call of CreateEgressOnlyInternetGateway.

func (*MockInterfaceMockRecorder) CreateElasticIP added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateElasticIP(ctx, eip any) *gomock.Call

CreateElasticIP indicates an expected call of CreateElasticIP.

func (*MockInterfaceMockRecorder) CreateIAMInstanceProfile added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateIAMInstanceProfile(ctx, profile any) *gomock.Call

CreateIAMInstanceProfile indicates an expected call of CreateIAMInstanceProfile.

func (*MockInterfaceMockRecorder) CreateIAMRole added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateIAMRole(ctx, role any) *gomock.Call

CreateIAMRole indicates an expected call of CreateIAMRole.

func (*MockInterfaceMockRecorder) CreateInternetGateway added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateInternetGateway(ctx, gateway any) *gomock.Call

CreateInternetGateway indicates an expected call of CreateInternetGateway.

func (*MockInterfaceMockRecorder) CreateNATGateway added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateNATGateway(ctx, gateway any) *gomock.Call

CreateNATGateway indicates an expected call of CreateNATGateway.

func (*MockInterfaceMockRecorder) CreateOrUpdateDNSRecordSet

func (mr *MockInterfaceMockRecorder) CreateOrUpdateDNSRecordSet(ctx, zoneId, name, recordType, values, ttl, stack any) *gomock.Call

CreateOrUpdateDNSRecordSet indicates an expected call of CreateOrUpdateDNSRecordSet.

func (*MockInterfaceMockRecorder) CreateRoute added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateRoute(ctx, routeTableId, route any) *gomock.Call

CreateRoute indicates an expected call of CreateRoute.

func (*MockInterfaceMockRecorder) CreateRouteTable added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateRouteTable(ctx, routeTable any) *gomock.Call

CreateRouteTable indicates an expected call of CreateRouteTable.

func (*MockInterfaceMockRecorder) CreateRouteTableAssociation added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateRouteTableAssociation(ctx, routeTableId, subnetId any) *gomock.Call

CreateRouteTableAssociation indicates an expected call of CreateRouteTableAssociation.

func (*MockInterfaceMockRecorder) CreateSecurityGroup added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateSecurityGroup(ctx, sg any) *gomock.Call

CreateSecurityGroup indicates an expected call of CreateSecurityGroup.

func (*MockInterfaceMockRecorder) CreateSubnet added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateSubnet(ctx, subnet any) *gomock.Call

CreateSubnet indicates an expected call of CreateSubnet.

func (*MockInterfaceMockRecorder) CreateVpc added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateVpc(ctx, vpc any) *gomock.Call

CreateVpc indicates an expected call of CreateVpc.

func (*MockInterfaceMockRecorder) CreateVpcDhcpOptions added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateVpcDhcpOptions(ctx, options any) *gomock.Call

CreateVpcDhcpOptions indicates an expected call of CreateVpcDhcpOptions.

func (*MockInterfaceMockRecorder) CreateVpcEndpoint added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateVpcEndpoint(ctx, endpoint any) *gomock.Call

CreateVpcEndpoint indicates an expected call of CreateVpcEndpoint.

func (*MockInterfaceMockRecorder) CreateVpcEndpointRouteTableAssociation added in v1.44.0

func (mr *MockInterfaceMockRecorder) CreateVpcEndpointRouteTableAssociation(ctx, routeTableId, vpcEndpointId any) *gomock.Call

CreateVpcEndpointRouteTableAssociation indicates an expected call of CreateVpcEndpointRouteTableAssociation.

func (*MockInterfaceMockRecorder) DeleteBucketIfExists

func (mr *MockInterfaceMockRecorder) DeleteBucketIfExists(ctx, bucket any) *gomock.Call

DeleteBucketIfExists indicates an expected call of DeleteBucketIfExists.

func (*MockInterfaceMockRecorder) DeleteDNSRecordSet

func (mr *MockInterfaceMockRecorder) DeleteDNSRecordSet(ctx, zoneId, name, recordType, values, ttl, stack any) *gomock.Call

DeleteDNSRecordSet indicates an expected call of DeleteDNSRecordSet.

func (*MockInterfaceMockRecorder) DeleteEC2Tags added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteEC2Tags(ctx, resources, tags any) *gomock.Call

DeleteEC2Tags indicates an expected call of DeleteEC2Tags.

func (*MockInterfaceMockRecorder) DeleteELB

func (mr *MockInterfaceMockRecorder) DeleteELB(ctx, name any) *gomock.Call

DeleteELB indicates an expected call of DeleteELB.

func (*MockInterfaceMockRecorder) DeleteELBV2

func (mr *MockInterfaceMockRecorder) DeleteELBV2(ctx, arn any) *gomock.Call

DeleteELBV2 indicates an expected call of DeleteELBV2.

func (*MockInterfaceMockRecorder) DeleteEgressOnlyInternetGateway added in v1.58.0

func (mr *MockInterfaceMockRecorder) DeleteEgressOnlyInternetGateway(ctx, id any) *gomock.Call

DeleteEgressOnlyInternetGateway indicates an expected call of DeleteEgressOnlyInternetGateway.

func (*MockInterfaceMockRecorder) DeleteElasticIP added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteElasticIP(ctx, id any) *gomock.Call

DeleteElasticIP indicates an expected call of DeleteElasticIP.

func (*MockInterfaceMockRecorder) DeleteIAMInstanceProfile added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteIAMInstanceProfile(ctx, profileName any) *gomock.Call

DeleteIAMInstanceProfile indicates an expected call of DeleteIAMInstanceProfile.

func (*MockInterfaceMockRecorder) DeleteIAMRole added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteIAMRole(ctx, roleName any) *gomock.Call

DeleteIAMRole indicates an expected call of DeleteIAMRole.

func (*MockInterfaceMockRecorder) DeleteIAMRolePolicy added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteIAMRolePolicy(ctx, policyName, roleName any) *gomock.Call

DeleteIAMRolePolicy indicates an expected call of DeleteIAMRolePolicy.

func (*MockInterfaceMockRecorder) DeleteInternetGateway added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteInternetGateway(ctx, id any) *gomock.Call

DeleteInternetGateway indicates an expected call of DeleteInternetGateway.

func (*MockInterfaceMockRecorder) DeleteKeyPair added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteKeyPair(ctx, keyName any) *gomock.Call

DeleteKeyPair indicates an expected call of DeleteKeyPair.

func (*MockInterfaceMockRecorder) DeleteNATGateway added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteNATGateway(ctx, id any) *gomock.Call

DeleteNATGateway indicates an expected call of DeleteNATGateway.

func (*MockInterfaceMockRecorder) DeleteObjectsWithPrefix

func (mr *MockInterfaceMockRecorder) DeleteObjectsWithPrefix(ctx, bucket, prefix any) *gomock.Call

DeleteObjectsWithPrefix indicates an expected call of DeleteObjectsWithPrefix.

func (*MockInterfaceMockRecorder) DeleteRoute added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteRoute(ctx, routeTableId, route any) *gomock.Call

DeleteRoute indicates an expected call of DeleteRoute.

func (*MockInterfaceMockRecorder) DeleteRouteTable added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteRouteTable(ctx, id any) *gomock.Call

DeleteRouteTable indicates an expected call of DeleteRouteTable.

func (*MockInterfaceMockRecorder) DeleteRouteTableAssociation added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteRouteTableAssociation(ctx, associationId any) *gomock.Call

DeleteRouteTableAssociation indicates an expected call of DeleteRouteTableAssociation.

func (*MockInterfaceMockRecorder) DeleteSecurityGroup

func (mr *MockInterfaceMockRecorder) DeleteSecurityGroup(ctx, id any) *gomock.Call

DeleteSecurityGroup indicates an expected call of DeleteSecurityGroup.

func (*MockInterfaceMockRecorder) DeleteSubnet added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteSubnet(ctx, id any) *gomock.Call

DeleteSubnet indicates an expected call of DeleteSubnet.

func (*MockInterfaceMockRecorder) DeleteVpc added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteVpc(ctx, id any) *gomock.Call

DeleteVpc indicates an expected call of DeleteVpc.

func (*MockInterfaceMockRecorder) DeleteVpcDhcpOptions added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteVpcDhcpOptions(ctx, id any) *gomock.Call

DeleteVpcDhcpOptions indicates an expected call of DeleteVpcDhcpOptions.

func (*MockInterfaceMockRecorder) DeleteVpcEndpoint added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteVpcEndpoint(ctx, id any) *gomock.Call

DeleteVpcEndpoint indicates an expected call of DeleteVpcEndpoint.

func (*MockInterfaceMockRecorder) DeleteVpcEndpointRouteTableAssociation added in v1.44.0

func (mr *MockInterfaceMockRecorder) DeleteVpcEndpointRouteTableAssociation(ctx, routeTableId, vpcEndpointId any) *gomock.Call

DeleteVpcEndpointRouteTableAssociation indicates an expected call of DeleteVpcEndpointRouteTableAssociation.

func (*MockInterfaceMockRecorder) DetachInternetGateway added in v1.44.0

func (mr *MockInterfaceMockRecorder) DetachInternetGateway(ctx, vpcId, internetGatewayId any) *gomock.Call

DetachInternetGateway indicates an expected call of DetachInternetGateway.

func (*MockInterfaceMockRecorder) FindDefaultSecurityGroupByVpcId added in v1.44.0

func (mr *MockInterfaceMockRecorder) FindDefaultSecurityGroupByVpcId(ctx, vpcId any) *gomock.Call

FindDefaultSecurityGroupByVpcId indicates an expected call of FindDefaultSecurityGroupByVpcId.

func (*MockInterfaceMockRecorder) FindEgressOnlyInternetGatewayByVPC added in v1.58.0

func (mr *MockInterfaceMockRecorder) FindEgressOnlyInternetGatewayByVPC(ctx, vpcId any) *gomock.Call

FindEgressOnlyInternetGatewayByVPC indicates an expected call of FindEgressOnlyInternetGatewayByVPC.

func (*MockInterfaceMockRecorder) FindEgressOnlyInternetGatewaysByTags added in v1.58.0

func (mr *MockInterfaceMockRecorder) FindEgressOnlyInternetGatewaysByTags(ctx, tags any) *gomock.Call

FindEgressOnlyInternetGatewaysByTags indicates an expected call of FindEgressOnlyInternetGatewaysByTags.

func (*MockInterfaceMockRecorder) FindElasticIPsByTags added in v1.44.0

func (mr *MockInterfaceMockRecorder) FindElasticIPsByTags(ctx, tags any) *gomock.Call

FindElasticIPsByTags indicates an expected call of FindElasticIPsByTags.

func (*MockInterfaceMockRecorder) FindInternetGatewayByVPC added in v1.44.0

func (mr *MockInterfaceMockRecorder) FindInternetGatewayByVPC(ctx, vpcId any) *gomock.Call

FindInternetGatewayByVPC indicates an expected call of FindInternetGatewayByVPC.

func (*MockInterfaceMockRecorder) FindInternetGatewaysByTags added in v1.44.0

func (mr *MockInterfaceMockRecorder) FindInternetGatewaysByTags(ctx, tags any) *gomock.Call

FindInternetGatewaysByTags indicates an expected call of FindInternetGatewaysByTags.

func (*MockInterfaceMockRecorder) FindKeyPairsByTags added in v1.44.0

func (mr *MockInterfaceMockRecorder) FindKeyPairsByTags(ctx, tags any) *gomock.Call

FindKeyPairsByTags indicates an expected call of FindKeyPairsByTags.

func (*MockInterfaceMockRecorder) FindNATGatewaysByTags added in v1.44.0

func (mr *MockInterfaceMockRecorder) FindNATGatewaysByTags(ctx, tags any) *gomock.Call

FindNATGatewaysByTags indicates an expected call of FindNATGatewaysByTags.

func (*MockInterfaceMockRecorder) FindRouteTablesByTags added in v1.44.0

func (mr *MockInterfaceMockRecorder) FindRouteTablesByTags(ctx, tags any) *gomock.Call

FindRouteTablesByTags indicates an expected call of FindRouteTablesByTags.

func (*MockInterfaceMockRecorder) FindSecurityGroupsByTags added in v1.44.0

func (mr *MockInterfaceMockRecorder) FindSecurityGroupsByTags(ctx, tags any) *gomock.Call

FindSecurityGroupsByTags indicates an expected call of FindSecurityGroupsByTags.

func (*MockInterfaceMockRecorder) FindSubnets added in v1.57.0

func (mr *MockInterfaceMockRecorder) FindSubnets(ctx, filters any) *gomock.Call

FindSubnets indicates an expected call of FindSubnets.

func (*MockInterfaceMockRecorder) FindSubnetsByTags added in v1.44.0

func (mr *MockInterfaceMockRecorder) FindSubnetsByTags(ctx, tags any) *gomock.Call

FindSubnetsByTags indicates an expected call of FindSubnetsByTags.

func (*MockInterfaceMockRecorder) FindVpcDhcpOptionsByTags added in v1.44.0

func (mr *MockInterfaceMockRecorder) FindVpcDhcpOptionsByTags(ctx, tags any) *gomock.Call

FindVpcDhcpOptionsByTags indicates an expected call of FindVpcDhcpOptionsByTags.

func (*MockInterfaceMockRecorder) FindVpcEndpointsByTags added in v1.44.0

func (mr *MockInterfaceMockRecorder) FindVpcEndpointsByTags(ctx, tags any) *gomock.Call

FindVpcEndpointsByTags indicates an expected call of FindVpcEndpointsByTags.

func (*MockInterfaceMockRecorder) FindVpcsByTags added in v1.44.0

func (mr *MockInterfaceMockRecorder) FindVpcsByTags(ctx, tags any) *gomock.Call

FindVpcsByTags indicates an expected call of FindVpcsByTags.

func (*MockInterfaceMockRecorder) GetAccountID

func (mr *MockInterfaceMockRecorder) GetAccountID(ctx any) *gomock.Call

GetAccountID indicates an expected call of GetAccountID.

func (*MockInterfaceMockRecorder) GetDHCPOptions added in v1.41.0

func (mr *MockInterfaceMockRecorder) GetDHCPOptions(ctx, vpcID any) *gomock.Call

GetDHCPOptions indicates an expected call of GetDHCPOptions.

func (*MockInterfaceMockRecorder) GetDNSHostedZones

func (mr *MockInterfaceMockRecorder) GetDNSHostedZones(ctx any) *gomock.Call

GetDNSHostedZones indicates an expected call of GetDNSHostedZones.

func (*MockInterfaceMockRecorder) GetEgressOnlyInternetGateway added in v1.58.0

func (mr *MockInterfaceMockRecorder) GetEgressOnlyInternetGateway(ctx, id any) *gomock.Call

GetEgressOnlyInternetGateway indicates an expected call of GetEgressOnlyInternetGateway.

func (*MockInterfaceMockRecorder) GetElasticIP added in v1.44.0

func (mr *MockInterfaceMockRecorder) GetElasticIP(ctx, id any) *gomock.Call

GetElasticIP indicates an expected call of GetElasticIP.

func (*MockInterfaceMockRecorder) GetElasticIPsAssociationIDForAllocationIDs added in v1.31.0

func (mr *MockInterfaceMockRecorder) GetElasticIPsAssociationIDForAllocationIDs(ctx, allocationIDs any) *gomock.Call

GetElasticIPsAssociationIDForAllocationIDs indicates an expected call of GetElasticIPsAssociationIDForAllocationIDs.

func (*MockInterfaceMockRecorder) GetIAMInstanceProfile added in v1.44.0

func (mr *MockInterfaceMockRecorder) GetIAMInstanceProfile(ctx, profileName any) *gomock.Call

GetIAMInstanceProfile indicates an expected call of GetIAMInstanceProfile.

func (*MockInterfaceMockRecorder) GetIAMRole added in v1.44.0

func (mr *MockInterfaceMockRecorder) GetIAMRole(ctx, roleName any) *gomock.Call

GetIAMRole indicates an expected call of GetIAMRole.

func (*MockInterfaceMockRecorder) GetIAMRolePolicy added in v1.44.0

func (mr *MockInterfaceMockRecorder) GetIAMRolePolicy(ctx, policyName, roleName any) *gomock.Call

GetIAMRolePolicy indicates an expected call of GetIAMRolePolicy.

func (*MockInterfaceMockRecorder) GetIPv6CIDRReservations added in v1.58.0

func (mr *MockInterfaceMockRecorder) GetIPv6CIDRReservations(ctx, subnet any) *gomock.Call

GetIPv6CIDRReservations indicates an expected call of GetIPv6CIDRReservations.

func (*MockInterfaceMockRecorder) GetIPv6Cidr added in v1.52.0

func (mr *MockInterfaceMockRecorder) GetIPv6Cidr(ctx, vpcID any) *gomock.Call

GetIPv6Cidr indicates an expected call of GetIPv6Cidr.

func (*MockInterfaceMockRecorder) GetInternetGateway

func (mr *MockInterfaceMockRecorder) GetInternetGateway(ctx, id any) *gomock.Call

GetInternetGateway indicates an expected call of GetInternetGateway.

func (*MockInterfaceMockRecorder) GetKeyPair added in v1.44.0

func (mr *MockInterfaceMockRecorder) GetKeyPair(ctx, keyName any) *gomock.Call

GetKeyPair indicates an expected call of GetKeyPair.

func (*MockInterfaceMockRecorder) GetNATGateway added in v1.44.0

func (mr *MockInterfaceMockRecorder) GetNATGateway(ctx, id any) *gomock.Call

GetNATGateway indicates an expected call of GetNATGateway.

func (*MockInterfaceMockRecorder) GetNATGatewayAddressAllocations added in v1.31.0

func (mr *MockInterfaceMockRecorder) GetNATGatewayAddressAllocations(ctx, shootNamespace any) *gomock.Call

GetNATGatewayAddressAllocations indicates an expected call of GetNATGatewayAddressAllocations.

func (*MockInterfaceMockRecorder) GetRouteTable added in v1.44.0

func (mr *MockInterfaceMockRecorder) GetRouteTable(ctx, id any) *gomock.Call

GetRouteTable indicates an expected call of GetRouteTable.

func (*MockInterfaceMockRecorder) GetSecurityGroup added in v1.44.0

func (mr *MockInterfaceMockRecorder) GetSecurityGroup(ctx, id any) *gomock.Call

GetSecurityGroup indicates an expected call of GetSecurityGroup.

func (*MockInterfaceMockRecorder) GetSubnets added in v1.44.0

func (mr *MockInterfaceMockRecorder) GetSubnets(ctx, ids any) *gomock.Call

GetSubnets indicates an expected call of GetSubnets.

func (*MockInterfaceMockRecorder) GetVPCAttribute added in v1.29.0

func (mr *MockInterfaceMockRecorder) GetVPCAttribute(ctx, vpcID, attribute any) *gomock.Call

GetVPCAttribute indicates an expected call of GetVPCAttribute.

func (*MockInterfaceMockRecorder) GetVPCInternetGateway added in v1.29.0

func (mr *MockInterfaceMockRecorder) GetVPCInternetGateway(ctx, vpcID any) *gomock.Call

GetVPCInternetGateway indicates an expected call of GetVPCInternetGateway.

func (*MockInterfaceMockRecorder) GetVpc added in v1.44.0

func (mr *MockInterfaceMockRecorder) GetVpc(ctx, id any) *gomock.Call

GetVpc indicates an expected call of GetVpc.

func (*MockInterfaceMockRecorder) GetVpcDhcpOptions added in v1.44.0

func (mr *MockInterfaceMockRecorder) GetVpcDhcpOptions(ctx, id any) *gomock.Call

GetVpcDhcpOptions indicates an expected call of GetVpcDhcpOptions.

func (*MockInterfaceMockRecorder) GetVpcEndpoints added in v1.44.0

func (mr *MockInterfaceMockRecorder) GetVpcEndpoints(ctx, ids any) *gomock.Call

GetVpcEndpoints indicates an expected call of GetVpcEndpoints.

func (*MockInterfaceMockRecorder) ImportKeyPair added in v1.44.0

func (mr *MockInterfaceMockRecorder) ImportKeyPair(ctx, keyName, publicKey, tags any) *gomock.Call

ImportKeyPair indicates an expected call of ImportKeyPair.

func (*MockInterfaceMockRecorder) ListKubernetesELBs

func (mr *MockInterfaceMockRecorder) ListKubernetesELBs(ctx, vpcID, clusterName any) *gomock.Call

ListKubernetesELBs indicates an expected call of ListKubernetesELBs.

func (*MockInterfaceMockRecorder) ListKubernetesELBsV2

func (mr *MockInterfaceMockRecorder) ListKubernetesELBsV2(ctx, vpcID, clusterName any) *gomock.Call

ListKubernetesELBsV2 indicates an expected call of ListKubernetesELBsV2.

func (*MockInterfaceMockRecorder) ListKubernetesSecurityGroups

func (mr *MockInterfaceMockRecorder) ListKubernetesSecurityGroups(ctx, vpcID, clusterName any) *gomock.Call

ListKubernetesSecurityGroups indicates an expected call of ListKubernetesSecurityGroups.

func (*MockInterfaceMockRecorder) PutIAMRolePolicy added in v1.44.0

func (mr *MockInterfaceMockRecorder) PutIAMRolePolicy(ctx, policy any) *gomock.Call

PutIAMRolePolicy indicates an expected call of PutIAMRolePolicy.

func (*MockInterfaceMockRecorder) RemoveRoleFromIAMInstanceProfile added in v1.44.0

func (mr *MockInterfaceMockRecorder) RemoveRoleFromIAMInstanceProfile(ctx, profileName, roleName any) *gomock.Call

RemoveRoleFromIAMInstanceProfile indicates an expected call of RemoveRoleFromIAMInstanceProfile.

func (*MockInterfaceMockRecorder) RevokeSecurityGroupRules added in v1.44.0

func (mr *MockInterfaceMockRecorder) RevokeSecurityGroupRules(ctx, id, rules any) *gomock.Call

RevokeSecurityGroupRules indicates an expected call of RevokeSecurityGroupRules.

func (*MockInterfaceMockRecorder) UpdateAmazonProvidedIPv6CidrBlock added in v1.46.0

func (mr *MockInterfaceMockRecorder) UpdateAmazonProvidedIPv6CidrBlock(ctx, desired, current any) *gomock.Call

UpdateAmazonProvidedIPv6CidrBlock indicates an expected call of UpdateAmazonProvidedIPv6CidrBlock.

func (*MockInterfaceMockRecorder) UpdateAssumeRolePolicy added in v1.44.0

func (mr *MockInterfaceMockRecorder) UpdateAssumeRolePolicy(ctx, roleName, assumeRolePolicy any) *gomock.Call

UpdateAssumeRolePolicy indicates an expected call of UpdateAssumeRolePolicy.

func (*MockInterfaceMockRecorder) UpdateSubnetAttributes added in v1.44.0

func (mr *MockInterfaceMockRecorder) UpdateSubnetAttributes(ctx, desired, current any) *gomock.Call

UpdateSubnetAttributes indicates an expected call of UpdateSubnetAttributes.

func (*MockInterfaceMockRecorder) UpdateVpcAttribute added in v1.44.0

func (mr *MockInterfaceMockRecorder) UpdateVpcAttribute(ctx, vpcId, attributeName, value any) *gomock.Call

UpdateVpcAttribute indicates an expected call of UpdateVpcAttribute.

func (*MockInterfaceMockRecorder) WaitForIPv6Cidr added in v1.46.0

func (mr *MockInterfaceMockRecorder) WaitForIPv6Cidr(ctx, vpcID any) *gomock.Call

WaitForIPv6Cidr indicates an expected call of WaitForIPv6Cidr.

func (*MockInterfaceMockRecorder) WaitForNATGatewayAvailable added in v1.44.0

func (mr *MockInterfaceMockRecorder) WaitForNATGatewayAvailable(ctx, id any) *gomock.Call

WaitForNATGatewayAvailable indicates an expected call of WaitForNATGatewayAvailable.

Jump to

Keyboard shortcuts

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