DaemonEndpoint

io.k8s.api.core.v1.DaemonEndpoint
See theDaemonEndpoint companion object
final case class DaemonEndpoint(Port: Int)

DaemonEndpoint contains information about a single Daemon endpoint.

Attributes

Companion
object
Source
DaemonEndpoint.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

transforms Port to result of function

transforms Port to result of function

Attributes

Source
DaemonEndpoint.scala
def withPort(value: Int): DaemonEndpoint

Returns a new data with Port set to new value

Returns a new data with Port set to new value

Attributes

Source
DaemonEndpoint.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product