vcenter namespaces: endpoint address
An
endpoint_address
contains the data that describes an Endpoint's address in Kubernetes.Representation:
{
"protocol" : "string",
"port" : 1,
"service" : "string",
"ip" : "string"
}
"protocol" : "string",
"port" : 1,
"service" : "string",
"ip" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
service | string | The Kubernetes Service the Endpoint belongs to. |
ip | string | The IP address of the Endpoint. |
port | long | The port of the Endpoint. |
protocol | string | The protocol used by this Endpoint. |