Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 520 Bytes

ContainerGroupStatus.md

File metadata and controls

14 lines (11 loc) · 520 Bytes

ContainerGroupStatus

Represents the current operational state of a container group within the Salad platform.

Properties

Name Type Required Description
PENDING string "pending"
RUNNING string "running"
STOPPED string "stopped"
SUCCEEDED string "succeeded"
FAILED string "failed"
DEPLOYING string "deploying"