mocks

package
v1.16.0 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockConfigStoreSvc

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

MockConfigStoreSvc is a mock of ConfigStoreSvc interface.

func NewMockConfigStoreSvc

func NewMockConfigStoreSvc(ctrl *gomock.Controller) *MockConfigStoreSvc

NewMockConfigStoreSvc creates a new mock instance.

func (*MockConfigStoreSvc) EXPECT

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

func (*MockConfigStoreSvc) GetEnvironment

func (m *MockConfigStoreSvc) GetEnvironment(appName, environmentName string) (*config.Environment, error)

GetEnvironment mocks base method.

func (*MockConfigStoreSvc) GetWorkload added in v1.7.0

func (m *MockConfigStoreSvc) GetWorkload(appName, name string) (*config.Workload, error)

GetWorkload mocks base method.

func (*MockConfigStoreSvc) ListEnvironments

func (m *MockConfigStoreSvc) ListEnvironments(appName string) ([]*config.Environment, error)

ListEnvironments mocks base method.

func (*MockConfigStoreSvc) ListJobs added in v1.16.0

func (m *MockConfigStoreSvc) ListJobs(appName string) ([]*config.Workload, error)

ListJobs mocks base method.

func (*MockConfigStoreSvc) ListServices

func (m *MockConfigStoreSvc) ListServices(appName string) ([]*config.Workload, error)

ListServices mocks base method.

type MockConfigStoreSvcMockRecorder

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

MockConfigStoreSvcMockRecorder is the mock recorder for MockConfigStoreSvc.

func (*MockConfigStoreSvcMockRecorder) GetEnvironment

func (mr *MockConfigStoreSvcMockRecorder) GetEnvironment(appName, environmentName interface{}) *gomock.Call

GetEnvironment indicates an expected call of GetEnvironment.

func (*MockConfigStoreSvcMockRecorder) GetWorkload added in v1.7.0

func (mr *MockConfigStoreSvcMockRecorder) GetWorkload(appName, name interface{}) *gomock.Call

GetWorkload indicates an expected call of GetWorkload.

func (*MockConfigStoreSvcMockRecorder) ListEnvironments

func (mr *MockConfigStoreSvcMockRecorder) ListEnvironments(appName interface{}) *gomock.Call

ListEnvironments indicates an expected call of ListEnvironments.

func (*MockConfigStoreSvcMockRecorder) ListJobs added in v1.16.0

func (mr *MockConfigStoreSvcMockRecorder) ListJobs(appName interface{}) *gomock.Call

ListJobs indicates an expected call of ListJobs.

func (*MockConfigStoreSvcMockRecorder) ListServices

func (mr *MockConfigStoreSvcMockRecorder) ListServices(appName interface{}) *gomock.Call

ListServices indicates an expected call of ListServices.

type MockDeployedEnvServicesLister

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

MockDeployedEnvServicesLister is a mock of DeployedEnvServicesLister interface.

func NewMockDeployedEnvServicesLister

func NewMockDeployedEnvServicesLister(ctrl *gomock.Controller) *MockDeployedEnvServicesLister

NewMockDeployedEnvServicesLister creates a new mock instance.

func (*MockDeployedEnvServicesLister) EXPECT

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

func (*MockDeployedEnvServicesLister) ListDeployedJobs added in v1.16.0

func (m *MockDeployedEnvServicesLister) ListDeployedJobs(appName, envName string) ([]string, error)

ListDeployedJobs mocks base method.

func (*MockDeployedEnvServicesLister) ListDeployedServices

func (m *MockDeployedEnvServicesLister) ListDeployedServices(appName, envName string) ([]string, error)

ListDeployedServices mocks base method.

func (*MockDeployedEnvServicesLister) ListEnvironmentsDeployedTo

func (m *MockDeployedEnvServicesLister) ListEnvironmentsDeployedTo(appName, svcName string) ([]string, error)

ListEnvironmentsDeployedTo mocks base method.

type MockDeployedEnvServicesListerMockRecorder

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

MockDeployedEnvServicesListerMockRecorder is the mock recorder for MockDeployedEnvServicesLister.

func (*MockDeployedEnvServicesListerMockRecorder) ListDeployedJobs added in v1.16.0

