package
1.49.0
Repository: https://github.com/pureweb/ecs-amazon-agent.git
Documentation: pkg.go.dev

# Functions

MapContainerToTaskStatus maps the container status to the corresponding task status.
MapTaskToContainerStatus maps the task status to the corresponding container status.

# Constants

TaskCreated represents a task which has had all its containers created.
TaskCreatedString represents task created status string.
TaskNoneString represents task none status string.
TaskPulled represents a task which has had all its container images pulled, but not all have yet progressed passed pull.
TaskRunning represents a task which has had all its containers started.
TaskRunningString represents task running status string.
TaskStatusNone is the zero state of a task; this task has been received but no further progress has completed.
TaskStopped represents a task in which all containers are stopped.
TaskStoppedString represents task stopped status string.
TaskZombie is an "impossible" state that is used as the maximum.

# Type aliases

TaskStatus is an enumeration of valid states in the task lifecycle.