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.

Value parameters

Port

Port number of the given endpoint.

Attributes

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

Members list

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