Kazan v0.11.0 Kazan.Apis.Core.V1.EndpointPort View Source

EndpointPort is a tuple that describes a single port.

OpenAPI Definition: io.k8s.api.core.v1.EndpointPort

Properties

  • name :: String

    • The name of this port (corresponds to ServicePort.Name). Must be a DNS_LABEL. Optional only if one port is defined.
  • port :: Integer

    • The port number of the endpoint.
  • protocol :: String

    • The IP protocol for this port. Must be UDP or TCP. Default is TCP.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.EndpointPort{
  name: String.t(),
  port: integer(),
  protocol: String.t()
}