mock

package
v1.1.16 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2021 License: Apache-2.0 Imports: 9 Imported by: 2

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

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

MockClient is a mock of Client interface

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance

func (*MockClient) AssociateVPCWithHostedZone added in v1.1.1

AssociateVPCWithHostedZone mocks base method

func (*MockClient) ChangeResourceRecordSets

ChangeResourceRecordSets mocks base method

func (*MockClient) ChangeTagsForResource

ChangeTagsForResource mocks base method

func (*MockClient) CreateHostedZone

CreateHostedZone mocks base method

func (*MockClient) CreateVPCAssociationAuthorization added in v1.1.1

CreateVPCAssociationAuthorization mocks base method

func (*MockClient) CreateVpcEndpoint added in v1.1.1

func (m *MockClient) CreateVpcEndpoint(arg0 *ec2.CreateVpcEndpointInput) (*ec2.CreateVpcEndpointOutput, error)

CreateVpcEndpoint mocks base method

func (*MockClient) CreateVpcEndpointServiceConfiguration added in v1.1.1

CreateVpcEndpointServiceConfiguration mocks base method

func (*MockClient) DeleteHostedZone

DeleteHostedZone mocks base method

func (*MockClient) DeleteVPCAssociationAuthorization added in v1.1.1

DeleteVPCAssociationAuthorization mocks base method

func (*MockClient) DeleteVpcEndpointServiceConfigurations added in v1.1.1

DeleteVpcEndpointServiceConfigurations mocks base method

func (*MockClient) DeleteVpcEndpoints added in v1.1.1

func (m *MockClient) DeleteVpcEndpoints(arg0 *ec2.DeleteVpcEndpointsInput) (*ec2.DeleteVpcEndpointsOutput, error)

DeleteVpcEndpoints mocks base method

func (*MockClient) DescribeAvailabilityZones

DescribeAvailabilityZones mocks base method

func (*MockClient) DescribeInstances

func (m *MockClient) DescribeInstances(arg0 *ec2.DescribeInstancesInput) (*ec2.DescribeInstancesOutput, error)

DescribeInstances mocks base method

func (*MockClient) DescribeLoadBalancers added in v1.1.1

DescribeLoadBalancers mocks base method

func (*MockClient) DescribeNetworkInterfaces added in v1.1.13

func (m *MockClient) DescribeNetworkInterfaces(input *ec2.DescribeNetworkInterfacesInput) (*ec2.DescribeNetworkInterfacesOutput, error)

DescribeNetworkInterfaces mocks base method

func (*MockClient) DescribeRouteTables added in v1.0.18

func (m *MockClient) DescribeRouteTables(arg0 *ec2.DescribeRouteTablesInput) (*ec2.DescribeRouteTablesOutput, error)

DescribeRouteTables mocks base method

func (*MockClient) DescribeSubnets

func (m *MockClient) DescribeSubnets(arg0 *ec2.DescribeSubnetsInput) (*ec2.DescribeSubnetsOutput, error)

DescribeSubnets mocks base method

func (*MockClient) DescribeVpcEndpointServiceConfigurations added in v1.1.1

DescribeVpcEndpointServiceConfigurations mocks base method

func (*MockClient) DescribeVpcEndpointServicePermissions added in v1.1.1

DescribeVpcEndpointServicePermissions mocks base method

func (*MockClient) DescribeVpcEndpointServices added in v1.1.1

DescribeVpcEndpointServices mocks base method

func (*MockClient) DescribeVpcEndpoints added in v1.1.1

func (m *MockClient) DescribeVpcEndpoints(arg0 *ec2.DescribeVpcEndpointsInput) (*ec2.DescribeVpcEndpointsOutput, error)

DescribeVpcEndpoints mocks base method

func (*MockClient) DisassociateVPCFromHostedZone added in v1.1.1

DisassociateVPCFromHostedZone mocks base method

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

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

func (*MockClient) GetCallerIdentity added in v1.0.11

func (m *MockClient) GetCallerIdentity(input *sts.GetCallerIdentityInput) (*sts.GetCallerIdentityOutput, error)

GetCallerIdentity mocks base method

func (*MockClient) GetHostedZone

GetHostedZone mocks base method

func (*MockClient) GetResourcesPages

GetResourcesPages mocks base method

func (*MockClient) GetS3API

func (m *MockClient) GetS3API() s3iface.S3API

GetS3API mocks base method

func (*MockClient) ListHostedZonesByName

ListHostedZonesByName mocks base method

func (*MockClient) ListHostedZonesByVPC added in v1.1.1

ListHostedZonesByVPC mocks base method

func (*MockClient) ListResourceRecordSets

ListResourceRecordSets mocks base method

func (*MockClient) ListTagsForResource

ListTagsForResource mocks base method

func (*MockClient) ModifyVpcEndpointServiceConfiguration added in v1.1.1

ModifyVpcEndpointServiceConfiguration mocks base method

