From 41e9ca69fa2b09498dd4a43799a6f171b8f51e26 Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Tue, 25 Jun 2019 17:44:32 +0000 Subject: [PATCH] admin: add host priority to cluster response (#7317) Add host priority to cluster response in admin server. Risk Level: low Testing: unit test Docs Changes: N/A Release Notes: updated Signed-off-by: Yan Xue Mirrored from https://github.com/envoyproxy/envoy @ 815c506c96ef441d99341775af2125d58d644b8f --- envoy/admin/v2alpha/clusters.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/envoy/admin/v2alpha/clusters.proto b/envoy/admin/v2alpha/clusters.proto index 885f6b30..03a85d8f 100644 --- a/envoy/admin/v2alpha/clusters.proto +++ b/envoy/admin/v2alpha/clusters.proto @@ -68,6 +68,9 @@ message HostStatus { // The hostname of the host, if applicable. string hostname = 6; + + // The host's priority. If not configured, the value defaults to 0 (highest priority). + uint32 priority = 7; } // Health status for a host.