Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cluster_application_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f9a275ad0879372611f46059632c16df5d8f6f7 (plain)
1
2
3
4
5
class ClusterApplicationEntity < Grape::Entity
  expose :name
  expose :status_name, as: :status
  expose :status_reason
end