8 lines
128 B
Ruby
8 lines
128 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module RolloutStatuses
|
||
|
class IngressEntity < Grape::Entity
|
||
|
expose :canary_weight
|
||
|
end
|
||
|
end
|