Change the provider separator from . to @
This commit is contained in:
parent
4012599264
commit
e9792b446f
34 changed files with 465 additions and 465 deletions
30
pkg/api/testdata/routers-many-lastpage.json
vendored
30
pkg/api/testdata/routers-many-lastpage.json
vendored
|
|
@ -3,45 +3,45 @@
|
|||
"entryPoints": [
|
||||
"web"
|
||||
],
|
||||
"name": "myprovider.bar14",
|
||||
"provider": "myprovider",
|
||||
"name": "myprovider@bar14",
|
||||
"provider": "myprovider@bar14",
|
||||
"rule": "Host(`foo.bar14`)",
|
||||
"service": "myprovider.foo-service"
|
||||
"service": "myprovider@foo-service"
|
||||
},
|
||||
{
|
||||
"entryPoints": [
|
||||
"web"
|
||||
],
|
||||
"name": "myprovider.bar15",
|
||||
"provider": "myprovider",
|
||||
"name": "myprovider@bar15",
|
||||
"provider": "myprovider@bar15",
|
||||
"rule": "Host(`foo.bar15`)",
|
||||
"service": "myprovider.foo-service"
|
||||
"service": "myprovider@foo-service"
|
||||
},
|
||||
{
|
||||
"entryPoints": [
|
||||
"web"
|
||||
],
|
||||
"name": "myprovider.bar16",
|
||||
"provider": "myprovider",
|
||||
"name": "myprovider@bar16",
|
||||
"provider": "myprovider@bar16",
|
||||
"rule": "Host(`foo.bar16`)",
|
||||
"service": "myprovider.foo-service"
|
||||
"service": "myprovider@foo-service"
|
||||
},
|
||||
{
|
||||
"entryPoints": [
|
||||
"web"
|
||||
],
|
||||
"name": "myprovider.bar17",
|
||||
"provider": "myprovider",
|
||||
"name": "myprovider@bar17",
|
||||
"provider": "myprovider@bar17",
|
||||
"rule": "Host(`foo.bar17`)",
|
||||
"service": "myprovider.foo-service"
|
||||
"service": "myprovider@foo-service"
|
||||
},
|
||||
{
|
||||
"entryPoints": [
|
||||
"web"
|
||||
],
|
||||
"name": "myprovider.bar18",
|
||||
"provider": "myprovider",
|
||||
"name": "myprovider@bar18",
|
||||
"provider": "myprovider@bar18",
|
||||
"rule": "Host(`foo.bar18`)",
|
||||
"service": "myprovider.foo-service"
|
||||
"service": "myprovider@foo-service"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue