gitlab-org--gitlab-foss/app/serializers/clusters/kubernetes_error_entity.rb

10 lines
203 B
Ruby

# frozen_string_literal: true
module Clusters
class KubernetesErrorEntity < Grape::Entity
expose :connection_error
expose :metrics_connection_error
expose :node_connection_error
end
end