Class: API::Internal::ContainerRegistry::Migration

Inherits:
Base
  • Object
show all
Defined in:
lib/api/internal/container_registry/migration.rb

Constant Summary collapse

STATUS_PRE_IMPORT_COMPLETE =
'pre_import_complete'
STATUS_PRE_IMPORT_FAILED =
'pre_import_failed'
STATUS_IMPORT_COMPLETE =
'import_complete'
STATUS_IMPORT_FAILED =
'import_failed'
POSSIBLE_VALUES =
[
  STATUS_PRE_IMPORT_COMPLETE,
  STATUS_PRE_IMPORT_FAILED,
  STATUS_IMPORT_COMPLETE,
  STATUS_IMPORT_FAILED
].freeze

Constants included from Gitlab::EndpointAttributes

Gitlab::EndpointAttributes::DEFAULT_URGENCY

Method Summary

Methods inherited from Base

endpoint_id_for_route, feature_category_for_app, path_for_app, route, urgency_for_app