...

Text file src/github.com/linkerd/linkerd2/cli/cmd/testdata/check_output_json.golden

Documentation: github.com/linkerd/linkerd2/cli/cmd/testdata

     1{
     2  "success": false,
     3  "categories": [
     4    {
     5      "categoryName": "category",
     6      "checks": [
     7        {
     8          "description": "check1",
     9          "result": "success"
    10        },
    11        {
    12          "description": "check2",
    13          "hint": "https://linkerd.io/2/checks/#hint-anchor",
    14          "error": "This should contain instructions for fail",
    15          "result": "error"
    16        }
    17      ]
    18    }
    19  ]
    20}

View as plain text