mirror of https://github.com/hashicorp/consul
And another test fix
parent
682f357185
commit
23ffa3d3f3
|
@ -407,6 +407,7 @@ type Upstream struct {
|
||||||
LocalBindPort int `json:",omitempty"`
|
LocalBindPort int `json:",omitempty"`
|
||||||
Config map[string]interface{} `json:",omitempty" bexpr:"-"`
|
Config map[string]interface{} `json:",omitempty" bexpr:"-"`
|
||||||
MeshGateway MeshGatewayConfig `json:",omitempty"`
|
MeshGateway MeshGatewayConfig `json:",omitempty"`
|
||||||
|
CentrallyConfigured bool `json:",omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Agent can be used to query the Agent endpoints
|
// Agent can be used to query the Agent endpoints
|
||||||
|
|
Loading…
Reference in New Issue