31 lines
636 B
JSON
31 lines
636 B
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Endpoints",
|
|
"metadata": {
|
|
"creationTimestamp": "2019-07-10T23:10:43Z",
|
|
"name": "blee",
|
|
"namespace": "ns-1"
|
|
},
|
|
"subsets": [
|
|
{
|
|
"addresses": [
|
|
{
|
|
"ip": "10.0.0.67",
|
|
"nodeName": "n-1",
|
|
"targetRef": {
|
|
"kind": "Pod",
|
|
"name": "blah",
|
|
"namespace": "blee"
|
|
}
|
|
}
|
|
],
|
|
"ports": [
|
|
{
|
|
"name": "http",
|
|
"port": 8080,
|
|
"protocol": "TCP"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |