Documentation ¶
Index ¶
- Constants
- func CreateService(serviceInput *ecs.CreateServiceInput, ecsSvc *ecs.ECS) (*ecs.Service, error)
- func DeleteCWLResources(ctx context.Context, sess *session.Session, logGroup string) error
- func DeleteEcsCommonResources(ctx context.Context, sess *session.Session, clusterArn string, ...) error
- func DeleteEcsResources(ctx context.Context, sess *session.Session, ...) error
- func FindServices(serviceNames []string, ecsSvc *ecs.ECS, cluster string) ([]*ecs.Service, error)
- func SetupExecutionRole(ctx context.Context, ui terminal.UI, log hclog.Logger, sess *session.Session, ...) (string, error)
- func SetupLogs(ctx context.Context, ui terminal.UI, log hclog.Logger, sess *session.Session, ...) (string, error)
- type EfsInformation
- type Lifecycle
- type NetworkInformation
Constants ¶
View Source
const ( ServerName = "waypoint-server" DefaultStaticRunnerName = "waypoint-static-runner" DefaultSecurityGroupName = "waypoint-server-security-group" RolePolicy = `` /* 213-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func CreateService ¶
func DeleteCWLResources ¶
func DeleteEcsCommonResources ¶
func DeleteEcsCommonResources( ctx context.Context, sess *session.Session, clusterArn string, resources []*resourcegroups.ResourceIdentifier, ) error
DeleteEcsCommonResources deletes the provided ECS service and task definition
func DeleteEcsResources ¶
func DeleteEcsResources( ctx context.Context, sess *session.Session, resources []*resourcegroups.ResourceIdentifier, ) error
func FindServices ¶ added in v0.10.0
Types ¶
type EfsInformation ¶
type Lifecycle ¶
type NetworkInformation ¶
Click to show internal directories.
Click to hide internal directories.