mirror of
https://github.com/status-im/consul.git
synced 2025-01-21 19:20:41 +00:00
api: ensure empty locality field is not transmitted to Consul (#17137)
This commit is contained in:
parent
a87115c598
commit
c501da01eb
@ -78,8 +78,8 @@ type CatalogRegistration struct {
|
||||
Check *AgentCheck
|
||||
Checks HealthChecks
|
||||
SkipNodeUpdate bool
|
||||
Partition string `json:",omitempty"`
|
||||
Locality *Locality
|
||||
Partition string `json:",omitempty"`
|
||||
Locality *Locality `json:",omitempty"`
|
||||
}
|
||||
|
||||
type CatalogDeregistration struct {
|
||||
|
@ -47,7 +47,7 @@ type PeeringRemoteInfo struct {
|
||||
Partition string
|
||||
// Datacenter is the remote peer's datacenter.
|
||||
Datacenter string
|
||||
Locality *Locality
|
||||
Locality *Locality `json:",omitempty"`
|
||||
}
|
||||
|
||||
// Locality identifies where a given entity is running.
|
||||
|
Loading…
x
Reference in New Issue
Block a user