forked from Ivasoft/traefik
config: deal with multiple errors and their criticality
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
This commit is contained in:
14
pkg/api/testdata/overview-dynamic.json
vendored
14
pkg/api/testdata/overview-dynamic.json
vendored
@@ -6,19 +6,19 @@
|
||||
},
|
||||
"http": {
|
||||
"middlewares": {
|
||||
"errors": 0,
|
||||
"errors": 1,
|
||||
"total": 3,
|
||||
"warnings": 0
|
||||
},
|
||||
"routers": {
|
||||
"errors": 0,
|
||||
"total": 2,
|
||||
"warnings": 0
|
||||
"errors": 1,
|
||||
"total": 3,
|
||||
"warnings": 1
|
||||
},
|
||||
"services": {
|
||||
"errors": 0,
|
||||
"total": 1,
|
||||
"warnings": 0
|
||||
"errors": 1,
|
||||
"total": 3,
|
||||
"warnings": 1
|
||||
}
|
||||
},
|
||||
"tcp": {
|
||||
|
||||
Reference in New Issue
Block a user