{
"clusterIP": "string",
"externalEndpoints": [
{
"host": "string",
"ports": [
{
"name": "string",
"nodePort": 0,
"port": 0,
"protocol": "string"
}
]
}
],
"internalEndpoint": {
"host": "string",
"ports": [
{
"name": "string",
"nodePort": 0,
"port": 0,
"protocol": "string"
}
]
},
"objectMeta": {
"annotations": {
"property1": "string",
"property2": "string"
},
"creationTimestamp": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"name": "string",
"namespace": "string"
},
"selector": {
"property1": "string",
"property2": "string"
},
"type": "string",
"typeMeta": {
"kind": "string"
}
}