awsapis_mocks

package module
v0.0.0-...-78ba6d8 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2023 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Overview

Package awsapis_mocks is a generated GoMock package.

Package awsapis_mocks is a generated GoMock package.

Package awsapis_mocks is a generated GoMock package.

Package awsapis_mocks is a generated GoMock package.

Package awsapis_mocks is a generated GoMock package.

Package awsapis_mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAWSProvider

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

MockAWSProvider is a mock of AWSProvider interface.

func NewMockAWSProvider

func NewMockAWSProvider(ctrl *gomock.Controller) *MockAWSProvider

NewMockAWSProvider creates a new mock instance.

func (*MockAWSProvider) EXPECT

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

func (*MockAWSProvider) NewAutoScalingApi

func (m *MockAWSProvider) NewAutoScalingApi() awsapis.AutoScalingApi

NewAutoScalingApi mocks base method.

func (*MockAWSProvider) NewDynamodbApi

func (m *MockAWSProvider) NewDynamodbApi() awsapis.DynamodbApi

NewDynamodbApi mocks base method.

func (*MockAWSProvider) NewEc2Api

func (m *MockAWSProvider) NewEc2Api() awsapis.Ec2Api

NewEc2Api mocks base method.

func (*MockAWSProvider) NewEcsApi

func (m *MockAWSProvider) NewEcsApi() awsapis.EcsApi

NewEcsApi mocks base method.

func (*MockAWSProvider) NewElbV2Api

func (m *MockAWSProvider) NewElbV2Api() awsapis.ElbV2Api

NewElbV2Api mocks base method.

type MockAWSProviderMockRecorder

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

MockAWSProviderMockRecorder is the mock recorder for MockAWSProvider.

func (*MockAWSProviderMockRecorder) NewAutoScalingApi

func (mr *MockAWSProviderMockRecorder) NewAutoScalingApi() *gomock.Call

NewAutoScalingApi indicates an expected call of NewAutoScalingApi.

func (*MockAWSProviderMockRecorder) NewDynamodbApi

func (mr *MockAWSProviderMockRecorder) NewDynamodbApi() *gomock.Call

NewDynamodbApi indicates an expected call of NewDynamodbApi.

func (*MockAWSProviderMockRecorder) NewEc2Api

func (mr *MockAWSProviderMockRecorder) NewEc2Api() *gomock.Call

NewEc2Api indicates an expected call of NewEc2Api.

func (*MockAWSProviderMockRecorder) NewEcsApi

func (mr *MockAWSProviderMockRecorder) NewEcsApi() *gomock.Call

NewEcsApi indicates an expected call of NewEcsApi.

func (*MockAWSProviderMockRecorder) NewElbV2Api

func (mr *MockAWSProviderMockRecorder) NewElbV2Api() *gomock.Call

NewElbV2Api indicates an expected call of NewElbV2Api.

type MockAutoScalingApi

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

MockAutoScalingApi is a mock of AutoScalingApi interface.

func NewMockAutoScalingApi

func NewMockAutoScalingApi(ctrl *gomock.Controller) *MockAutoScalingApi

NewMockAutoScalingApi creates a new mock instance.

func (*MockAutoScalingApi) DescribeAutoScalingGroups

DescribeAutoScalingGroups mocks base method.

func (*MockAutoScalingApi) EXPECT

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

func (*MockAutoScalingApi) NewDescribeAutoScalingGroupsPaginator

NewDescribeAutoScalingGroupsPaginator mocks base method.

func (*MockAutoScalingApi) UpdateAutoScalingGroup

UpdateAutoScalingGroup mocks base method.

type MockAutoScalingApiMockRecorder

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

MockAutoScalingApiMockRecorder is the mock recorder for MockAutoScalingApi.

func (*MockAutoScalingApiMockRecorder) DescribeAutoScalingGroups

