From 23ffa3d3f3d338796a0eac65ead2f732b7ff71ea Mon Sep 17 00:00:00 2001 From: freddygv Date: Thu, 11 Mar 2021 18:39:53 -0700 Subject: [PATCH] And another test fix --- api/agent.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/agent.go b/api/agent.go index e1972f8f0c..5ab57ffa53 100644 --- a/api/agent.go +++ b/api/agent.go @@ -407,6 +407,7 @@ type Upstream struct { LocalBindPort int `json:",omitempty"` Config map[string]interface{} `json:",omitempty" bexpr:"-"` MeshGateway MeshGatewayConfig `json:",omitempty"` + CentrallyConfigured bool `json:",omitempty"` } // Agent can be used to query the Agent endpoints