Class: UU::OperationRegistry::RuntimeStackState

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

Overview

List of possible states for RuntimeStacks.

Constant Summary collapse

ACTIVE =

RuntimeStack is generally available for use for uuApps deployment.

'ACTIVE'
DEPRECATED =

RuntimeStack should be no longer used. It should be replaced by another RuntimeStack that is in ACTIVE state.

'DEPRECATED'