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

11 lines
166 B
JSON
Raw Normal View History

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