linkerd2/web/srv/testdata/api_check_output.json

30 lines
911 B
JSON

{
"results": {
"kubernetes-api": [{
"Category": "kubernetes-api",
"Description": "check1-description",
"HintAnchor": "check1-hint-anchor",
"Retry": false,
"Warning": false,
"Err": null
}, {
"Category": "kubernetes-api",
"Description": "check2-description",
"HintAnchor": "check2-hint-anchor",
"Retry": false,
"Warning": true,
"Err": {},
"ErrMsg": "check2-error",
"HintURL": "https://linkerd.io/checks/#check2-hint-anchor"
}],
"linkerd-config": [{
"Category": "linkerd-config",
"Description": "check3-description",
"HintAnchor": "check3-hint-anchor",
"Retry": false,
"Warning": false,
"Err": null
}]
},
"success": true
}