Class: UU::OperationRegistry::AppDeploymentState

Inherits:
Object
  • Object
show all
Defined in:
lib/uu/operation_registry/app_deployment_state.rb

Overview

List of possible states for AppDeployment

Constant Summary collapse

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'
REDEPLOYING =

Redeployment of application is running now.

'REDEPLOYING'
SWAPPING =

Swapping between slots.

'SWAPPING'