rework loadbalancer support
This commit is contained in:
parent
b143101f82
commit
518a37e776
86 changed files with 339 additions and 1055 deletions
10
pkg/api/testdata/getrawdata.json
vendored
10
pkg/api/testdata/getrawdata.json
vendored
|
@ -57,11 +57,9 @@
|
|||
"loadbalancer": {
|
||||
"servers": [
|
||||
{
|
||||
"url": "http://127.0.0.1",
|
||||
"weight": 1
|
||||
"url": "http://127.0.0.1"
|
||||
}
|
||||
],
|
||||
"method": "wrr",
|
||||
"passHostHeader": false
|
||||
},
|
||||
"usedBy": [
|
||||
|
@ -91,11 +89,9 @@
|
|||
"loadbalancer": {
|
||||
"servers": [
|
||||
{
|
||||
"address": "127.0.0.1",
|
||||
"weight": 1
|
||||
"address": "127.0.0.1"
|
||||
}
|
||||
],
|
||||
"method": "wrr"
|
||||
]
|
||||
},
|
||||
"usedBy": [
|
||||
"myprovider.tcpbar",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue