mock_ecs

package
v0.0.0-...-b702281 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_ecs is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockECSClient

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

MockECSClient is a mock of ECSClient interface.

func NewMockECSClient

func NewMockECSClient(ctrl *gomock.Controller) *MockECSClient

NewMockECSClient creates a new mock instance.

func (*MockECSClient) DiscoverPollEndpoint

func (m *MockECSClient) DiscoverPollEndpoint(arg0 string) (string, error)

DiscoverPollEndpoint mocks base method.

func (*MockECSClient) DiscoverServiceConnectEndpoint

func (m *MockECSClient) DiscoverServiceConnectEndpoint(arg0 string) (string, error)

DiscoverServiceConnectEndpoint mocks base method.

func (*MockECSClient) DiscoverTelemetryEndpoint

func (m *MockECSClient) DiscoverTelemetryEndpoint(arg0 string) (string, error)

DiscoverTelemetryEndpoint mocks base method.

func (*MockECSClient) EXPECT

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

func (*MockECSClient) GetHostResources

func (m *MockECSClient) GetHostResources() (map[string]*ecs0.Resource, error)

GetHostResources mocks base method.

func (*MockECSClient) GetResourceTags

func (m *MockECSClient) GetResourceTags(arg0 string) ([]*ecs0.Tag, error)

GetResourceTags mocks base method.

func (*MockECSClient) RegisterContainerInstance

func (m *MockECSClient) RegisterContainerInstance(arg0 string, arg1 []*ecs0.Attribute, arg2 []*ecs0.Tag, arg3 string, arg4 []*ecs0.PlatformDevice, arg5 string) (string, string, error)

RegisterContainerInstance mocks base method.

func (*MockECSClient) SubmitAttachmentStateChange

func (m *MockECSClient) SubmitAttachmentStateChange(arg0 ecs.AttachmentStateChange) error

SubmitAttachmentStateChange mocks base method.

func (*MockECSClient) SubmitContainerStateChange

func (m *MockECSClient) SubmitContainerStateChange(arg0 ecs.ContainerStateChange) error

SubmitContainerStateChange mocks base method.

func (*MockECSClient) SubmitTaskStateChange

func (m *MockECSClient) SubmitTaskStateChange(arg0 ecs.TaskStateChange) error

SubmitTaskStateChange mocks base method.

func (*MockECSClient) UpdateContainerInstancesState

func (m *MockECSClient) UpdateContainerInstancesState(arg0, arg1 string) error

UpdateContainerInstancesState mocks base method.

type MockECSClientMockRecorder

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

MockECSClientMockRecorder is the mock recorder for MockECSClient.

func (*MockECSClientMockRecorder) DiscoverPollEndpoint

func (mr *MockECSClientMockRecorder) DiscoverPollEndpoint(arg0 interface{}) *gomock.Call

DiscoverPollEndpoint indicates an expected call of DiscoverPollEndpoint.

func (*MockECSClientMockRecorder) DiscoverServiceConnectEndpoint

func (mr *MockECSClientMockRecorder) DiscoverServiceConnectEndpoint(arg0 interface{}) *gomock.Call

DiscoverServiceConnectEndpoint indicates an expected call of DiscoverServiceConnectEndpoint.

func (*MockECSClientMockRecorder) DiscoverTelemetryEndpoint

func (mr *MockECSClientMockRecorder) DiscoverTelemetryEndpoint(arg0 interface{}) *gomock.Call

DiscoverTelemetryEndpoint indicates an expected call of DiscoverTelemetryEndpoint.

func (*MockECSClientMockRecorder) GetHostResources

func (mr *MockECSClientMockRecorder) GetHostResources() *gomock.Call

GetHostResources indicates an expected call of GetHostResources.

func (*MockECSClientMockRecorder) GetResourceTags

func (mr *MockECSClientMockRecorder) GetResourceTags(arg0 interface{}) *gomock.Call

GetResourceTags indicates an expected call of GetResourceTags.

func (*MockECSClientMockRecorder) RegisterContainerInstance