func (mr *MockDeployedEnvServicesListerMockRecorder) ListDeployedJobs(appName, envName interface{}) *gomock.Call

ListDeployedJobs indicates an expected call of ListDeployedJobs.

func (*MockDeployedEnvServicesListerMockRecorder) ListDeployedServices

func (mr *MockDeployedEnvServicesListerMockRecorder) ListDeployedServices(appName, envName interface{}) *gomock.Call

ListDeployedServices indicates an expected call of ListDeployedServices.

func (*MockDeployedEnvServicesListerMockRecorder) ListEnvironmentsDeployedTo

func (mr *MockDeployedEnvServicesListerMockRecorder) ListEnvironmentsDeployedTo(appName, svcName interface{}) *gomock.Call

ListEnvironmentsDeployedTo indicates an expected call of ListEnvironmentsDeployedTo.

type MockHumanJSONStringer

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

MockHumanJSONStringer is a mock of HumanJSONStringer interface.

func NewMockHumanJSONStringer

func NewMockHumanJSONStringer(ctrl *gomock.Controller) *MockHumanJSONStringer

NewMockHumanJSONStringer creates a new mock instance.

func (*MockHumanJSONStringer) EXPECT

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

func (*MockHumanJSONStringer) HumanString

func (m *MockHumanJSONStringer) HumanString() string

HumanString mocks base method.

func (*MockHumanJSONStringer) JSONString

func (m *MockHumanJSONStringer) JSONString() (string, error)

JSONString mocks base method.

type MockHumanJSONStringerMockRecorder

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

MockHumanJSONStringerMockRecorder is the mock recorder for MockHumanJSONStringer.

func (*MockHumanJSONStringerMockRecorder) HumanString

func (mr *MockHumanJSONStringerMockRecorder) HumanString() *gomock.Call

HumanString indicates an expected call of HumanString.

func (*MockHumanJSONStringerMockRecorder) JSONString

func (mr *MockHumanJSONStringerMockRecorder) JSONString() *gomock.Call

JSONString indicates an expected call of JSONString.

type MockalarmStatusGetter

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

MockalarmStatusGetter is a mock of alarmStatusGetter interface.

func NewMockalarmStatusGetter

func NewMockalarmStatusGetter(ctrl *gomock.Controller) *MockalarmStatusGetter

NewMockalarmStatusGetter creates a new mock instance.

func (*MockalarmStatusGetter) AlarmStatus added in v0.4.0

func (m *MockalarmStatusGetter) AlarmStatus(alarms []string) ([]cloudwatch.AlarmStatus, error)

AlarmStatus mocks base method.

func (*MockalarmStatusGetter) AlarmsWithTags added in v0.4.0

func (m *MockalarmStatusGetter) AlarmsWithTags(tags map[string]string) ([]cloudwatch.AlarmStatus, error)

AlarmsWithTags mocks base method.

func (*MockalarmStatusGetter) EXPECT

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

type MockalarmStatusGetterMockRecorder

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

MockalarmStatusGetterMockRecorder is the mock recorder for MockalarmStatusGetter.

func (*MockalarmStatusGetterMockRecorder) AlarmStatus added in v0.4.0

func (mr *MockalarmStatusGetterMockRecorder) AlarmStatus(alarms interface{}) *gomock.Call

AlarmStatus indicates an expected call of AlarmStatus.

func (*MockalarmStatusGetterMockRecorder) AlarmsWithTags added in v0.4.0

func (mr *MockalarmStatusGetterMockRecorder) AlarmsWithTags(tags interface{}) *gomock.Call

AlarmsWithTags indicates an expected call of AlarmsWithTags.

type MockappRunnerServiceDescriber added in v1.8.3

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

MockappRunnerServiceDescriber is a mock of appRunnerServiceDescriber interface.

func NewMockappRunnerServiceDescriber added in v1.8.3

func NewMockappRunnerServiceDescriber(ctrl *gomock.Controller) *MockappRunnerServiceDescriber

NewMockappRunnerServiceDescriber creates a new mock instance.

func (*MockappRunnerServiceDescriber) EXPECT added in v1.8.3

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

func (*MockappRunnerServiceDescriber) Service added in v1.8.3

Service mocks base method.

type MockappRunnerServiceDescriberMockRecorder added in v1.8.3

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

