Class: API::HelmPackages

Inherits:
Base
  • Object
show all
Includes:
API::Helpers::Authentication
Defined in:
lib/api/helm_packages.rb

Constant Summary collapse

PACKAGE_FILENAME =
'package.tgz'
HELM_REQUIREMENTS =
{
  channel: API::NO_SLASH_URL_PART_REGEX,
  file_name: API::NO_SLASH_URL_PART_REGEX
}.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