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

ingress_entity.rb « rollout_statuses « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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