python/kubernetes/docs/V1EndpointPort.md
2016-11-22 17:23:41 -08:00

606 B

V1EndpointPort

Properties

Name Type Description Notes
name str The name of this port (corresponds to ServicePort.Name). Must be a DNS_LABEL. Optional only if one port is defined. [optional]
port int The port number of the endpoint.
protocol str The IP protocol for this port. Must be UDP or TCP. Default is TCP. [optional]

[Back to Model list] [Back to API list] [Back to README]