DaemonEndpoint

case
class DaemonEndpoint(Port: Int)

DaemonEndpoint contains information about a single Daemon endpoint.

Value Params
Port

Port number of the given endpoint.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getPort: IO[K8sFailure, Int]

Port number of the given endpoint.

Port number of the given endpoint.

This effect always succeeds, it is safe to use the field Port directly.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product