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

# Constants

ContainerCreated represents a container that has been created.
ContainerHealthUnknown is the initial status of container health.
ContainerHealthy represents the status of container health check when returned healthy.
ContainerPulled represents a container which has had the image pulled.
ContainerResourcesProvisioned represents a container that has completed provisioning all of its resources.
ContainerRunning represents a container that has started.
ContainerStatusNone is the zero state of a container; this container has not completed pull.
ContainerStopped represents a container that has stopped.
ContainerUnhealthy represents the status of container health check when returned unhealthy.
ContainerZombie is an "impossible" state that is used as the maximum.

# Type aliases

ContainerHealthStatus is an enumeration of container health check status.
ContainerStatus is an enumeration of valid states in the container lifecycle.