NodeSpecPointer

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

Pointer for NodeSpec

Attributes

Source
NodeSpecPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[NodeSpec]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def externalID: Plain[String]

Attributes

Source
NodeSpecPointer.scala
def podCIDR: Plain[String]

Attributes

Source
NodeSpecPointer.scala
def podCIDRs: ListPointer[String]

Attributes

Source
NodeSpecPointer.scala
def providerID: Plain[String]

Attributes

Source
NodeSpecPointer.scala

Attributes

Source
NodeSpecPointer.scala
def unschedulable: Plain[Boolean]

Attributes

Source
NodeSpecPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product