aws

package
v1.5.10 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2018 License: MIT Imports: 68 Imported by: 3

Documentation

Index

Constants

View Source
const (
	Zero                        = 0
	Empty                       = ""
	ForwardSlash                = "/"
	ECSServiceNameParameterKey  = "ServiceName"
	ListServices                = "ListServices"
	ListTasks                   = "ListTasks"
	DescribeTasks               = "DescribeTasks"
	DescribeContainerInstances  = "DescribeContainerInstances"
	ECSTaskDefinitionOutputKey  = "MicroserviceTaskDefinitionArn"
	ECSClusterOutputKey         = "EcsCluster"
	SvcCmdStackLog              = "Getting stack '%s'..."
	EcsConnectionLog            = "Connecting to ECS service"
	ExecuteCommandStartLog      = "Executing command '[%s]' on environment '%s' for service '%s'\n"
	ExecuteCommandFinishLog     = "Command execution complete\n"
	ExecuteECSInputParameterLog = "Environment: %s, Service: %s, Cluster: %s, Task: %s"
	ExecuteECSInputContentsLog  = "ECS Input Contents: %s\n"
	ExecuteECSResultContentsLog = "ECS Result Contents: %s, %s\n"
	SvcGetTaskInfoLog           = "Getting task info for task: %s"
	SvcTaskDetailLog            = "Task Detail: %s"
	SvcListTasksLog             = "Listing tasks for Environment: %s, Cluster: %s, Service: %s"
	TaskARNSeparator            = ForwardSlash
)

Constants to prevent multiple updates when making changes.

View Source
const (
	TestEnv      = "fooenv"
	TestSvc      = "foosvc"
	TestCmd      = "foocmd"
	TestTaskARN  = "ARN/TEST"
	GetStackName = "GetStack"
	RunTaskName  = "RunTask"
)

Constants used during testing

Variables

This section is empty.

Functions

func InitializeContext

func InitializeContext(ctx *common.Context, profile string, assumeRole string, region string, dryrunPath string, skipVersionCheck bool, proxy string, allowDataLoss bool) error

InitializeContext loads manager objects

Types

This section is empty.

Jump to

Keyboard shortcuts

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