vcenter namespaces: endpoint address
An
endpoint_address
contains the data that describes an Endpoint's address in Kubernetes.Representation:
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.
|