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

cluster_error_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c749537cb94589e6ca5ee4a9280c57b5b48ded33 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class ClusterErrorEntity < Grape::Entity
  expose :connection_error
  expose :metrics_connection_error
  expose :node_connection_error
end