mocks

package
v1.33.3 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 11 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) AlarmStatuses added in v1.26.0

AlarmStatuses 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) AlarmStatuses added in v1.26.0

func (mr *MockalarmStatusGetterMockRecorder) AlarmStatuses(arg0 ...interface{}) *gomock.Call

AlarmStatuses indicates an expected call of AlarmStatuses.

func (*MockalarmStatusGetterMockRecorder) AlarmsWithTags added in v0.4.0

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

AlarmsWithTags indicates an expected call of AlarmsWithTags.

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.

func (*MockapprunnerClient) PrivateURL added in v1.23.0

func (m *MockapprunnerClient) PrivateURL(vicARN string) (string, error)

PrivateURL mocks base method.

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.

func (*MockapprunnerClientMockRecorder) PrivateURL added in v1.23.0

func (mr *MockapprunnerClientMockRecorder) PrivateURL(vicARN interface{}) *gomock.Call

PrivateURL indicates an expected call of PrivateURL.

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) IsPrivate added in v1.23.0

func (m *MockapprunnerDescriber) IsPrivate() (bool, error)

IsPrivate mocks base method.

func (*MockapprunnerDescriber) Manifest added in v1.20.0

func (m *MockapprunnerDescriber) Manifest() ([]byte, error)

Manifest mocks base method.

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) ServiceURL added in v1.14.0

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

ServiceURL mocks base method.

func (*MockapprunnerDescriber) StackResources added in v1.27.0

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

StackResources 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) IsPrivate added in v1.23.0

IsPrivate indicates an expected call of IsPrivate.

func (*MockapprunnerDescriberMockRecorder) Manifest added in v1.20.0

Manifest indicates an expected call of Manifest.

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) ServiceURL added in v1.14.0

ServiceURL indicates an expected call of ServiceURL.

func (*MockapprunnerDescriberMockRecorder) StackResources added in v1.27.0

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

StackResources indicates an expected call of StackResources.

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 MockbucketDataGetter added in v1.29.0

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

MockbucketDataGetter is a mock of bucketDataGetter interface.

func NewMockbucketDataGetter added in v1.29.0

func NewMockbucketDataGetter(ctrl *gomock.Controller) *MockbucketDataGetter

NewMockbucketDataGetter creates a new mock instance.

func (*MockbucketDataGetter) BucketSizeAndCount added in v1.29.0

func (m *MockbucketDataGetter) BucketSizeAndCount(bucket string) (string, int, error)

BucketSizeAndCount mocks base method.

func (*MockbucketDataGetter) EXPECT added in v1.29.0

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

type MockbucketDataGetterMockRecorder added in v1.29.0

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

MockbucketDataGetterMockRecorder is the mock recorder for MockbucketDataGetter.

func (*MockbucketDataGetterMockRecorder) BucketSizeAndCount added in v1.29.0

func (mr *MockbucketDataGetterMockRecorder) BucketSizeAndCount(bucket interface{}) *gomock.Call

BucketSizeAndCount indicates an expected call of BucketSizeAndCount.

type MockbucketDescriber added in v1.29.0

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

MockbucketDescriber is a mock of bucketDescriber interface.

func NewMockbucketDescriber added in v1.29.0

func NewMockbucketDescriber(ctrl *gomock.Controller) *MockbucketDescriber

NewMockbucketDescriber creates a new mock instance.

func (*MockbucketDescriber) BucketTree added in v1.29.0

func (m *MockbucketDescriber) BucketTree(bucket string) (string, error)

BucketTree mocks base method.

func (*MockbucketDescriber) EXPECT added in v1.29.0

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

type MockbucketDescriberMockRecorder added in v1.29.0

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

MockbucketDescriberMockRecorder is the mock recorder for MockbucketDescriber.

func (*MockbucketDescriberMockRecorder) BucketTree added in v1.29.0

func (mr *MockbucketDescriberMockRecorder) BucketTree(bucket interface{}) *gomock.Call

BucketTree indicates an expected call of BucketTree.

type MockbucketNameGetter added in v1.29.0

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

MockbucketNameGetter is a mock of bucketNameGetter interface.

func NewMockbucketNameGetter added in v1.29.0

func NewMockbucketNameGetter(ctrl *gomock.Controller) *MockbucketNameGetter

NewMockbucketNameGetter creates a new mock instance.

func (*MockbucketNameGetter) BucketName added in v1.29.0

func (m *MockbucketNameGetter) BucketName(app, env, svc string) (string, error)

BucketName mocks base method.

func (*MockbucketNameGetter) EXPECT added in v1.29.0

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

type MockbucketNameGetterMockRecorder added in v1.29.0

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

MockbucketNameGetterMockRecorder is the mock recorder for MockbucketNameGetter.

func (*MockbucketNameGetterMockRecorder) BucketName added in v1.29.0

func (mr *MockbucketNameGetterMockRecorder) BucketName(app, env, svc interface{}) *gomock.Call

BucketName indicates an expected call of BucketName.

type MockcwAlarmDescriber added in v1.27.0

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

MockcwAlarmDescriber is a mock of cwAlarmDescriber interface.

func NewMockcwAlarmDescriber added in v1.27.0

func NewMockcwAlarmDescriber(ctrl *gomock.Controller) *MockcwAlarmDescriber

