linkerd2/cli/cmd/testdata/check_output_json.golden

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"
}
]
}
]
}