traefik/pkg/api/testdata/tcprouters-filtered-search.json

15 lines
215 B
JSON
Raw Normal View History

2019-09-02 09:38:04 +00:00
[
{
"entryPoints": [
"web"
],
"name": "bar@myprovider",
"provider": "myprovider",
"rule": "Host(`foo.bar`)",
"service": "foo-service@myprovider",
"status": "warning",
"using": [
"web"
]
}
]