ContainerPort

final case class ContainerPort(containerPort: Int, name: Option[String], hostPort: Option[Int], hostIP: Option[String], protocol: Option[String])

ContainerPort represents a network port in a single container.

Source:
ContainerPort.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms containerPort to result of function

transforms containerPort to result of function

Source:
ContainerPort.scala

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

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

Source:
ContainerPort.scala

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

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

Source:
ContainerPort.scala

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

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

Source:
ContainerPort.scala

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

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

Source:
ContainerPort.scala

Returns a new data with containerPort set to new value

Returns a new data with containerPort set to new value

Source:
ContainerPort.scala

Returns a new data with hostIP set to new value

Returns a new data with hostIP set to new value

Source:
ContainerPort.scala

Returns a new data with hostPort set to new value

Returns a new data with hostPort set to new value

Source:
ContainerPort.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
ContainerPort.scala

Returns a new data with protocol set to new value

Returns a new data with protocol set to new value

Source:
ContainerPort.scala

Inherited methods

Inherited from:
Product