Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 520 Bytes

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"