MockappRunnerServiceDescriberMockRecorder is the mock recorder for MockappRunnerServiceDescriber.

func (*MockappRunnerServiceDescriberMockRecorder) Service added in v1.8.3

Service indicates an expected call of Service.

type MockapprunnerClient added in v1.7.0

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

MockapprunnerClient is a mock of apprunnerClient interface.

func NewMockapprunnerClient added in v1.7.0

func NewMockapprunnerClient(ctrl *gomock.Controller) *MockapprunnerClient

NewMockapprunnerClient creates a new mock instance.

func (*MockapprunnerClient) DescribeService added in v1.7.0

func (m *MockapprunnerClient) DescribeService(svcArn string) (*apprunner.Service, error)

DescribeService mocks base method.

func (*MockapprunnerClient) EXPECT added in v1.7.0

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

type MockapprunnerClientMockRecorder added in v1.7.0

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

MockapprunnerClientMockRecorder is the mock recorder for MockapprunnerClient.

func (*MockapprunnerClientMockRecorder) DescribeService added in v1.7.0

func (mr *MockapprunnerClientMockRecorder) DescribeService(svcArn interface{}) *gomock.Call

DescribeService indicates an expected call of DescribeService.

type MockapprunnerDescriber added in v1.14.0

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

MockapprunnerDescriber is a mock of apprunnerDescriber interface.

func NewMockapprunnerDescriber added in v1.14.0

func NewMockapprunnerDescriber(ctrl *gomock.Controller) *MockapprunnerDescriber

NewMockapprunnerDescriber creates a new mock instance.

func (*MockapprunnerDescriber) EXPECT added in v1.14.0

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

func (*MockapprunnerDescriber) Outputs added in v1.14.0

func (m *MockapprunnerDescriber) Outputs() (map[string]string, error)

Outputs mocks base method.

func (*MockapprunnerDescriber) Params added in v1.14.0

func (m *MockapprunnerDescriber) Params() (map[string]string, error)

Params mocks base method.

func (*MockapprunnerDescriber) Service added in v1.14.0

func (m *MockapprunnerDescriber) Service() (*apprunner.Service, error)

Service mocks base method.

func (*MockapprunnerDescriber) ServiceARN added in v1.14.0

func (m *MockapprunnerDescriber) ServiceARN() (string, error)

ServiceARN mocks base method.

func (*MockapprunnerDescriber) ServiceStackResources added in v1.14.0

func (m *MockapprunnerDescriber) ServiceStackResources() ([]*stack.Resource, error)

ServiceStackResources mocks base method.

func (*MockapprunnerDescriber) ServiceURL added in v1.14.0

func (m *MockapprunnerDescriber) ServiceURL() (string, error)

ServiceURL mocks base method.

type MockapprunnerDescriberMockRecorder added in v1.14.0

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

MockapprunnerDescriberMockRecorder is the mock recorder for MockapprunnerDescriber.

func (*MockapprunnerDescriberMockRecorder) Outputs added in v1.14.0

Outputs indicates an expected call of Outputs.

func (*MockapprunnerDescriberMockRecorder) Params added in v1.14.0

Params indicates an expected call of Params.

func (*MockapprunnerDescriberMockRecorder) Service added in v1.14.0

Service indicates an expected call of Service.

func (*MockapprunnerDescriberMockRecorder) ServiceARN added in v1.14.0

ServiceARN indicates an expected call of ServiceARN.

func (*MockapprunnerDescriberMockRecorder) ServiceStackResources added in v1.14.0

func (mr *MockapprunnerDescriberMockRecorder) ServiceStackResources() *gomock.Call

ServiceStackResources indicates an expected call of ServiceStackResources.

func (*MockapprunnerDescriberMockRecorder) ServiceURL added in v1.14.0

ServiceURL indicates an expected call of ServiceURL.

type MockautoscalingAlarmNamesGetter added in v0.4.0

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

MockautoscalingAlarmNamesGetter is a mock of autoscalingAlarmNamesGetter interface.

func NewMockautoscalingAlarmNamesGetter added in v0.4.0

func NewMockautoscalingAlarmNamesGetter(ctrl *gomock.Controller) *MockautoscalingAlarmNamesGetter

NewMockautoscalingAlarmNamesGetter creates a new mock instance.

