package
1.50.2
Repository: https://github.com/alxche2021/amazon-ecs-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.
ManagedAgentCreated represents a managed agent which has dependencies in place.
ManagedAgentRunning represents a managed agent that has started sucessfully.
ManagedAgentStatusNone is the zero state of a managed agent.
ManagedAgentStopped represents a managed agent that has stopped.

# Type aliases

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