summaryrefslogtreecommitdiff
path: root/app/serializers/rollout_statuses/ingress_entity.rb
blob: a68d936b86cf47dc997eff0a0a71f4e96e0089cf (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module RolloutStatuses
  class IngressEntity < Grape::Entity
    expose :canary_weight
  end
end