linkerd2/cli/cmd/testdata/endpoints_all_output_json.g...

27 lines
479 B
Plaintext

[
{
"namespace": "books",
"ip": "1.2.3.4",
"port": 8080,
"pod": "authors",
"version": "1234",
"service": "authors.books"
},
{
"namespace": "emojivoto",
"ip": "1.2.3.4",
"port": 8080,
"pod": "emoji-svc",
"version": "1234",
"service": "emoji-svc.emojivoto"
},
{
"namespace": "emojivoto",
"ip": "1.2.3.4",
"port": 8080,
"pod": "voting-svc",
"version": "1234",
"service": "voting-svc.emojivoto"
}
]