Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 747 Bytes

V1Port.md

File metadata and controls

12 lines (8 loc) · 747 Bytes

V1Port

Properties

Name Type Description Notes
name str If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. [optional]
port int Number of port to expose for the virtual machine. This must be a valid port number, 0 < x < 65536. [default to 0]
protocol str Protocol for port. Must be UDP or TCP. Defaults to &quot;TCP&quot;. [optional]

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