Class: UU::OperationRegistry::AppDeploymentState
- Inherits:
-
Object
- Object
- UU::OperationRegistry::AppDeploymentState
- Defined in:
- lib/uu/operation_registry/app_deployment_state.rb
Overview
List of possible states for AppDeployment
Constant Summary
- CREATED =
Application was already created by first deploy.
'CREATED'
- DEPLOYED =
Application is deployed and running
'DEPLOYED'
- UNDEPLOYED =
Application was undeployed, containers was stopped and resources released.
'UNDEPLOYED'
- DEPLOYING =
Deployment of application is running now.
'DEPLOYING'
- UNDEPLOYING =
Undeployment of application is running now.
'UNDEPLOYING'