NodeAddressPointer

io.k8s.api.core.v1.NodeAddressPointer
final case class NodeAddressPointer(currentPath: PointerPath) extends Pointer[NodeAddress]

Pointer for NodeAddress

Attributes

Source
NodeAddressPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def `type`: Plain[String]

Attributes

Source
NodeAddressPointer.scala
def address: Plain[String]

Attributes

Source
NodeAddressPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product