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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
203 B
Ruby
Raw Normal View History

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