DaemonEndpoint

com.coralogix.zio.k8s.model.core.v1.DaemonEndpoint
See theDaemonEndpoint companion object
case class DaemonEndpoint(Port: Int)

DaemonEndpoint contains information about a single Daemon endpoint.

Attributes

Port

Port number of the given endpoint.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product