Browse Source

And another test fix

pull/9873/head
freddygv 4 years ago
parent
commit
23ffa3d3f3
  1. 1
      api/agent.go

1
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

Loading…
Cancel
Save