func (*MockautoscalingAlarmNamesGetter) ECSServiceAlarmNames added in v0.4.0

func (m *MockautoscalingAlarmNamesGetter) ECSServiceAlarmNames(cluster, service string) ([]string, error)

ECSServiceAlarmNames mocks base method.

func (*MockautoscalingAlarmNamesGetter) EXPECT added in v0.4.0

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

type MockautoscalingAlarmNamesGetterMockRecorder added in v0.4.0

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

MockautoscalingAlarmNamesGetterMockRecorder is the mock recorder for MockautoscalingAlarmNamesGetter.

func (*MockautoscalingAlarmNamesGetterMockRecorder) ECSServiceAlarmNames added in v0.4.0

func (mr *MockautoscalingAlarmNamesGetterMockRecorder) ECSServiceAlarmNames(cluster, service interface{}) *gomock.Call

ECSServiceAlarmNames indicates an expected call of ECSServiceAlarmNames.

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) EXPECT

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

func (*MockecsClient) TaskDefinition

func (m *MockecsClient) TaskDefinition(app, env, svc string) (*ecs.TaskDefinition, error)

TaskDefinition mocks base method.

type MockecsClientMockRecorder

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

MockecsClientMockRecorder is the mock recorder for MockecsClient.

func (*MockecsClientMockRecorder) TaskDefinition

func (mr *MockecsClientMockRecorder) TaskDefinition(app, env, svc interface{}) *gomock.Call

TaskDefinition indicates an expected call of TaskDefinition.

type MockecsDescriber added in v1.14.0

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

MockecsDescriber is a mock of ecsDescriber interface.

func NewMockecsDescriber added in v1.14.0

func NewMockecsDescriber(ctrl *gomock.Controller) *MockecsDescriber

NewMockecsDescriber creates a new mock instance.

func (*MockecsDescriber) EXPECT added in v1.14.0

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

func (*MockecsDescriber) EnvVars added in v1.14.0

func (m *MockecsDescriber) EnvVars() ([]*ecs.ContainerEnvVar, error)

EnvVars mocks base method.

func (*MockecsDescriber) Outputs added in v1.14.0

func (m *MockecsDescriber) Outputs() (map[string]string, error)

Outputs mocks base method.

func (*MockecsDescriber) Params added in v1.14.0

func (m *MockecsDescriber) Params() (map[string]string, error)

Params mocks base method.

func (*MockecsDescriber) Platform added in v1.14.0

func (m *MockecsDescriber) Platform() (*ecs.ContainerPlatform, error)

Platform mocks base method.

func (*MockecsDescriber) Secrets added in v1.14.0

func (m *MockecsDescriber) Secrets() ([]*ecs.ContainerSecret, error)

Secrets mocks base method.

func (*MockecsDescriber) ServiceStackResources added in v1.14.0

func (m *MockecsDescriber) ServiceStackResources() ([]*stack.Resource, error)

ServiceStackResources mocks base method.

type MockecsDescriberMockRecorder added in v1.14.0

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

MockecsDescriberMockRecorder is the mock recorder for MockecsDescriber.

func (*MockecsDescriberMockRecorder) EnvVars added in v1.14.0

func (mr *MockecsDescriberMockRecorder) EnvVars() *gomock.Call

EnvVars indicates an expected call of EnvVars.

func (*MockecsDescriberMockRecorder) Outputs added in v1.14.0

func (mr *MockecsDescriberMockRecorder) Outputs() *gomock.Call

Outputs indicates an expected call of Outputs.

func (*MockecsDescriberMockRecorder) Params added in v1.14.0

Params indicates an expected call of Params.

func (*MockecsDescriberMockRecorder) Platform added in v1.14.0

func (mr *MockecsDescriberMockRecorder) Platform() *gomock.Call

Platform indicates an expected call of Platform.

func (*MockecsDescriberMockRecorder) Secrets added in v1.14.0

func (mr *MockecsDescriberMockRecorder) Secrets() *gomock.Call

Secrets indicates an expected call of Secrets.

func (*MockecsDescriberMockRecorder) ServiceStackResources added in v1.14.0

func (mr *MockecsDescriberMockRecorder) ServiceStackResources() *gomock.Call

ServiceStackResources indicates an expected call of ServiceStackResources.