func (mr *MockECSClientMockRecorder) RegisterContainerInstance(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

RegisterContainerInstance indicates an expected call of RegisterContainerInstance.

func (*MockECSClientMockRecorder) SubmitAttachmentStateChange

func (mr *MockECSClientMockRecorder) SubmitAttachmentStateChange(arg0 interface{}) *gomock.Call

SubmitAttachmentStateChange indicates an expected call of SubmitAttachmentStateChange.

func (*MockECSClientMockRecorder) SubmitContainerStateChange

func (mr *MockECSClientMockRecorder) SubmitContainerStateChange(arg0 interface{}) *gomock.Call

SubmitContainerStateChange indicates an expected call of SubmitContainerStateChange.

func (*MockECSClientMockRecorder) SubmitTaskStateChange

func (mr *MockECSClientMockRecorder) SubmitTaskStateChange(arg0 interface{}) *gomock.Call

SubmitTaskStateChange indicates an expected call of SubmitTaskStateChange.

func (*MockECSClientMockRecorder) UpdateContainerInstancesState

func (mr *MockECSClientMockRecorder) UpdateContainerInstancesState(arg0, arg1 interface{}) *gomock.Call

UpdateContainerInstancesState indicates an expected call of UpdateContainerInstancesState.

type MockECSStandardSDK

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

MockECSStandardSDK is a mock of ECSStandardSDK interface.

func NewMockECSStandardSDK

func NewMockECSStandardSDK(ctrl *gomock.Controller) *MockECSStandardSDK

NewMockECSStandardSDK creates a new mock instance.

func (*MockECSStandardSDK) CreateCluster

CreateCluster mocks base method.

func (*MockECSStandardSDK) DiscoverPollEndpoint

DiscoverPollEndpoint mocks base method.

func (*MockECSStandardSDK) EXPECT

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

func (*MockECSStandardSDK) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockECSStandardSDK) RegisterContainerInstance

RegisterContainerInstance mocks base method.

func (*MockECSStandardSDK) UpdateContainerInstancesState

UpdateContainerInstancesState mocks base method.

type MockECSStandardSDKMockRecorder

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

MockECSStandardSDKMockRecorder is the mock recorder for MockECSStandardSDK.

func (*MockECSStandardSDKMockRecorder) CreateCluster

