traefik/pkg/api/testdata/tcprouters-page2.json

11 lines
170 B
JSON
Raw Normal View History

[
{
"entryPoints": [
"web"
],
"name": "myprovider@baz",
"provider": "myprovider@baz",
"rule": "Host(`toto.bar`)",
"service": "myprovider@foo-service"
}
]