debian-mirror-gitlab/app/serializers/clusters/kubernetes_error_entity.rb
2022-05-07 20:08:51 +05:30

9 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