Documentation ¶
Index ¶
- Constants
- func OptionVPCAndSubnetID(ctx context.Context, vpcID, subnetID string) func(types.Driver) error
- type AwsEcs
- func (a *AwsEcs) FillOutputs(ctx context.Context) error
- func (a *AwsEcs) GetInfo(ctx context.Context, taskArn ecs.TaskArn) (*types.TaskInfo, error)
- func (a *AwsEcs) Run(ctx context.Context, env map[string]string, cmd ...string) (ecs.TaskArn, error)
- func (a *AwsEcs) SetUp(ctx context.Context, containers []types.Container) error
- func (a *AwsEcs) Stop(ctx context.Context, taskArn ecs.TaskArn) error
- func (a *AwsEcs) Tail(ctx context.Context, taskArn ecs.TaskArn) error
- func (a *AwsEcs) TearDown(ctx context.Context) error
- type TemplateOverrides
Constants ¶
View Source
const ( CreatedByTagKey = "CreatedBy" CreatedByTagValue = awsecs.CrunProjectName )
View Source
const TemplateRevision = 1 // bump this when the template changes!
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TemplateOverrides ¶
Click to show internal directories.
Click to hide internal directories.