NewMockcwAlarmDescriber creates a new mock instance.

func (*MockcwAlarmDescriber) AlarmDescriptions added in v1.27.0

func (m *MockcwAlarmDescriber) AlarmDescriptions(arg0 []string) ([]*cloudwatch.AlarmDescription, error)

AlarmDescriptions mocks base method.

func (*MockcwAlarmDescriber) EXPECT added in v1.27.0

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

type MockcwAlarmDescriberMockRecorder added in v1.27.0

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

MockcwAlarmDescriberMockRecorder is the mock recorder for MockcwAlarmDescriber.

func (*MockcwAlarmDescriberMockRecorder) AlarmDescriptions added in v1.27.0

func (mr *MockcwAlarmDescriberMockRecorder) AlarmDescriptions(arg0 interface{}) *gomock.Call

AlarmDescriptions indicates an expected call of AlarmDescriptions.

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) Service added in v1.24.0

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

Service mocks base method.

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) Service added in v1.24.0

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

Service indicates an expected call of Service.

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) Manifest added in v1.20.0

func (m *MockecsDescriber) Manifest() ([]byte, error)

Manifest 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) RollbackAlarmNames added in v1.26.0

func (m *MockecsDescriber) RollbackAlarmNames() ([]string, error)

RollbackAlarmNames mocks base method.

func (*MockecsDescriber) Secrets added in v1.14.0

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

Secrets mocks base method.

func (*MockecsDescriber) ServiceConnectDNSNames added in v1.24.0

func (m *MockecsDescriber) ServiceConnectDNSNames() ([]string, error)

ServiceConnectDNSNames mocks base method.

func (*MockecsDescriber) StackResources added in v1.27.0

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

StackResources 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) Manifest added in v1.20.0

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

Manifest indicates an expected call of Manifest.

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) RollbackAlarmNames added in v1.26.0

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

RollbackAlarmNames indicates an expected call of RollbackAlarmNames.

func (*MockecsDescriberMockRecorder) Secrets added in v1.14.0

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

Secrets indicates an expected call of Secrets.

func (*MockecsDescriberMockRecorder) ServiceConnectDNSNames added in v1.24.0

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

ServiceConnectDNSNames indicates an expected call of ServiceConnectDNSNames.

func (*MockecsDescriberMockRecorder) StackResources added in v1.27.0

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

StackResources indicates an expected call of StackResources.

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 MocklbDescriber added in v1.18.0

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

MocklbDescriber is a mock of lbDescriber interface.

func NewMocklbDescriber added in v1.18.0

func NewMocklbDescriber(ctrl *gomock.Controller) *MocklbDescriber

NewMocklbDescriber creates a new mock instance.

func (*MocklbDescriber) EXPECT added in v1.18.0

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

func (*MocklbDescriber) ListenerRulesHostHeaders added in v1.29.0

func (m *MocklbDescriber) ListenerRulesHostHeaders(ruleARNs []string) ([]string, error)

ListenerRulesHostHeaders mocks base method.

type MocklbDescriberMockRecorder added in v1.18.0

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

MocklbDescriberMockRecorder is the mock recorder for MocklbDescriber.

func (*MocklbDescriberMockRecorder) ListenerRulesHostHeaders added in v1.29.0

func (mr *MocklbDescriberMockRecorder) ListenerRulesHostHeaders(ruleARNs interface{}) *gomock.Call

ListenerRulesHostHeaders indicates an expected call of ListenerRulesHostHeaders.

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 MockworkloadDescriber added in v1.27.0

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

MockworkloadDescriber is a mock of workloadDescriber interface.

func NewMockworkloadDescriber added in v1.27.0

func NewMockworkloadDescriber(ctrl *gomock.Controller) *MockworkloadDescriber

NewMockworkloadDescriber creates a new mock instance.

func (*MockworkloadDescriber) EXPECT added in v1.27.0

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

func (*MockworkloadDescriber) Manifest added in v1.27.0

func (m *MockworkloadDescriber) Manifest() ([]byte, error)

Manifest mocks base method.

func (*MockworkloadDescriber) Outputs added in v1.27.0

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

Outputs mocks base method.

func (*MockworkloadDescriber) Params added in v1.27.0

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

Params mocks base method.

func (*MockworkloadDescriber) StackResources added in v1.27.0

func (m *MockworkloadDescriber) StackResources() ([]*stack.Resource, error)

StackResources mocks base method.

type MockworkloadDescriberMockRecorder added in v1.27.0

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

MockworkloadDescriberMockRecorder is the mock recorder for MockworkloadDescriber.

func (*MockworkloadDescriberMockRecorder) Manifest added in v1.27.0

Manifest indicates an expected call of Manifest.

func (*MockworkloadDescriberMockRecorder) Outputs added in v1.27.0

Outputs indicates an expected call of Outputs.

func (*MockworkloadDescriberMockRecorder) Params added in v1.27.0

Params indicates an expected call of Params.

func (*MockworkloadDescriberMockRecorder) StackResources added in v1.27.0

func (mr *MockworkloadDescriberMockRecorder) StackResources() *gomock.Call

StackResources indicates an expected call of StackResources.

Jump to

Keyboard shortcuts

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