Method: SwaggerClient::LabelApi#chartrepo_repo_charts_name_version_labels_get

Defined in:
lib/harbor_swagger_client/api/label_api.rb

#chartrepo_repo_charts_name_version_labels_get(repo, name, version, opts = {}) ⇒ nil

Return the attahced labels of chart. Return the attahced labels of the specified chart version.

Parameters:

  • repo

    The project name

  • name

    The chart name

  • version

    The chart version

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:

  • (nil)


29
30
31
32
# File 'lib/harbor_swagger_client/api/label_api.rb', line 29

def chartrepo_repo_charts_name_version_labels_get(repo, name, version, opts = {})
  chartrepo_repo_charts_name_version_labels_get_with_http_info(repo, name, version, opts)
  nil
end