...
1{
2 "results": {
3 "kubernetes-api": [{
4 "Category": "kubernetes-api",
5 "Description": "check1-description",
6 "Retry": false,
7 "Warning": false,
8 "Err": null
9 }, {
10 "Category": "kubernetes-api",
11 "Description": "check2-description",
12 "Retry": false,
13 "Warning": true,
14 "Err": {},
15 "ErrMsg": "check2-error",
16 "HintURL": "https://linkerd.io/2/checks/#check2-hint-anchor"
17 }],
18 "linkerd-config": [{
19 "Category": "linkerd-config",
20 "Description": "check3-description",
21 "Retry": false,
22 "Warning": false,
23 "Err": null
24 }]
25 },
26 "success": true
27}
View as plain text