func (*MockClient) ModifyVpcEndpointServicePermissions added in v1.1.1

ModifyVpcEndpointServicePermissions mocks base method

func (*MockClient) StartInstances added in v1.0.6

func (m *MockClient) StartInstances(arg0 *ec2.StartInstancesInput) (*ec2.StartInstancesOutput, error)

StartInstances mocks base method

func (*MockClient) StopInstances added in v1.0.6

func (m *MockClient) StopInstances(arg0 *ec2.StopInstancesInput) (*ec2.StopInstancesOutput, error)

StopInstances mocks base method

func (*MockClient) TerminateInstances

func (m *MockClient) TerminateInstances(arg0 *ec2.TerminateInstancesInput) (*ec2.TerminateInstancesOutput, error)

TerminateInstances mocks base method

func (*MockClient) Upload added in v1.0.16

Upload mocks base method

type MockClientMockRecorder

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

MockClientMockRecorder is the mock recorder for MockClient

func (*MockClientMockRecorder) AssociateVPCWithHostedZone added in v1.1.1

func (mr *MockClientMockRecorder) AssociateVPCWithHostedZone(arg0 interface{}) *gomock.Call

AssociateVPCWithHostedZone indicates an expected call of AssociateVPCWithHostedZone

func (*MockClientMockRecorder) ChangeResourceRecordSets

func (mr *MockClientMockRecorder) ChangeResourceRecordSets(arg0 interface{}) *gomock.Call

ChangeResourceRecordSets indicates an expected call of ChangeResourceRecordSets

func (*MockClientMockRecorder) ChangeTagsForResource

func (mr *MockClientMockRecorder) ChangeTagsForResource(input interface{}) *gomock.Call

ChangeTagsForResource indicates an expected call of ChangeTagsForResource

func (*MockClientMockRecorder) CreateHostedZone

func (mr *MockClientMockRecorder) CreateHostedZone(input interface{}) *gomock.Call

CreateHostedZone indicates an expected call of CreateHostedZone

func (*MockClientMockRecorder) CreateVPCAssociationAuthorization added in v1.1.1

func (mr *MockClientMockRecorder) CreateVPCAssociationAuthorization(arg0 interface{}) *gomock.Call

CreateVPCAssociationAuthorization indicates an expected call of CreateVPCAssociationAuthorization

func (*MockClientMockRecorder) CreateVpcEndpoint added in v1.1.1

func (mr *MockClientMockRecorder) CreateVpcEndpoint(arg0 interface{}) *gomock.Call

CreateVpcEndpoint indicates an expected call of CreateVpcEndpoint

func (*MockClientMockRecorder) CreateVpcEndpointServiceConfiguration added in v1.1.1

func (mr *MockClientMockRecorder) CreateVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call

CreateVpcEndpointServiceConfiguration indicates an expected call of CreateVpcEndpointServiceConfiguration

func (*MockClientMockRecorder) DeleteHostedZone

func (mr *MockClientMockRecorder) DeleteHostedZone(input interface{}) *gomock.Call

DeleteHostedZone indicates an expected call of DeleteHostedZone

func (*MockClientMockRecorder) DeleteVPCAssociationAuthorization added in v1.1.1

func (mr *MockClientMockRecorder) DeleteVPCAssociationAuthorization(arg0 interface{}) *gomock.Call

DeleteVPCAssociationAuthorization indicates an expected call of DeleteVPCAssociationAuthorization

func (*MockClientMockRecorder) DeleteVpcEndpointServiceConfigurations added in v1.1.1

func (mr *MockClientMockRecorder) DeleteVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurations indicates an expected call of DeleteVpcEndpointServiceConfigurations

func (*MockClientMockRecorder) DeleteVpcEndpoints added in v1.1.1

func (mr *MockClientMockRecorder) DeleteVpcEndpoints(arg0 interface{}) *gomock.Call

DeleteVpcEndpoints indicates an expected call of DeleteVpcEndpoints

func (*MockClientMockRecorder) DescribeAvailabilityZones

func (mr *MockClientMockRecorder) DescribeAvailabilityZones(arg0 interface{}) *gomock.Call

DescribeAvailabilityZones indicates an expected call of DescribeAvailabilityZones

func (*MockClientMockRecorder) DescribeInstances

func (mr *MockClientMockRecorder) DescribeInstances(arg0 interface{}) *gomock.Call

DescribeInstances indicates an expected call of DescribeInstances

func (*MockClientMockRecorder) DescribeLoadBalancers added in v1.1.1

func (mr *MockClientMockRecorder) DescribeLoadBalancers(arg0 interface{}) *gomock.Call

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers

func (*MockClientMockRecorder) DescribeNetworkInterfaces added in v1.1.13

func (mr *MockClientMockRecorder) DescribeNetworkInterfaces(input interface{}) *gomock.Call

DescribeNetworkInterfaces indicates an expected call of DescribeNetworkInterfaces

