summaryrefslogtreecommitdiff
path: root/app/serializers/cluster_app_entity.rb
blob: 7da2d4921a298536099ac003c7ff435727862007 (plain)
1
2
3
4
5
class ClusterAppEntity < Grape::Entity
  expose :name
  expose :status_name, as: :status
  expose :status_reason
end