gitlab-org--gitlab-foss/app/serializers/cluster_application_entity.rb

6 lines
125 B
Ruby
Raw Normal View History

2017-11-06 16:02:28 +00:00
class ClusterApplicationEntity < Grape::Entity
2017-11-02 14:10:46 +00:00
expose :name
expose :status_name, as: :status
expose :status_reason
end