type MockecsServiceGetter

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

MockecsServiceGetter is a mock of ecsServiceGetter interface.

func NewMockecsServiceGetter

func NewMockecsServiceGetter(ctrl *gomock.Controller) *MockecsServiceGetter

NewMockecsServiceGetter creates a new mock instance.

func (*MockecsServiceGetter) EXPECT

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

func (*MockecsServiceGetter) Service

func (m *MockecsServiceGetter) Service(clusterName, serviceName string) (*ecs.Service, error)

Service mocks base method.

func (*MockecsServiceGetter) ServiceRunningTasks added in v1.8.0

func (m *MockecsServiceGetter) ServiceRunningTasks(clusterName, serviceName string) ([]*ecs.Task, error)

ServiceRunningTasks mocks base method.

type MockecsServiceGetterMockRecorder

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

MockecsServiceGetterMockRecorder is the mock recorder for MockecsServiceGetter.

func (*MockecsServiceGetterMockRecorder) Service

func (mr *MockecsServiceGetterMockRecorder) Service(clusterName, serviceName interface{}) *gomock.Call

Service indicates an expected call of Service.

func (*MockecsServiceGetterMockRecorder) ServiceRunningTasks added in v1.8.0

func (mr *MockecsServiceGetterMockRecorder) ServiceRunningTasks(clusterName, serviceName interface{}) *gomock.Call

ServiceRunningTasks indicates an expected call of ServiceRunningTasks.

type MockenvDescriber added in v1.7.1

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

MockenvDescriber is a mock of envDescriber interface.

func NewMockenvDescriber added in v1.7.1

func NewMockenvDescriber(ctrl *gomock.Controller) *MockenvDescriber

NewMockenvDescriber creates a new mock instance.

func (*MockenvDescriber) EXPECT added in v1.7.1

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

func (*MockenvDescriber) Outputs added in v1.7.1

func (m *MockenvDescriber) Outputs() (map[string]string, error)

Outputs mocks base method.

func (*MockenvDescriber) Params added in v1.7.1

func (m *MockenvDescriber) Params() (map[string]string, error)

Params mocks base method.

func (*MockenvDescriber) ServiceDiscoveryEndpoint added in v1.9.0

func (m *MockenvDescriber) ServiceDiscoveryEndpoint() (string, error)

ServiceDiscoveryEndpoint mocks base method.

type MockenvDescriberMockRecorder added in v1.7.1

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

MockenvDescriberMockRecorder is the mock recorder for MockenvDescriber.

func (*MockenvDescriberMockRecorder) Outputs added in v1.7.1

func (mr *MockenvDescriberMockRecorder) Outputs() *gomock.Call

Outputs indicates an expected call of Outputs.

func (*MockenvDescriberMockRecorder) Params added in v1.7.1

Params indicates an expected call of Params.

func (*MockenvDescriberMockRecorder) ServiceDiscoveryEndpoint added in v1.9.0

func (mr *MockenvDescriberMockRecorder) ServiceDiscoveryEndpoint() *gomock.Call

ServiceDiscoveryEndpoint indicates an expected call of ServiceDiscoveryEndpoint.

type MocklogGetter added in v1.7.0

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

MocklogGetter is a mock of logGetter interface.

func NewMocklogGetter added in v1.7.0

func NewMocklogGetter(ctrl *gomock.Controller) *MocklogGetter

NewMocklogGetter creates a new mock instance.

func (*MocklogGetter) EXPECT added in v1.7.0

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

func (*MocklogGetter) LogEvents added in v1.7.0

LogEvents mocks base method.

type MocklogGetterMockRecorder added in v1.7.0

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

MocklogGetterMockRecorder is the mock recorder for MocklogGetter.

func (*MocklogGetterMockRecorder) LogEvents added in v1.7.0

func (mr *MocklogGetterMockRecorder) LogEvents(opts interface{}) *gomock.Call

LogEvents indicates an expected call of LogEvents.

type MockpipelineGetter

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

MockpipelineGetter is a mock of pipelineGetter interface.

func NewMockpipelineGetter

func NewMockpipelineGetter(ctrl *gomock.Controller) *MockpipelineGetter

NewMockpipelineGetter creates a new mock instance.

func (*MockpipelineGetter) EXPECT

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

