EndpointPort

io.k8s.api.core.v1.EndpointPort
See theEndpointPort companion object
final case class EndpointPort(port: Int, appProtocol: Option[String], name: Option[String], protocol: Option[String])

EndpointPort is a tuple that describes a single port.

Attributes

Companion:
object
Source:
EndpointPort.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if appProtocol has a value, transforms to the result of function

if appProtocol has a value, transforms to the result of function

Attributes

Source:
EndpointPort.scala

if name has a value, transforms to the result of function

if name has a value, transforms to the result of function

Attributes

Source:
EndpointPort.scala

transforms port to result of function

transforms port to result of function

Attributes

Source:
EndpointPort.scala

if protocol has a value, transforms to the result of function

if protocol has a value, transforms to the result of function

Attributes

Source:
EndpointPort.scala

Returns a new data with appProtocol set to new value

Returns a new data with appProtocol set to new value

Attributes

Source:
EndpointPort.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
EndpointPort.scala

Returns a new data with port set to new value

Returns a new data with port set to new value

Attributes

Source:
EndpointPort.scala

Returns a new data with protocol set to new value

Returns a new data with protocol set to new value

Attributes

Source:
EndpointPort.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product