...

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

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

     1[
     2  {
     3    "namespace": "emojivoto",
     4    "ip": "1.2.3.4",
     5    "port": 8080,
     6    "pod": "emoji-6bf9f47bd5-jjcrl",
     7    "service": "emoji-svc.emojivoto",
     8    "weight": 0,
     9    "labels": {
    10      "pod": "emoji-6bf9f47bd5-jjcrl"
    11    }
    12  },
    13  {
    14    "namespace": "emojivoto",
    15    "ip": "5.6.7.8",
    16    "port": 8080,
    17    "pod": "voting-7bf9f47bd5-jjdrl",
    18    "service": "voting-svc.emojivoto",
    19    "weight": 0,
    20    "labels": {
    21      "pod": "voting-7bf9f47bd5-jjdrl"
    22    }
    23  }
    24]

View as plain text