traefik/pkg/api/testdata/overview-providers.json

63 lines
793 B
JSON
Raw Normal View History

2019-07-12 09:10:03 +00:00
{
"features": {
"accessLog": false,
"metrics": "",
2023-05-15 14:38:05 +00:00
"tracing": ""
2019-07-12 09:10:03 +00:00
},
"http": {
"middlewares": {
"errors": 0,
"total": 0,
"warnings": 0
},
"routers": {
"errors": 0,
"total": 0,
"warnings": 0
},
"services": {
"errors": 0,
"total": 0,
"warnings": 0
}
},
"providers": [
"Docker",
2023-05-10 13:28:05 +00:00
"Swarm",
2019-07-12 09:10:03 +00:00
"File",
"KubernetesIngress",
"KubernetesCRD",
"Rest",
"plugin-test"
2019-07-12 09:10:03 +00:00
],
"tcp": {
2021-06-11 13:30:05 +00:00
"middlewares": {
"errors": 0,
"total": 0,
"warnings": 0
},
2019-07-12 09:10:03 +00:00
"routers": {
"errors": 0,
"total": 0,
"warnings": 0
},
"services": {
"errors": 0,
"total": 0,
"warnings": 0
}
2020-02-26 10:12:06 +00:00
},
"udp": {
"routers": {
"errors": 0,
"total": 0,
"warnings": 0
},
"services": {
"errors": 0,
"total": 0,
"warnings": 0
}
2019-07-12 09:10:03 +00:00
}
}