Change drop_percentage to FractionalPercent (#3974)

Signed-off-by: Vishal Powar <vishalpowar@rodete-desktop-imager.corp.google.com>

Mirrored from https://github.com/envoyproxy/envoy @ 6b65dbe3a41dea34ab303de52804ddab20556de8
pull/620/head
data-plane-api(CircleCI) 7 years ago
parent bd4585a428
commit df113f2ee4
  1. 2
      envoy/api/v2/eds.proto

@ -58,7 +58,7 @@ message ClusterLoadAssignment {
string category = 1 [(validate.rules).string.min_bytes = 1];
// Percentage of traffic that should be dropped for the category.
envoy.type.Percent drop_percentage = 2;
envoy.type.FractionalPercent drop_percentage = 2;
}
// Action to trim the overall incoming traffic to protect the upstream
// hosts. This action allows protection in case the hosts are unable to

Loading…
Cancel
Save