Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteCommand ¶ added in v0.0.19
func GetClusters ¶ added in v0.0.19
func GetContainers ¶ added in v0.0.19
func GetRunningTasks ¶ added in v0.0.19
func GetServices ¶ added in v0.0.19
Types ¶
type Task ¶
type Task struct { // Used by CLI to perform aws actions CLIRoleArn string Cluster string TaskDefinitionName string Name string Image string ImageVersion string ExecutionRoleArn string TaskRoleArn string Family string LogGroupName string Detach bool Public bool Fargate bool Deregister bool NoCleanup bool Wait bool Count int64 Memory int64 MemoryReservation int64 CPUReservation int64 Publish []string Environment []string SecurityGroups []string SubnetFilters []string Volumes []string EfsVolumes []string Command []string Tag []string TaskDefinition ecs.TaskDefinition Tasks []*ecs.Task Debug bool }
Task represents a single, runnable task
func (*Task) RunTaskDef ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.