func (*MockpipelineGetter) GetPipeline

func (m *MockpipelineGetter) GetPipeline(pipelineName string) (*codepipeline.Pipeline, error)

GetPipeline mocks base method.

type MockpipelineGetterMockRecorder

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

MockpipelineGetterMockRecorder is the mock recorder for MockpipelineGetter.

func (*MockpipelineGetterMockRecorder) GetPipeline

func (mr *MockpipelineGetterMockRecorder) GetPipeline(pipelineName interface{}) *gomock.Call

GetPipeline indicates an expected call of GetPipeline.

type MockpipelineStateGetter

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

MockpipelineStateGetter is a mock of pipelineStateGetter interface.

func NewMockpipelineStateGetter

func NewMockpipelineStateGetter(ctrl *gomock.Controller) *MockpipelineStateGetter

NewMockpipelineStateGetter creates a new mock instance.

func (*MockpipelineStateGetter) EXPECT

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

func (*MockpipelineStateGetter) GetPipelineState

func (m *MockpipelineStateGetter) GetPipelineState(pipelineName string) (*codepipeline.PipelineState, error)

GetPipelineState mocks base method.

type MockpipelineStateGetterMockRecorder

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

MockpipelineStateGetterMockRecorder is the mock recorder for MockpipelineStateGetter.

func (*MockpipelineStateGetterMockRecorder) GetPipelineState

func (mr *MockpipelineStateGetterMockRecorder) GetPipelineState(pipelineName interface{}) *gomock.Call

GetPipelineState indicates an expected call of GetPipelineState.

type MockserviceDescriber added in v1.1.0

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

MockserviceDescriber is a mock of serviceDescriber interface.

func NewMockserviceDescriber added in v1.1.0

func NewMockserviceDescriber(ctrl *gomock.Controller) *MockserviceDescriber

NewMockserviceDescriber creates a new mock instance.

func (*MockserviceDescriber) DescribeService added in v1.1.0

func (m *MockserviceDescriber) DescribeService(app, env, svc string) (*ecs0.ServiceDesc, error)

DescribeService mocks base method.

func (*MockserviceDescriber) EXPECT added in v1.1.0

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

type MockserviceDescriberMockRecorder added in v1.1.0

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

MockserviceDescriberMockRecorder is the mock recorder for MockserviceDescriber.

func (*MockserviceDescriberMockRecorder) DescribeService added in v1.1.0

func (mr *MockserviceDescriberMockRecorder) DescribeService(app, env, svc interface{}) *gomock.Call

DescribeService indicates an expected call of DescribeService.

type MockstackDescriber added in v1.7.1

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

MockstackDescriber is a mock of stackDescriber interface.

func NewMockstackDescriber added in v1.7.1

func NewMockstackDescriber(ctrl *gomock.Controller) *MockstackDescriber

NewMockstackDescriber creates a new mock instance.

func (*MockstackDescriber) Describe added in v1.7.1

Describe mocks base method.

func (*MockstackDescriber) EXPECT added in v1.7.1

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

func (*MockstackDescriber) Resources added in v1.7.1

func (m *MockstackDescriber) Resources() ([]*stack.Resource, error)

Resources mocks base method.

func (*MockstackDescriber) StackMetadata added in v1.7.1

func (m *MockstackDescriber) StackMetadata() (string, error)

StackMetadata mocks base method.

func (*MockstackDescriber) StackSetMetadata added in v1.7.1

func (m *MockstackDescriber) StackSetMetadata() (string, error)

StackSetMetadata mocks base method.

type MockstackDescriberMockRecorder added in v1.7.1

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

MockstackDescriberMockRecorder is the mock recorder for MockstackDescriber.

func (*MockstackDescriberMockRecorder) Describe added in v1.7.1

func (mr *MockstackDescriberMockRecorder) Describe() *gomock.Call

Describe indicates an expected call of Describe.

func (*MockstackDescriberMockRecorder) Resources added in v1.7.1

func (mr *MockstackDescriberMockRecorder) Resources() *gomock.Call

Resources indicates an expected call of Resources.

func (*MockstackDescriberMockRecorder) StackMetadata added in v1.7.1

func (mr *MockstackDescriberMockRecorder) StackMetadata() *gomock.Call

StackMetadata indicates an expected call of StackMetadata.

