NodeSystemInfoPointer

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

Pointer for NodeSystemInfo

Attributes

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

Members list

Value members

Concrete methods

def architecture: Plain[String]

Attributes

Source
NodeSystemInfoPointer.scala
def bootID: Plain[String]

Attributes

Source
NodeSystemInfoPointer.scala
def kernelVersion: Plain[String]

Attributes

Source
NodeSystemInfoPointer.scala
def kubeProxyVersion: Plain[String]

Attributes

Source
NodeSystemInfoPointer.scala
def kubeletVersion: Plain[String]

Attributes

Source
NodeSystemInfoPointer.scala
def machineID: Plain[String]

Attributes

Source
NodeSystemInfoPointer.scala
def operatingSystem: Plain[String]

Attributes

Source
NodeSystemInfoPointer.scala
def osImage: Plain[String]

Attributes

Source
NodeSystemInfoPointer.scala
def systemUUID: Plain[String]

Attributes

Source
NodeSystemInfoPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product