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

transforms address to result of function

transforms address to result of function

Attributes

Source
NodeAddress.scala

transforms type to result of function

transforms type to result of function

Attributes

Source
NodeAddress.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product