Module: OpenShift::ApplicationContainer::State
- Defined in:
- lib/openshift-origin-node/model/application_container.rb
Overview
Represents all possible application states.
Constant Summary collapse
- BUILDING =
"building"- DEPLOYING =
"deploying"- IDLE =
"idle"- NEW =
"new"- STARTED =
"started"- STOPPED =
"stopped"- UNKNOWN =
"unknown"