func (*MockClientMockRecorder) DescribeRouteTables added in v1.0.18

func (mr *MockClientMockRecorder) DescribeRouteTables(arg0 interface{}) *gomock.Call

DescribeRouteTables indicates an expected call of DescribeRouteTables

func (*MockClientMockRecorder) DescribeSubnets

func (mr *MockClientMockRecorder) DescribeSubnets(arg0 interface{}) *gomock.Call

DescribeSubnets indicates an expected call of DescribeSubnets

func (*MockClientMockRecorder) DescribeVpcEndpointServiceConfigurations added in v1.1.1

func (mr *MockClientMockRecorder) DescribeVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurations indicates an expected call of DescribeVpcEndpointServiceConfigurations

func (*MockClientMockRecorder) DescribeVpcEndpointServicePermissions added in v1.1.1

func (mr *MockClientMockRecorder) DescribeVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicePermissions indicates an expected call of DescribeVpcEndpointServicePermissions

func (*MockClientMockRecorder) DescribeVpcEndpointServices added in v1.1.1

func (mr *MockClientMockRecorder) DescribeVpcEndpointServices(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServices indicates an expected call of DescribeVpcEndpointServices

func (*MockClientMockRecorder) DescribeVpcEndpoints added in v1.1.1

func (mr *MockClientMockRecorder) DescribeVpcEndpoints(arg0 interface{}) *gomock.Call

DescribeVpcEndpoints indicates an expected call of DescribeVpcEndpoints

func (*MockClientMockRecorder) DisassociateVPCFromHostedZone added in v1.1.1

func (mr *MockClientMockRecorder) DisassociateVPCFromHostedZone(input interface{}) *gomock.Call

DisassociateVPCFromHostedZone indicates an expected call of DisassociateVPCFromHostedZone

func (*MockClientMockRecorder) GetCallerIdentity added in v1.0.11

func (mr *MockClientMockRecorder) GetCallerIdentity(input interface{}) *gomock.Call

GetCallerIdentity indicates an expected call of GetCallerIdentity

func (*MockClientMockRecorder) GetHostedZone

func (mr *MockClientMockRecorder) GetHostedZone(arg0 interface{}) *gomock.Call

GetHostedZone indicates an expected call of GetHostedZone

func (*MockClientMockRecorder) GetResourcesPages

func (mr *MockClientMockRecorder) GetResourcesPages(input, fn interface{}) *gomock.Call

GetResourcesPages indicates an expected call of GetResourcesPages

func (*MockClientMockRecorder) GetS3API

func (mr *MockClientMockRecorder) GetS3API() *gomock.Call

GetS3API indicates an expected call of GetS3API

func (*MockClientMockRecorder) ListHostedZonesByName

func (mr *MockClientMockRecorder) ListHostedZonesByName(input interface{}) *gomock.Call

ListHostedZonesByName indicates an expected call of ListHostedZonesByName

func (*MockClientMockRecorder) ListHostedZonesByVPC added in v1.1.1

func (mr *MockClientMockRecorder) ListHostedZonesByVPC(input interface{}) *gomock.Call

ListHostedZonesByVPC indicates an expected call of ListHostedZonesByVPC

func (*MockClientMockRecorder) ListResourceRecordSets

func (mr *MockClientMockRecorder) ListResourceRecordSets(input interface{}) *gomock.Call

ListResourceRecordSets indicates an expected call of ListResourceRecordSets

func (*MockClientMockRecorder) ListTagsForResource

func (mr *MockClientMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockClientMockRecorder) ModifyVpcEndpointServiceConfiguration added in v1.1.1

func (mr *MockClientMockRecorder) ModifyVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServiceConfiguration indicates an expected call of ModifyVpcEndpointServiceConfiguration

func (*MockClientMockRecorder) ModifyVpcEndpointServicePermissions added in v1.1.1

func (mr *MockClientMockRecorder) ModifyVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServicePermissions indicates an expected call of ModifyVpcEndpointServicePermissions

func (*MockClientMockRecorder) StartInstances added in v1.0.6

func (mr *MockClientMockRecorder) StartInstances(arg0 interface{}) *gomock.Call

StartInstances indicates an expected call of StartInstances

func (*MockClientMockRecorder) StopInstances added in v1.0.6

func (mr *MockClientMockRecorder) StopInstances(arg0 interface{}) *gomock.Call

StopInstances indicates an expected call of StopInstances

func (*MockClientMockRecorder) TerminateInstances

func (mr *MockClientMockRecorder) TerminateInstances(arg0 interface{}) *gomock.Call

TerminateInstances indicates an expected call of TerminateInstances

func (*MockClientMockRecorder) Upload added in v1.0.16

func (mr *MockClientMockRecorder) Upload(arg0 interface{}) *gomock.Call

Upload indicates an expected call of Upload

Jump to

Keyboard shortcuts

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