func (mr *MockAutoScalingApiMockRecorder) DescribeAutoScalingGroups(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeAutoScalingGroups indicates an expected call of DescribeAutoScalingGroups.

func (*MockAutoScalingApiMockRecorder) NewDescribeAutoScalingGroupsPaginator

func (mr *MockAutoScalingApiMockRecorder) NewDescribeAutoScalingGroupsPaginator(params interface{}) *gomock.Call

NewDescribeAutoScalingGroupsPaginator indicates an expected call of NewDescribeAutoScalingGroupsPaginator.

func (*MockAutoScalingApiMockRecorder) UpdateAutoScalingGroup

func (mr *MockAutoScalingApiMockRecorder) UpdateAutoScalingGroup(ctx, params interface{}, optFns ...interface{}) *gomock.Call

UpdateAutoScalingGroup indicates an expected call of UpdateAutoScalingGroup.

type MockAutoScalingDescriber

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

MockAutoScalingDescriber is a mock of AutoScalingDescriber interface.

func NewMockAutoScalingDescriber

func NewMockAutoScalingDescriber(ctrl *gomock.Controller) *MockAutoScalingDescriber

NewMockAutoScalingDescriber creates a new mock instance.

func (*MockAutoScalingDescriber) DescribeAutoScalingGroups

DescribeAutoScalingGroups mocks base method.

func (*MockAutoScalingDescriber) EXPECT

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

type MockAutoScalingDescriberMockRecorder

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

MockAutoScalingDescriberMockRecorder is the mock recorder for MockAutoScalingDescriber.

func (*MockAutoScalingDescriberMockRecorder) DescribeAutoScalingGroups

func (mr *MockAutoScalingDescriberMockRecorder) DescribeAutoScalingGroups(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeAutoScalingGroups indicates an expected call of DescribeAutoScalingGroups.

type MockAutoScalingGroupUpdater

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

MockAutoScalingGroupUpdater is a mock of AutoScalingGroupUpdater interface.

func NewMockAutoScalingGroupUpdater

func NewMockAutoScalingGroupUpdater(ctrl *gomock.Controller) *MockAutoScalingGroupUpdater

NewMockAutoScalingGroupUpdater creates a new mock instance.

func (*MockAutoScalingGroupUpdater) EXPECT

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

func (*MockAutoScalingGroupUpdater) UpdateAutoScalingGroup

UpdateAutoScalingGroup mocks base method.

type MockAutoScalingGroupUpdaterMockRecorder

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

MockAutoScalingGroupUpdaterMockRecorder is the mock recorder for MockAutoScalingGroupUpdater.

func (*MockAutoScalingGroupUpdaterMockRecorder) UpdateAutoScalingGroup

func (mr *MockAutoScalingGroupUpdaterMockRecorder) UpdateAutoScalingGroup(ctx, params interface{}, optFns ...interface{}) *gomock.Call

UpdateAutoScalingGroup indicates an expected call of UpdateAutoScalingGroup.

type MockDescribeAutoScalingGroupsPager

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

MockDescribeAutoScalingGroupsPager is a mock of DescribeAutoScalingGroupsPager interface.

func NewMockDescribeAutoScalingGroupsPager

func NewMockDescribeAutoScalingGroupsPager(ctrl *gomock.Controller) *MockDescribeAutoScalingGroupsPager

NewMockDescribeAutoScalingGroupsPager creates a new mock instance.

func (*MockDescribeAutoScalingGroupsPager) EXPECT

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

func (*MockDescribeAutoScalingGroupsPager) HasMorePages

func (m *MockDescribeAutoScalingGroupsPager) HasMorePages() bool

HasMorePages mocks base method.

func (*MockDescribeAutoScalingGroupsPager) NextPage

NextPage mocks base method.

type MockDescribeAutoScalingGroupsPagerMockRecorder

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

MockDescribeAutoScalingGroupsPagerMockRecorder is the mock recorder for MockDescribeAutoScalingGroupsPager.

func (*MockDescribeAutoScalingGroupsPagerMockRecorder) HasMorePages

HasMorePages indicates an expected call of HasMorePages.

func (*MockDescribeAutoScalingGroupsPagerMockRecorder) NextPage

func (mr *MockDescribeAutoScalingGroupsPagerMockRecorder) NextPage(arg0 interface{}, arg1 ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockDescribeAutoScalingGroupsPaginator

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

MockDescribeAutoScalingGroupsPaginator is a mock of DescribeAutoScalingGroupsPaginator interface.

func NewMockDescribeAutoScalingGroupsPaginator

func NewMockDescribeAutoScalingGroupsPaginator(ctrl *gomock.Controller) *MockDescribeAutoScalingGroupsPaginator

NewMockDescribeAutoScalingGroupsPaginator creates a new mock instance.

func (*MockDescribeAutoScalingGroupsPaginator) EXPECT

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

func (*MockDescribeAutoScalingGroupsPaginator) NewDescribeAutoScalingGroupsPaginator

NewDescribeAutoScalingGroupsPaginator mocks base method.

type MockDescribeAutoScalingGroupsPaginatorMockRecorder

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

MockDescribeAutoScalingGroupsPaginatorMockRecorder is the mock recorder for MockDescribeAutoScalingGroupsPaginator.

func (*MockDescribeAutoScalingGroupsPaginatorMockRecorder) NewDescribeAutoScalingGroupsPaginator

func (mr *MockDescribeAutoScalingGroupsPaginatorMockRecorder) NewDescribeAutoScalingGroupsPaginator(params interface{}) *gomock.Call

NewDescribeAutoScalingGroupsPaginator indicates an expected call of NewDescribeAutoScalingGroupsPaginator.

type MockDescribeLoadBalancersPager

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

MockDescribeLoadBalancersPager is a mock of DescribeLoadBalancersPager interface.

func NewMockDescribeLoadBalancersPager

func NewMockDescribeLoadBalancersPager(ctrl *gomock.Controller) *MockDescribeLoadBalancersPager

NewMockDescribeLoadBalancersPager creates a new mock instance.

func (*MockDescribeLoadBalancersPager) EXPECT

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

func (*MockDescribeLoadBalancersPager) HasMorePages

func (m *MockDescribeLoadBalancersPager) HasMorePages() bool

HasMorePages mocks base method.

func (*MockDescribeLoadBalancersPager) NextPage

NextPage mocks base method.

type MockDescribeLoadBalancersPagerMockRecorder

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

MockDescribeLoadBalancersPagerMockRecorder is the mock recorder for MockDescribeLoadBalancersPager.

func (*MockDescribeLoadBalancersPagerMockRecorder) HasMorePages

HasMorePages indicates an expected call of HasMorePages.

func (*MockDescribeLoadBalancersPagerMockRecorder) NextPage

func (mr *MockDescribeLoadBalancersPagerMockRecorder) NextPage(arg0 interface{}, arg1 ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockDescribeLoadBalancersPaginator

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

MockDescribeLoadBalancersPaginator is a mock of DescribeLoadBalancersPaginator interface.

func NewMockDescribeLoadBalancersPaginator

func NewMockDescribeLoadBalancersPaginator(ctrl *gomock.Controller) *MockDescribeLoadBalancersPaginator

NewMockDescribeLoadBalancersPaginator creates a new mock instance.

func (*MockDescribeLoadBalancersPaginator) EXPECT

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

func (*MockDescribeLoadBalancersPaginator) NewDescribeLoadBalancersPaginator

NewDescribeLoadBalancersPaginator mocks base method.

type MockDescribeLoadBalancersPaginatorMockRecorder

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

MockDescribeLoadBalancersPaginatorMockRecorder is the mock recorder for MockDescribeLoadBalancersPaginator.

func (*MockDescribeLoadBalancersPaginatorMockRecorder) NewDescribeLoadBalancersPaginator

func (mr *MockDescribeLoadBalancersPaginatorMockRecorder) NewDescribeLoadBalancersPaginator(params interface{}, optFn ...interface{}) *gomock.Call

NewDescribeLoadBalancersPaginator indicates an expected call of NewDescribeLoadBalancersPaginator.

type MockDynamodbApi

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

MockDynamodbApi is a mock of DynamodbApi interface.

func NewMockDynamodbApi

func NewMockDynamodbApi(ctrl *gomock.Controller) *MockDynamodbApi

NewMockDynamodbApi creates a new mock instance.

func (*MockDynamodbApi) CreateTable

func (m *MockDynamodbApi) CreateTable(ctx context.Context, params *dynamodb.CreateTableInput, optFns ...func(*dynamodb.Options)) (*dynamodb.CreateTableOutput, error)

CreateTable mocks base method.

func (*MockDynamodbApi) DeleteItem

func (m *MockDynamodbApi) DeleteItem(ctx context.Context, params *dynamodb.DeleteItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.DeleteItemOutput, error)

DeleteItem mocks base method.

func (*MockDynamodbApi) DescribeTable

func (m *MockDynamodbApi) DescribeTable(ctx context.Context, params *dynamodb.DescribeTableInput, optFns ...func(*dynamodb.Options)) (*dynamodb.DescribeTableOutput, error)

DescribeTable mocks base method.

func (*MockDynamodbApi) EXPECT

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

func (*MockDynamodbApi) GetItem

func (m *MockDynamodbApi) GetItem(ctx context.Context, params *dynamodb.GetItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.GetItemOutput, error)

GetItem mocks base method.

func (*MockDynamodbApi) NewQueryPaginator

func (m *MockDynamodbApi) NewQueryPaginator(params *dynamodb.QueryInput) awsapis.DynamodbQueryPager

NewQueryPaginator mocks base method.

func (*MockDynamodbApi) NewTableExistsWaiter

func (m *MockDynamodbApi) NewTableExistsWaiter() awsapis.DynamodbTableExistsWaiter

NewTableExistsWaiter mocks base method.

func (*MockDynamodbApi) PutItem

func (m *MockDynamodbApi) PutItem(ctx context.Context, params *dynamodb.PutItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.PutItemOutput, error)

PutItem mocks base method.

type MockDynamodbApiMockRecorder

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

MockDynamodbApiMockRecorder is the mock recorder for MockDynamodbApi.

func (*MockDynamodbApiMockRecorder) CreateTable

func (mr *MockDynamodbApiMockRecorder) CreateTable(ctx, params interface{}, optFns ...interface{}) *gomock.Call

CreateTable indicates an expected call of CreateTable.

func (*MockDynamodbApiMockRecorder) DeleteItem

func (mr *MockDynamodbApiMockRecorder) DeleteItem(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DeleteItem indicates an expected call of DeleteItem.

func (*MockDynamodbApiMockRecorder) DescribeTable

func (mr *MockDynamodbApiMockRecorder) DescribeTable(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeTable indicates an expected call of DescribeTable.

func (*MockDynamodbApiMockRecorder) GetItem

func (mr *MockDynamodbApiMockRecorder) GetItem(ctx, params interface{}, optFns ...interface{}) *gomock.Call

GetItem indicates an expected call of GetItem.

func (*MockDynamodbApiMockRecorder) NewQueryPaginator

func (mr *MockDynamodbApiMockRecorder) NewQueryPaginator(params interface{}) *gomock.Call

NewQueryPaginator indicates an expected call of NewQueryPaginator.

func (*MockDynamodbApiMockRecorder) NewTableExistsWaiter

func (mr *MockDynamodbApiMockRecorder) NewTableExistsWaiter() *gomock.Call

NewTableExistsWaiter indicates an expected call of NewTableExistsWaiter.

func (*MockDynamodbApiMockRecorder) PutItem

func (mr *MockDynamodbApiMockRecorder) PutItem(ctx, params interface{}, optFns ...interface{}) *gomock.Call

PutItem indicates an expected call of PutItem.

type MockDynamodbItemDeleter

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

MockDynamodbItemDeleter is a mock of DynamodbItemDeleter interface.

func NewMockDynamodbItemDeleter

func NewMockDynamodbItemDeleter(ctrl *gomock.Controller) *MockDynamodbItemDeleter

NewMockDynamodbItemDeleter creates a new mock instance.

func (*MockDynamodbItemDeleter) DeleteItem

DeleteItem mocks base method.

func (*MockDynamodbItemDeleter) EXPECT

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

type MockDynamodbItemDeleterMockRecorder

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

MockDynamodbItemDeleterMockRecorder is the mock recorder for MockDynamodbItemDeleter.

func (*MockDynamodbItemDeleterMockRecorder) DeleteItem

func (mr *MockDynamodbItemDeleterMockRecorder) DeleteItem(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DeleteItem indicates an expected call of DeleteItem.

type MockDynamodbItemGetter

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

MockDynamodbItemGetter is a mock of DynamodbItemGetter interface.

func NewMockDynamodbItemGetter

func NewMockDynamodbItemGetter(ctrl *gomock.Controller) *MockDynamodbItemGetter

NewMockDynamodbItemGetter creates a new mock instance.

func (*MockDynamodbItemGetter) EXPECT

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

func (*MockDynamodbItemGetter) GetItem

func (m *MockDynamodbItemGetter) GetItem(ctx context.Context, params *dynamodb.GetItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.GetItemOutput, error)

GetItem mocks base method.

type MockDynamodbItemGetterMockRecorder

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

MockDynamodbItemGetterMockRecorder is the mock recorder for MockDynamodbItemGetter.

func (*MockDynamodbItemGetterMockRecorder) GetItem

func (mr *MockDynamodbItemGetterMockRecorder) GetItem(ctx, params interface{}, optFns ...interface{}) *gomock.Call

GetItem indicates an expected call of GetItem.

type MockDynamodbItemPutter

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

MockDynamodbItemPutter is a mock of DynamodbItemPutter interface.

func NewMockDynamodbItemPutter

func NewMockDynamodbItemPutter(ctrl *gomock.Controller) *MockDynamodbItemPutter

NewMockDynamodbItemPutter creates a new mock instance.

func (*MockDynamodbItemPutter) EXPECT

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

func (*MockDynamodbItemPutter) PutItem

func (m *MockDynamodbItemPutter) PutItem(ctx context.Context, params *dynamodb.PutItemInput, optFns ...func(*dynamodb.Options)) (*dynamodb.PutItemOutput, error)

PutItem mocks base method.

type MockDynamodbItemPutterMockRecorder

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

MockDynamodbItemPutterMockRecorder is the mock recorder for MockDynamodbItemPutter.

func (*MockDynamodbItemPutterMockRecorder) PutItem

func (mr *MockDynamodbItemPutterMockRecorder) PutItem(ctx, params interface{}, optFns ...interface{}) *gomock.Call

PutItem indicates an expected call of PutItem.

type MockDynamodbQueryPager

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

MockDynamodbQueryPager is a mock of DynamodbQueryPager interface.

func NewMockDynamodbQueryPager

func NewMockDynamodbQueryPager(ctrl *gomock.Controller) *MockDynamodbQueryPager

NewMockDynamodbQueryPager creates a new mock instance.

func (*MockDynamodbQueryPager) EXPECT

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

func (*MockDynamodbQueryPager) HasMorePages

func (m *MockDynamodbQueryPager) HasMorePages() bool

HasMorePages mocks base method.

func (*MockDynamodbQueryPager) NextPage

func (m *MockDynamodbQueryPager) NextPage(arg0 context.Context, arg1 ...func(*dynamodb.Options)) (*dynamodb.QueryOutput, error)

NextPage mocks base method.

type MockDynamodbQueryPagerMockRecorder

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

MockDynamodbQueryPagerMockRecorder is the mock recorder for MockDynamodbQueryPager.

func (*MockDynamodbQueryPagerMockRecorder) HasMorePages

func (mr *MockDynamodbQueryPagerMockRecorder) HasMorePages() *gomock.Call

HasMorePages indicates an expected call of HasMorePages.

func (*MockDynamodbQueryPagerMockRecorder) NextPage

func (mr *MockDynamodbQueryPagerMockRecorder) NextPage(arg0 interface{}, arg1 ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockDynamodbQueryPaginator

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

MockDynamodbQueryPaginator is a mock of DynamodbQueryPaginator interface.

func NewMockDynamodbQueryPaginator

func NewMockDynamodbQueryPaginator(ctrl *gomock.Controller) *MockDynamodbQueryPaginator

NewMockDynamodbQueryPaginator creates a new mock instance.

func (*MockDynamodbQueryPaginator) EXPECT

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

func (*MockDynamodbQueryPaginator) NewQueryPaginator

NewQueryPaginator mocks base method.

type MockDynamodbQueryPaginatorMockRecorder

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

MockDynamodbQueryPaginatorMockRecorder is the mock recorder for MockDynamodbQueryPaginator.

func (*MockDynamodbQueryPaginatorMockRecorder) NewQueryPaginator

func (mr *MockDynamodbQueryPaginatorMockRecorder) NewQueryPaginator(params interface{}) *gomock.Call

NewQueryPaginator indicates an expected call of NewQueryPaginator.

type MockDynamodbTableCreator

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

MockDynamodbTableCreator is a mock of DynamodbTableCreator interface.

func NewMockDynamodbTableCreator

func NewMockDynamodbTableCreator(ctrl *gomock.Controller) *MockDynamodbTableCreator

NewMockDynamodbTableCreator creates a new mock instance.

func (*MockDynamodbTableCreator) CreateTable

CreateTable mocks base method.

func (*MockDynamodbTableCreator) EXPECT

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

type MockDynamodbTableCreatorMockRecorder

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

MockDynamodbTableCreatorMockRecorder is the mock recorder for MockDynamodbTableCreator.

func (*MockDynamodbTableCreatorMockRecorder) CreateTable

func (mr *MockDynamodbTableCreatorMockRecorder) CreateTable(ctx, params interface{}, optFns ...interface{}) *gomock.Call

CreateTable indicates an expected call of CreateTable.

type MockDynamodbTableDescriptor

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

MockDynamodbTableDescriptor is a mock of DynamodbTableDescriptor interface.

func NewMockDynamodbTableDescriptor

func NewMockDynamodbTableDescriptor(ctrl *gomock.Controller) *MockDynamodbTableDescriptor

NewMockDynamodbTableDescriptor creates a new mock instance.

func (*MockDynamodbTableDescriptor) DescribeTable

DescribeTable mocks base method.

func (*MockDynamodbTableDescriptor) EXPECT

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

type MockDynamodbTableDescriptorMockRecorder

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

MockDynamodbTableDescriptorMockRecorder is the mock recorder for MockDynamodbTableDescriptor.

func (*MockDynamodbTableDescriptorMockRecorder) DescribeTable

func (mr *MockDynamodbTableDescriptorMockRecorder) DescribeTable(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeTable indicates an expected call of DescribeTable.

type MockDynamodbTableExistsWaiter

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

MockDynamodbTableExistsWaiter is a mock of DynamodbTableExistsWaiter interface.

func NewMockDynamodbTableExistsWaiter

func NewMockDynamodbTableExistsWaiter(ctrl *gomock.Controller) *MockDynamodbTableExistsWaiter

NewMockDynamodbTableExistsWaiter creates a new mock instance.

func (*MockDynamodbTableExistsWaiter) EXPECT

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

func (*MockDynamodbTableExistsWaiter) Wait

Wait mocks base method.

type MockDynamodbTableExistsWaiterIface

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

MockDynamodbTableExistsWaiterIface is a mock of DynamodbTableExistsWaiterIface interface.

func NewMockDynamodbTableExistsWaiterIface

func NewMockDynamodbTableExistsWaiterIface(ctrl *gomock.Controller) *MockDynamodbTableExistsWaiterIface

NewMockDynamodbTableExistsWaiterIface creates a new mock instance.

func (*MockDynamodbTableExistsWaiterIface) EXPECT

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

func (*MockDynamodbTableExistsWaiterIface) NewTableExistsWaiter

NewTableExistsWaiter mocks base method.

type MockDynamodbTableExistsWaiterIfaceMockRecorder

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

MockDynamodbTableExistsWaiterIfaceMockRecorder is the mock recorder for MockDynamodbTableExistsWaiterIface.

func (*MockDynamodbTableExistsWaiterIfaceMockRecorder) NewTableExistsWaiter

func (mr *MockDynamodbTableExistsWaiterIfaceMockRecorder) NewTableExistsWaiter() *gomock.Call

NewTableExistsWaiter indicates an expected call of NewTableExistsWaiter.

type MockDynamodbTableExistsWaiterMockRecorder

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

MockDynamodbTableExistsWaiterMockRecorder is the mock recorder for MockDynamodbTableExistsWaiter.

func (*MockDynamodbTableExistsWaiterMockRecorder) Wait

func (mr *MockDynamodbTableExistsWaiterMockRecorder) Wait(ctx, params, maxWaitDur interface{}, optFns ...interface{}) *gomock.Call

Wait indicates an expected call of Wait.

type MockEc2Api

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

MockEc2Api is a mock of Ec2Api interface.

func NewMockEc2Api

func NewMockEc2Api(ctrl *gomock.Controller) *MockEc2Api

NewMockEc2Api creates a new mock instance.

func (*MockEc2Api) DescribeSubnets

func (m *MockEc2Api) DescribeSubnets(ctx context.Context, params *ec2.DescribeSubnetsInput, optFns ...func(*ec2.Options)) (*ec2.DescribeSubnetsOutput, error)

DescribeSubnets mocks base method.

func (*MockEc2Api) EXPECT

func (m *MockEc2Api) EXPECT() *MockEc2ApiMockRecorder

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

func (*MockEc2Api) TerminateInstances

func (m *MockEc2Api) TerminateInstances(ctx context.Context, params *ec2.TerminateInstancesInput, optFns ...func(*ec2.Options)) (*ec2.TerminateInstancesOutput, error)

TerminateInstances mocks base method.

type MockEc2ApiMockRecorder

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

MockEc2ApiMockRecorder is the mock recorder for MockEc2Api.

func (*MockEc2ApiMockRecorder) DescribeSubnets

func (mr *MockEc2ApiMockRecorder) DescribeSubnets(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeSubnets indicates an expected call of DescribeSubnets.

func (*MockEc2ApiMockRecorder) TerminateInstances

func (mr *MockEc2ApiMockRecorder) TerminateInstances(ctx, params interface{}, optFns ...interface{}) *gomock.Call

TerminateInstances indicates an expected call of TerminateInstances.

type MockEc2InstanceTerminator

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

MockEc2InstanceTerminator is a mock of Ec2InstanceTerminator interface.

func NewMockEc2InstanceTerminator

func NewMockEc2InstanceTerminator(ctrl *gomock.Controller) *MockEc2InstanceTerminator

NewMockEc2InstanceTerminator creates a new mock instance.

func (*MockEc2InstanceTerminator) EXPECT

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

func (*MockEc2InstanceTerminator) TerminateInstances

func (m *MockEc2InstanceTerminator) TerminateInstances(ctx context.Context, params *ec2.TerminateInstancesInput, optFns ...func(*ec2.Options)) (*ec2.TerminateInstancesOutput, error)

TerminateInstances mocks base method.

type MockEc2InstanceTerminatorMockRecorder

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

MockEc2InstanceTerminatorMockRecorder is the mock recorder for MockEc2InstanceTerminator.

func (*MockEc2InstanceTerminatorMockRecorder) TerminateInstances

func (mr *MockEc2InstanceTerminatorMockRecorder) TerminateInstances(ctx, params interface{}, optFns ...interface{}) *gomock.Call

TerminateInstances indicates an expected call of TerminateInstances.

type MockEc2SubnetsDescriptor

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

MockEc2SubnetsDescriptor is a mock of Ec2SubnetsDescriptor interface.

func NewMockEc2SubnetsDescriptor

func NewMockEc2SubnetsDescriptor(ctrl *gomock.Controller) *MockEc2SubnetsDescriptor

NewMockEc2SubnetsDescriptor creates a new mock instance.

func (*MockEc2SubnetsDescriptor) DescribeSubnets

func (m *MockEc2SubnetsDescriptor) DescribeSubnets(ctx context.Context, params *ec2.DescribeSubnetsInput, optFns ...func(*ec2.Options)) (*ec2.DescribeSubnetsOutput, error)

DescribeSubnets mocks base method.

func (*MockEc2SubnetsDescriptor) EXPECT

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

type MockEc2SubnetsDescriptorMockRecorder

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

MockEc2SubnetsDescriptorMockRecorder is the mock recorder for MockEc2SubnetsDescriptor.

func (*MockEc2SubnetsDescriptorMockRecorder) DescribeSubnets

func (mr *MockEc2SubnetsDescriptorMockRecorder) DescribeSubnets(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeSubnets indicates an expected call of DescribeSubnets.

type MockEcsApi

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

MockEcsApi is a mock of EcsApi interface.

func NewMockEcsApi

func NewMockEcsApi(ctrl *gomock.Controller) *MockEcsApi

NewMockEcsApi creates a new mock instance.

func (*MockEcsApi) DescribeServices

func (m *MockEcsApi) DescribeServices(ctx context.Context, params *ecs.DescribeServicesInput, optFns ...func(*ecs.Options)) (*ecs.DescribeServicesOutput, error)

DescribeServices mocks base method.

func (*MockEcsApi) DescribeTasks

func (m *MockEcsApi) DescribeTasks(ctx context.Context, params *ecs.DescribeTasksInput, optFns ...func(*ecs.Options)) (*ecs.DescribeTasksOutput, error)

DescribeTasks mocks base method.

func (*MockEcsApi) EXPECT

func (m *MockEcsApi) EXPECT() *MockEcsApiMockRecorder

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

func (*MockEcsApi) ListTagsForResource

func (m *MockEcsApi) ListTagsForResource(ctx context.Context, params *ecs.ListTagsForResourceInput, optFns ...func(*ecs.Options)) (*ecs.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

func (*MockEcsApi) NewListClustersPaginator

func (m *MockEcsApi) NewListClustersPaginator(params *ecs.ListClustersInput) awsapis.ListClustersPager

NewListClustersPaginator mocks base method.

func (*MockEcsApi) NewListServicesPaginator

func (m *MockEcsApi) NewListServicesPaginator(params *ecs.ListServicesInput) awsapis.ListServicesPager

NewListServicesPaginator mocks base method.

func (*MockEcsApi) NewListTasksPaginator

func (m *MockEcsApi) NewListTasksPaginator(params *ecs.ListTasksInput) awsapis.ListTasksPager

NewListTasksPaginator mocks base method.

func (*MockEcsApi) StopTask

func (m *MockEcsApi) StopTask(ctx context.Context, params *ecs.StopTaskInput, optFns ...func(*ecs.Options)) (*ecs.StopTaskOutput, error)

StopTask mocks base method.

func (*MockEcsApi) UpdateService

func (m *MockEcsApi) UpdateService(ctx context.Context, params *ecs.UpdateServiceInput, optFns ...func(*ecs.Options)) (*ecs.UpdateServiceOutput, error)

UpdateService mocks base method.

type MockEcsApiMockRecorder

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

MockEcsApiMockRecorder is the mock recorder for MockEcsApi.

func (*MockEcsApiMockRecorder) DescribeServices

func (mr *MockEcsApiMockRecorder) DescribeServices(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeServices indicates an expected call of DescribeServices.

func (*MockEcsApiMockRecorder) DescribeTasks

func (mr *MockEcsApiMockRecorder) DescribeTasks(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeTasks indicates an expected call of DescribeTasks.

func (*MockEcsApiMockRecorder) ListTagsForResource

func (mr *MockEcsApiMockRecorder) ListTagsForResource(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockEcsApiMockRecorder) NewListClustersPaginator

func (mr *MockEcsApiMockRecorder) NewListClustersPaginator(params interface{}) *gomock.Call

NewListClustersPaginator indicates an expected call of NewListClustersPaginator.

func (*MockEcsApiMockRecorder) NewListServicesPaginator

func (mr *MockEcsApiMockRecorder) NewListServicesPaginator(params interface{}) *gomock.Call

NewListServicesPaginator indicates an expected call of NewListServicesPaginator.

func (*MockEcsApiMockRecorder) NewListTasksPaginator

func (mr *MockEcsApiMockRecorder) NewListTasksPaginator(params interface{}) *gomock.Call

NewListTasksPaginator indicates an expected call of NewListTasksPaginator.

func (*MockEcsApiMockRecorder) StopTask

func (mr *MockEcsApiMockRecorder) StopTask(ctx, params interface{}, optFns ...interface{}) *gomock.Call

StopTask indicates an expected call of StopTask.

func (*MockEcsApiMockRecorder) UpdateService

func (mr *MockEcsApiMockRecorder) UpdateService(ctx, params interface{}, optFns ...interface{}) *gomock.Call

UpdateService indicates an expected call of UpdateService.

type MockEcsServiceDescriptor

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

MockEcsServiceDescriptor is a mock of EcsServiceDescriptor interface.

func NewMockEcsServiceDescriptor

func NewMockEcsServiceDescriptor(ctrl *gomock.Controller) *MockEcsServiceDescriptor

NewMockEcsServiceDescriptor creates a new mock instance.

func (*MockEcsServiceDescriptor) DescribeServices

func (m *MockEcsServiceDescriptor) DescribeServices(ctx context.Context, params *ecs.DescribeServicesInput, optFns ...func(*ecs.Options)) (*ecs.DescribeServicesOutput, error)

DescribeServices mocks base method.

func (*MockEcsServiceDescriptor) EXPECT

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

type MockEcsServiceDescriptorMockRecorder

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

MockEcsServiceDescriptorMockRecorder is the mock recorder for MockEcsServiceDescriptor.

func (*MockEcsServiceDescriptorMockRecorder) DescribeServices

func (mr *MockEcsServiceDescriptorMockRecorder) DescribeServices(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeServices indicates an expected call of DescribeServices.

type MockEcsServiceUpdater

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

MockEcsServiceUpdater is a mock of EcsServiceUpdater interface.

func NewMockEcsServiceUpdater

func NewMockEcsServiceUpdater(ctrl *gomock.Controller) *MockEcsServiceUpdater

NewMockEcsServiceUpdater creates a new mock instance.

func (*MockEcsServiceUpdater) EXPECT

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

func (*MockEcsServiceUpdater) UpdateService

func (m *MockEcsServiceUpdater) UpdateService(ctx context.Context, params *ecs.UpdateServiceInput, optFns ...func(*ecs.Options)) (*ecs.UpdateServiceOutput, error)

UpdateService mocks base method.

type MockEcsServiceUpdaterMockRecorder

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

MockEcsServiceUpdaterMockRecorder is the mock recorder for MockEcsServiceUpdater.

func (*MockEcsServiceUpdaterMockRecorder) UpdateService

func (mr *MockEcsServiceUpdaterMockRecorder) UpdateService(ctx, params interface{}, optFns ...interface{}) *gomock.Call

UpdateService indicates an expected call of UpdateService.

type MockEcsTagsLister

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

MockEcsTagsLister is a mock of EcsTagsLister interface.

func NewMockEcsTagsLister

func NewMockEcsTagsLister(ctrl *gomock.Controller) *MockEcsTagsLister

NewMockEcsTagsLister creates a new mock instance.

func (*MockEcsTagsLister) EXPECT

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

func (*MockEcsTagsLister) ListTagsForResource

func (m *MockEcsTagsLister) ListTagsForResource(ctx context.Context, params *ecs.ListTagsForResourceInput, optFns ...func(*ecs.Options)) (*ecs.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

type MockEcsTagsListerMockRecorder

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

MockEcsTagsListerMockRecorder is the mock recorder for MockEcsTagsLister.

func (*MockEcsTagsListerMockRecorder) ListTagsForResource

func (mr *MockEcsTagsListerMockRecorder) ListTagsForResource(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

type MockEcsTaskDescriptor

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

MockEcsTaskDescriptor is a mock of EcsTaskDescriptor interface.

func NewMockEcsTaskDescriptor

func NewMockEcsTaskDescriptor(ctrl *gomock.Controller) *MockEcsTaskDescriptor

NewMockEcsTaskDescriptor creates a new mock instance.

func (*MockEcsTaskDescriptor) DescribeTasks

func (m *MockEcsTaskDescriptor) DescribeTasks(ctx context.Context, params *ecs.DescribeTasksInput, optFns ...func(*ecs.Options)) (*ecs.DescribeTasksOutput, error)

DescribeTasks mocks base method.

func (*MockEcsTaskDescriptor) EXPECT

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

type MockEcsTaskDescriptorMockRecorder

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

MockEcsTaskDescriptorMockRecorder is the mock recorder for MockEcsTaskDescriptor.

func (*MockEcsTaskDescriptorMockRecorder) DescribeTasks

func (mr *MockEcsTaskDescriptorMockRecorder) DescribeTasks(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeTasks indicates an expected call of DescribeTasks.

type MockEcsTaskStopper

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

MockEcsTaskStopper is a mock of EcsTaskStopper interface.

func NewMockEcsTaskStopper

func NewMockEcsTaskStopper(ctrl *gomock.Controller) *MockEcsTaskStopper

NewMockEcsTaskStopper creates a new mock instance.

func (*MockEcsTaskStopper) EXPECT

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

func (*MockEcsTaskStopper) StopTask

func (m *MockEcsTaskStopper) StopTask(ctx context.Context, params *ecs.StopTaskInput, optFns ...func(*ecs.Options)) (*ecs.StopTaskOutput, error)

StopTask mocks base method.

type MockEcsTaskStopperMockRecorder

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

MockEcsTaskStopperMockRecorder is the mock recorder for MockEcsTaskStopper.

func (*MockEcsTaskStopperMockRecorder) StopTask

func (mr *MockEcsTaskStopperMockRecorder) StopTask(ctx, params interface{}, optFns ...interface{}) *gomock.Call

StopTask indicates an expected call of StopTask.

type MockElbV2Api

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

MockElbV2Api is a mock of ElbV2Api interface.

func NewMockElbV2Api

func NewMockElbV2Api(ctrl *gomock.Controller) *MockElbV2Api

NewMockElbV2Api creates a new mock instance.

func (*MockElbV2Api) DescribeLoadBalancers

DescribeLoadBalancers mocks base method.

func (*MockElbV2Api) DescribeTags

DescribeTags mocks base method.

func (*MockElbV2Api) EXPECT

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

func (*MockElbV2Api) NewDescribeLoadBalancersPaginator

NewDescribeLoadBalancersPaginator mocks base method.

func (*MockElbV2Api) SetSubnets

SetSubnets mocks base method.

type MockElbV2ApiMockRecorder

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

MockElbV2ApiMockRecorder is the mock recorder for MockElbV2Api.

func (*MockElbV2ApiMockRecorder) DescribeLoadBalancers

func (mr *MockElbV2ApiMockRecorder) DescribeLoadBalancers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers.

func (*MockElbV2ApiMockRecorder) DescribeTags

func (mr *MockElbV2ApiMockRecorder) DescribeTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags.

func (*MockElbV2ApiMockRecorder) NewDescribeLoadBalancersPaginator

func (mr *MockElbV2ApiMockRecorder) NewDescribeLoadBalancersPaginator(params interface{}, optFn ...interface{}) *gomock.Call

NewDescribeLoadBalancersPaginator indicates an expected call of NewDescribeLoadBalancersPaginator.

func (*MockElbV2ApiMockRecorder) SetSubnets

func (mr *MockElbV2ApiMockRecorder) SetSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSubnets indicates an expected call of SetSubnets.

type MockElbV2LoadBalancersDescriptor

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

MockElbV2LoadBalancersDescriptor is a mock of ElbV2LoadBalancersDescriptor interface.

func NewMockElbV2LoadBalancersDescriptor

func NewMockElbV2LoadBalancersDescriptor(ctrl *gomock.Controller) *MockElbV2LoadBalancersDescriptor

NewMockElbV2LoadBalancersDescriptor creates a new mock instance.

func (*MockElbV2LoadBalancersDescriptor) DescribeLoadBalancers

DescribeLoadBalancers mocks base method.

func (*MockElbV2LoadBalancersDescriptor) EXPECT

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

type MockElbV2LoadBalancersDescriptorMockRecorder

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

MockElbV2LoadBalancersDescriptorMockRecorder is the mock recorder for MockElbV2LoadBalancersDescriptor.

func (*MockElbV2LoadBalancersDescriptorMockRecorder) DescribeLoadBalancers

func (mr *MockElbV2LoadBalancersDescriptorMockRecorder) DescribeLoadBalancers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers.

type MockElbV2SubnetSetter

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

MockElbV2SubnetSetter is a mock of ElbV2SubnetSetter interface.

func NewMockElbV2SubnetSetter

func NewMockElbV2SubnetSetter(ctrl *gomock.Controller) *MockElbV2SubnetSetter

NewMockElbV2SubnetSetter creates a new mock instance.

func (*MockElbV2SubnetSetter) EXPECT

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

func (*MockElbV2SubnetSetter) SetSubnets

SetSubnets mocks base method.

type MockElbV2SubnetSetterMockRecorder

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

MockElbV2SubnetSetterMockRecorder is the mock recorder for MockElbV2SubnetSetter.

func (*MockElbV2SubnetSetterMockRecorder) SetSubnets

func (mr *MockElbV2SubnetSetterMockRecorder) SetSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSubnets indicates an expected call of SetSubnets.

type MockElbV2TagDescriptor

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

MockElbV2TagDescriptor is a mock of ElbV2TagDescriptor interface.

func NewMockElbV2TagDescriptor

func NewMockElbV2TagDescriptor(ctrl *gomock.Controller) *MockElbV2TagDescriptor

NewMockElbV2TagDescriptor creates a new mock instance.

func (*MockElbV2TagDescriptor) DescribeTags

DescribeTags mocks base method.

func (*MockElbV2TagDescriptor) EXPECT

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

type MockElbV2TagDescriptorMockRecorder

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

MockElbV2TagDescriptorMockRecorder is the mock recorder for MockElbV2TagDescriptor.

func (*MockElbV2TagDescriptorMockRecorder) DescribeTags

func (mr *MockElbV2TagDescriptorMockRecorder) DescribeTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags.

type MockListClustersPager

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

MockListClustersPager is a mock of ListClustersPager interface.

func NewMockListClustersPager

func NewMockListClustersPager(ctrl *gomock.Controller) *MockListClustersPager

NewMockListClustersPager creates a new mock instance.

func (*MockListClustersPager) EXPECT

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

func (*MockListClustersPager) HasMorePages

func (m *MockListClustersPager) HasMorePages() bool

HasMorePages mocks base method.

func (*MockListClustersPager) NextPage

func (m *MockListClustersPager) NextPage(arg0 context.Context, arg1 ...func(*ecs.Options)) (*ecs.ListClustersOutput, error)

NextPage mocks base method.

type MockListClustersPagerMockRecorder

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

MockListClustersPagerMockRecorder is the mock recorder for MockListClustersPager.

func (*MockListClustersPagerMockRecorder) HasMorePages

func (mr *MockListClustersPagerMockRecorder) HasMorePages() *gomock.Call

HasMorePages indicates an expected call of HasMorePages.

func (*MockListClustersPagerMockRecorder) NextPage

func (mr *MockListClustersPagerMockRecorder) NextPage(arg0 interface{}, arg1 ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockListClustersPaginator

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

MockListClustersPaginator is a mock of ListClustersPaginator interface.

func NewMockListClustersPaginator

func NewMockListClustersPaginator(ctrl *gomock.Controller) *MockListClustersPaginator

NewMockListClustersPaginator creates a new mock instance.

func (*MockListClustersPaginator) EXPECT

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

func (*MockListClustersPaginator) NewListClustersPaginator

func (m *MockListClustersPaginator) NewListClustersPaginator(params *ecs.ListClustersInput) awsapis.ListClustersPager

NewListClustersPaginator mocks base method.

type MockListClustersPaginatorMockRecorder

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

MockListClustersPaginatorMockRecorder is the mock recorder for MockListClustersPaginator.

func (*MockListClustersPaginatorMockRecorder) NewListClustersPaginator

func (mr *MockListClustersPaginatorMockRecorder) NewListClustersPaginator(params interface{}) *gomock.Call

NewListClustersPaginator indicates an expected call of NewListClustersPaginator.

type MockListServicesPager

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

MockListServicesPager is a mock of ListServicesPager interface.

func NewMockListServicesPager

func NewMockListServicesPager(ctrl *gomock.Controller) *MockListServicesPager

NewMockListServicesPager creates a new mock instance.

func (*MockListServicesPager) EXPECT

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

func (*MockListServicesPager) HasMorePages

func (m *MockListServicesPager) HasMorePages() bool

HasMorePages mocks base method.

func (*MockListServicesPager) NextPage

func (m *MockListServicesPager) NextPage(arg0 context.Context, arg1 ...func(*ecs.Options)) (*ecs.ListServicesOutput, error)

NextPage mocks base method.

type MockListServicesPagerMockRecorder

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

MockListServicesPagerMockRecorder is the mock recorder for MockListServicesPager.

func (*MockListServicesPagerMockRecorder) HasMorePages

func (mr *MockListServicesPagerMockRecorder) HasMorePages() *gomock.Call

HasMorePages indicates an expected call of HasMorePages.

func (*MockListServicesPagerMockRecorder) NextPage

func (mr *MockListServicesPagerMockRecorder) NextPage(arg0 interface{}, arg1 ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockListServicesPaginator

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

MockListServicesPaginator is a mock of ListServicesPaginator interface.

func NewMockListServicesPaginator

func NewMockListServicesPaginator(ctrl *gomock.Controller) *MockListServicesPaginator

NewMockListServicesPaginator creates a new mock instance.

func (*MockListServicesPaginator) EXPECT

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

func (*MockListServicesPaginator) NewListServicesPaginator

func (m *MockListServicesPaginator) NewListServicesPaginator(params *ecs.ListServicesInput) awsapis.ListServicesPager

NewListServicesPaginator mocks base method.

type MockListServicesPaginatorMockRecorder

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

MockListServicesPaginatorMockRecorder is the mock recorder for MockListServicesPaginator.

func (*MockListServicesPaginatorMockRecorder) NewListServicesPaginator

func (mr *MockListServicesPaginatorMockRecorder) NewListServicesPaginator(params interface{}) *gomock.Call

NewListServicesPaginator indicates an expected call of NewListServicesPaginator.

type MockListTasksPager

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

MockListTasksPager is a mock of ListTasksPager interface.

func NewMockListTasksPager

func NewMockListTasksPager(ctrl *gomock.Controller) *MockListTasksPager

NewMockListTasksPager creates a new mock instance.

func (*MockListTasksPager) EXPECT

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

func (*MockListTasksPager) HasMorePages

func (m *MockListTasksPager) HasMorePages() bool

HasMorePages mocks base method.

func (*MockListTasksPager) NextPage

func (m *MockListTasksPager) NextPage(arg0 context.Context, arg1 ...func(*ecs.Options)) (*ecs.ListTasksOutput, error)

NextPage mocks base method.

type MockListTasksPagerMockRecorder

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

MockListTasksPagerMockRecorder is the mock recorder for MockListTasksPager.

func (*MockListTasksPagerMockRecorder) HasMorePages

func (mr *MockListTasksPagerMockRecorder) HasMorePages() *gomock.Call

HasMorePages indicates an expected call of HasMorePages.

func (*MockListTasksPagerMockRecorder) NextPage

func (mr *MockListTasksPagerMockRecorder) NextPage(arg0 interface{}, arg1 ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockListTasksPaginator

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

MockListTasksPaginator is a mock of ListTasksPaginator interface.

func NewMockListTasksPaginator

func NewMockListTasksPaginator(ctrl *gomock.Controller) *MockListTasksPaginator

NewMockListTasksPaginator creates a new mock instance.

func (*MockListTasksPaginator) EXPECT

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

func (*MockListTasksPaginator) NewListTasksPaginator

func (m *MockListTasksPaginator) NewListTasksPaginator(params *ecs.ListTasksInput) awsapis.ListTasksPager

NewListTasksPaginator mocks base method.

type MockListTasksPaginatorMockRecorder

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

MockListTasksPaginatorMockRecorder is the mock recorder for MockListTasksPaginator.

func (*MockListTasksPaginatorMockRecorder) NewListTasksPaginator

func (mr *MockListTasksPaginatorMockRecorder) NewListTasksPaginator(params interface{}) *gomock.Call

NewListTasksPaginator indicates an expected call of NewListTasksPaginator.

Jump to

Keyboard shortcuts

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