File tree Expand file tree Collapse file tree 4 files changed +23
-63
lines changed Expand file tree Collapse file tree 4 files changed +23
-63
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
22
22
github.com/go-openapi/validate v0.22.0
23
23
github.com/google/renameio v1.0.1
24
24
github.com/google/uuid v1.3.0
25
- github.com/haproxytech/client-native/v4 v4.0.1-0.20221003174114-b7a9ad67c1fe
25
+ github.com/haproxytech/client-native/v4 v4.0.1-0.20221004135619-4f2984c60ae3
26
26
github.com/haproxytech/config-parser/v4 v4.0.0-rc4.0.20221003114620-c7a6e693c964
27
27
github.com/hashicorp/consul/api v1.6.0
28
28
github.com/hashicorp/hcl v1.0.0
Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
137
137
github.com/gorilla/mux v1.8.0 /go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So =
138
138
github.com/haproxytech/client-native/v4 v4.0.1-0.20221003174114-b7a9ad67c1fe h1:T5+cu3G6g+YCNN9pvxsFBU6DmYZfAQ2REql2h6byKe4 =
139
139
github.com/haproxytech/client-native/v4 v4.0.1-0.20221003174114-b7a9ad67c1fe /go.mod h1:O2UmTF6f0X9NFu8TD3UlVCD51PwPML9qwCHg/NPn0xg =
140
+ github.com/haproxytech/client-native/v4 v4.0.1-0.20221004135619-4f2984c60ae3 h1:d0V9pd2revqvBzPM9ceZd9kuZzGnzkQCDPZ3NGnTWEk =
141
+ github.com/haproxytech/client-native/v4 v4.0.1-0.20221004135619-4f2984c60ae3 /go.mod h1:O2UmTF6f0X9NFu8TD3UlVCD51PwPML9qwCHg/NPn0xg =
140
142
github.com/haproxytech/config-parser/v4 v4.0.0-rc4.0.20221003114620-c7a6e693c964 h1:XccijuCvInwSIrzvLWERiWj/G03p86EP/+UokqLSvjc =
141
143
github.com/haproxytech/config-parser/v4 v4.0.0-rc4.0.20221003114620-c7a6e693c964 /go.mod h1:uFxx/LldtaUvGnUu8/smTgj5ukzs07C5rI1vx3RCTTk =
142
144
github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE =
Original file line number Diff line number Diff line change @@ -284,6 +284,8 @@ func SerializeRuntimeAddServer(srv *models.RuntimeAddServer) string {
284
284
push ("check" )
285
285
case srv .CheckAlpn != "" :
286
286
pushq ("check-alpn" , srv .CheckAlpn )
287
+ case srv .HealthCheckAddress != "" :
288
+ pushq ("addr" , srv .HealthCheckAddress )
287
289
case srv .HealthCheckPort != nil :
288
290
pushi ("port" , srv .HealthCheckPort )
289
291
case srv .CheckProto != "" :
You can’t perform that action at this time.
0 commit comments