HasAvailablePorts

izumi.distage.docker.healthcheck.ContainerHealthCheck.VerifiedContainerConnectivity.HasAvailablePorts
case class HasAvailablePorts(availablePorts: AvailablePorts) extends VerifiedContainerConnectivity

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def firstOption(port: DockerPort): Option[AvailablePort]

Attributes

Definition Classes
override def get(port: DockerPort): Option[NEList[AvailablePort]]

Attributes

Definition Classes

Inherited methods

final def apply(port: DockerPort): NEList[AvailablePort]

Attributes

Inherited from:
VerifiedContainerConnectivity
final def first(port: DockerPort): AvailablePort

Attributes

Inherited from:
VerifiedContainerConnectivity
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product