Kazan v0.1.0 Kazan.Models.V1.EndpointPort
EndpointPort is a tuple that describes a single port.
Properties
name
- The name of this port (corresponds to ServicePort.Name). Must be a DNS_LABEL. Optional only if one port is defined.port
- The port number of the endpoint.protocol
- The IP protocol for this port. Must be UDP or TCP. Default is TCP.