mirror of https://github.com/linkerd/linkerd2.git
21 lines
411 B
Plaintext
21 lines
411 B
Plaintext
{
|
|
"success": false,
|
|
"categories": [
|
|
{
|
|
"categoryName": "category",
|
|
"checks": [
|
|
{
|
|
"description": "check1",
|
|
"result": "success"
|
|
},
|
|
{
|
|
"description": "check2",
|
|
"hint": "https://linkerd.io/checks/#hint-anchor",
|
|
"error": "This should contain instructions for fail",
|
|
"result": "error"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|