Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 472 Bytes

V1EndpointPort.md

File metadata and controls

10 lines (7 loc) · 472 Bytes

Kubernetes::V1EndpointPort

Properties

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