func (*MockstackDescriberMockRecorder) StackSetMetadata added in v1.7.1

func (mr *MockstackDescriberMockRecorder) StackSetMetadata() *gomock.Call

StackSetMetadata indicates an expected call of StackSetMetadata.

type MocktargetHealthGetter added in v1.8.0

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

MocktargetHealthGetter is a mock of targetHealthGetter interface.

func NewMocktargetHealthGetter added in v1.8.0

func NewMocktargetHealthGetter(ctrl *gomock.Controller) *MocktargetHealthGetter

NewMocktargetHealthGetter creates a new mock instance.

func (*MocktargetHealthGetter) EXPECT added in v1.8.0

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

func (*MocktargetHealthGetter) TargetsHealth added in v1.8.0

func (m *MocktargetHealthGetter) TargetsHealth(targetGroupARN string) ([]*elbv2.TargetHealth, error)

TargetsHealth mocks base method.

type MocktargetHealthGetterMockRecorder added in v1.8.0

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

MocktargetHealthGetterMockRecorder is the mock recorder for MocktargetHealthGetter.

func (*MocktargetHealthGetterMockRecorder) TargetsHealth added in v1.8.0

func (mr *MocktargetHealthGetterMockRecorder) TargetsHealth(targetGroupARN interface{}) *gomock.Call

TargetsHealth indicates an expected call of TargetsHealth.

type MockvpcSubnetLister added in v1.14.0

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

MockvpcSubnetLister is a mock of vpcSubnetLister interface.

func NewMockvpcSubnetLister added in v1.14.0

func NewMockvpcSubnetLister(ctrl *gomock.Controller) *MockvpcSubnetLister

NewMockvpcSubnetLister creates a new mock instance.

func (*MockvpcSubnetLister) EXPECT added in v1.14.0

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

func (*MockvpcSubnetLister) ListVPCSubnets added in v1.14.0

func (m *MockvpcSubnetLister) ListVPCSubnets(vpcID string) (*ec2.VPCSubnets, error)

ListVPCSubnets mocks base method.

type MockvpcSubnetListerMockRecorder added in v1.14.0

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

MockvpcSubnetListerMockRecorder is the mock recorder for MockvpcSubnetLister.

func (*MockvpcSubnetListerMockRecorder) ListVPCSubnets added in v1.14.0

func (mr *MockvpcSubnetListerMockRecorder) ListVPCSubnets(vpcID interface{}) *gomock.Call

ListVPCSubnets indicates an expected call of ListVPCSubnets.

type MockworkloadStackDescriber added in v1.14.0

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

MockworkloadStackDescriber is a mock of workloadStackDescriber interface.

func NewMockworkloadStackDescriber added in v1.14.0

func NewMockworkloadStackDescriber(ctrl *gomock.Controller) *MockworkloadStackDescriber

NewMockworkloadStackDescriber creates a new mock instance.

func (*MockworkloadStackDescriber) EXPECT added in v1.14.0

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

func (*MockworkloadStackDescriber) Outputs added in v1.14.0

func (m *MockworkloadStackDescriber) Outputs() (map[string]string, error)

Outputs mocks base method.

func (*MockworkloadStackDescriber) Params added in v1.14.0

func (m *MockworkloadStackDescriber) Params() (map[string]string, error)

Params mocks base method.

func (*MockworkloadStackDescriber) ServiceStackResources added in v1.14.0

func (m *MockworkloadStackDescriber) ServiceStackResources() ([]*stack.Resource, error)

ServiceStackResources mocks base method.

type MockworkloadStackDescriberMockRecorder added in v1.14.0

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

MockworkloadStackDescriberMockRecorder is the mock recorder for MockworkloadStackDescriber.

func (*MockworkloadStackDescriberMockRecorder) Outputs added in v1.14.0

Outputs indicates an expected call of Outputs.

func (*MockworkloadStackDescriberMockRecorder) Params added in v1.14.0

Params indicates an expected call of Params.

func (*MockworkloadStackDescriberMockRecorder) ServiceStackResources added in v1.14.0

func (mr *MockworkloadStackDescriberMockRecorder) ServiceStackResources() *gomock.Call

ServiceStackResources indicates an expected call of ServiceStackResources.

Jump to

Keyboard shortcuts

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