...

Text file src/github.com/linkerd/linkerd2/web/srv/testdata/api_gateway_output.json

Documentation: github.com/linkerd/linkerd2/web/srv/testdata

     1{
     2    "ok": {
     3        "gatewaysTable": {
     4            "rows": [
     5                {
     6                    "namespace": "test_namespace",
     7                    "name": "test_gateway",
     8                    "clusterName": "multi_cluster",
     9                    "pairedServices": "0",
    10                    "alive": true,
    11                    "latencyMsP50": "0",
    12                    "latencyMsP95": "0",
    13                    "latencyMsP99": "0"
    14                }
    15            ]
    16        }
    17    }
    18}

View as plain text