Class: UU::OperationRegistry::NodeSet::Slot

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

Overview

NodeSet slot.

Constant Summary collapse

PRODUCTION =

Production slot mean that NodeSet will be routed on standard production gateway. Production slot have same behavior like all NodeSets before introduction of slot choosing. Introduction of slot choosing is realized to enable function of uuCloud AppDeployment/swap command. Default value.

'PRODUCTION'
BETA =

Beta slot is used to test application in production environment from another gateway. Introduction of slot choosing is realized to enable function of uuCloud AppDeployment/swap command.

'BETA'