func (mr *MockECSStandardSDKMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call

CreateCluster indicates an expected call of CreateCluster.

func (*MockECSStandardSDKMockRecorder) DiscoverPollEndpoint

func (mr *MockECSStandardSDKMockRecorder) DiscoverPollEndpoint(arg0 interface{}) *gomock.Call

DiscoverPollEndpoint indicates an expected call of DiscoverPollEndpoint.

func (*MockECSStandardSDKMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockECSStandardSDKMockRecorder) RegisterContainerInstance

func (mr *MockECSStandardSDKMockRecorder) RegisterContainerInstance(arg0 interface{}) *gomock.Call

RegisterContainerInstance indicates an expected call of RegisterContainerInstance.

func (*MockECSStandardSDKMockRecorder) UpdateContainerInstancesState

func (mr *MockECSStandardSDKMockRecorder) UpdateContainerInstancesState(arg0 interface{}) *gomock.Call

UpdateContainerInstancesState indicates an expected call of UpdateContainerInstancesState.

type MockECSSubmitStateSDK

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

MockECSSubmitStateSDK is a mock of ECSSubmitStateSDK interface.

func NewMockECSSubmitStateSDK

func NewMockECSSubmitStateSDK(ctrl *gomock.Controller) *MockECSSubmitStateSDK

NewMockECSSubmitStateSDK creates a new mock instance.

func (*MockECSSubmitStateSDK) EXPECT

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

func (*MockECSSubmitStateSDK) SubmitAttachmentStateChanges

SubmitAttachmentStateChanges mocks base method.

func (*MockECSSubmitStateSDK) SubmitContainerStateChange

SubmitContainerStateChange mocks base method.

func (*MockECSSubmitStateSDK) SubmitTaskStateChange

SubmitTaskStateChange mocks base method.

type MockECSSubmitStateSDKMockRecorder

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

MockECSSubmitStateSDKMockRecorder is the mock recorder for MockECSSubmitStateSDK.

func (*MockECSSubmitStateSDKMockRecorder) SubmitAttachmentStateChanges

func (mr *MockECSSubmitStateSDKMockRecorder) SubmitAttachmentStateChanges(arg0 interface{}) *gomock.Call

SubmitAttachmentStateChanges indicates an expected call of SubmitAttachmentStateChanges.

func (*MockECSSubmitStateSDKMockRecorder) SubmitContainerStateChange

func (mr *MockECSSubmitStateSDKMockRecorder) SubmitContainerStateChange(arg0 interface{}) *gomock.Call

SubmitContainerStateChange indicates an expected call of SubmitContainerStateChange.

func (*MockECSSubmitStateSDKMockRecorder) SubmitTaskStateChange

func (mr *MockECSSubmitStateSDKMockRecorder) SubmitTaskStateChange(arg0 interface{}) *gomock.Call

SubmitTaskStateChange indicates an expected call of SubmitTaskStateChange.

type MockECSTaskProtectionSDK

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

MockECSTaskProtectionSDK is a mock of ECSTaskProtectionSDK interface.

func NewMockECSTaskProtectionSDK

func NewMockECSTaskProtectionSDK(ctrl *gomock.Controller) *MockECSTaskProtectionSDK

NewMockECSTaskProtectionSDK creates a new mock instance.

func (*MockECSTaskProtectionSDK) EXPECT

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

func (*MockECSTaskProtectionSDK) GetTaskProtection

GetTaskProtection mocks base method.

func (*MockECSTaskProtectionSDK) GetTaskProtectionWithContext

func (m *MockECSTaskProtectionSDK) GetTaskProtectionWithContext(arg0 context.Context, arg1 *ecs0.GetTaskProtectionInput, arg2 ...request.Option) (*ecs0.GetTaskProtectionOutput, error)

GetTaskProtectionWithContext mocks base method.

func (*MockECSTaskProtectionSDK) UpdateTaskProtection

UpdateTaskProtection mocks base method.

func (*MockECSTaskProtectionSDK) UpdateTaskProtectionWithContext

func (m *MockECSTaskProtectionSDK) UpdateTaskProtectionWithContext(arg0 context.Context, arg1 *ecs0.UpdateTaskProtectionInput, arg2 ...request.Option) (*ecs0.UpdateTaskProtectionOutput, error)

UpdateTaskProtectionWithContext mocks base method.

type MockECSTaskProtectionSDKMockRecorder

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

MockECSTaskProtectionSDKMockRecorder is the mock recorder for MockECSTaskProtectionSDK.

func (*MockECSTaskProtectionSDKMockRecorder) GetTaskProtection

func (mr *MockECSTaskProtectionSDKMockRecorder) GetTaskProtection(arg0 interface{}) *gomock.Call

GetTaskProtection indicates an expected call of GetTaskProtection.

func (*MockECSTaskProtectionSDKMockRecorder) GetTaskProtectionWithContext

func (mr *MockECSTaskProtectionSDKMockRecorder) GetTaskProtectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTaskProtectionWithContext indicates an expected call of GetTaskProtectionWithContext.

func (*MockECSTaskProtectionSDKMockRecorder) UpdateTaskProtection

func (mr *MockECSTaskProtectionSDKMockRecorder) UpdateTaskProtection(arg0 interface{}) *gomock.Call

UpdateTaskProtection indicates an expected call of UpdateTaskProtection.

func (*MockECSTaskProtectionSDKMockRecorder) UpdateTaskProtectionWithContext

func (mr *MockECSTaskProtectionSDKMockRecorder) UpdateTaskProtectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTaskProtectionWithContext indicates an expected call of UpdateTaskProtectionWithContext.

Directories

Path Synopsis
Package mock_client is a generated GoMock package.
Package mock_client is a generated GoMock package.
Package mock_statechange is a generated GoMock package.
Package mock_statechange is a generated GoMock package.

Jump to

Keyboard shortcuts

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