NodeAddress

io.k8s.api.core.v1.NodeAddress
See theNodeAddress companion object
final case class NodeAddress(address: String, `type`: String)

NodeAddress contains information for the node's address.

Attributes

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

Members list

Value members

Concrete methods

def mapAddress(f: String => String): NodeAddress

transforms address to result of function

transforms address to result of function

Attributes

Source
NodeAddress.scala
def mapType(f: String => String): NodeAddress

transforms type to result of function

transforms type to result of function

Attributes

Source
NodeAddress.scala
def withAddress(value: String): NodeAddress

Returns a new data with address set to new value

Returns a new data with address set to new value

Attributes

Source
NodeAddress.scala
def withType(value: String): NodeAddress

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
NodeAddress.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product