NodeSystemInfo

io.k8s.api.core.v1.NodeSystemInfo
See theNodeSystemInfo companion object
final case class NodeSystemInfo(systemUUID: String, osImage: String, machineID: String, bootID: String, architecture: String, kubeletVersion: String, operatingSystem: String, kubeProxyVersion: String, containerRuntimeVersion: String, kernelVersion: String)

NodeSystemInfo is a set of ids/uuids to uniquely identify the node.

Attributes

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

Members list

Value members

Concrete methods

transforms architecture to result of function

transforms architecture to result of function

Attributes

Source
NodeSystemInfo.scala

transforms bootID to result of function

transforms bootID to result of function

Attributes

Source
NodeSystemInfo.scala

transforms containerRuntimeVersion to result of function

transforms containerRuntimeVersion to result of function

Attributes

Source
NodeSystemInfo.scala

transforms kernelVersion to result of function

transforms kernelVersion to result of function

Attributes

Source
NodeSystemInfo.scala

transforms kubeProxyVersion to result of function

transforms kubeProxyVersion to result of function

Attributes

Source
NodeSystemInfo.scala

transforms kubeletVersion to result of function

transforms kubeletVersion to result of function

Attributes

Source
NodeSystemInfo.scala

transforms machineID to result of function

transforms machineID to result of function

Attributes

Source
NodeSystemInfo.scala

transforms operatingSystem to result of function

transforms operatingSystem to result of function

Attributes

Source
NodeSystemInfo.scala

transforms osImage to result of function

transforms osImage to result of function

Attributes

Source
NodeSystemInfo.scala

transforms systemUUID to result of function

transforms systemUUID to result of function

Attributes

Source
NodeSystemInfo.scala

Returns a new data with architecture set to new value

Returns a new data with architecture set to new value

Attributes

Source
NodeSystemInfo.scala

Returns a new data with bootID set to new value

Returns a new data with bootID set to new value

Attributes

Source
NodeSystemInfo.scala

Returns a new data with containerRuntimeVersion set to new value

Returns a new data with containerRuntimeVersion set to new value

Attributes

Source
NodeSystemInfo.scala

Returns a new data with kernelVersion set to new value

Returns a new data with kernelVersion set to new value

Attributes

Source
NodeSystemInfo.scala

Returns a new data with kubeProxyVersion set to new value

Returns a new data with kubeProxyVersion set to new value

Attributes

Source
NodeSystemInfo.scala

Returns a new data with kubeletVersion set to new value

Returns a new data with kubeletVersion set to new value

Attributes

Source
NodeSystemInfo.scala

Returns a new data with machineID set to new value

Returns a new data with machineID set to new value

Attributes

Source
NodeSystemInfo.scala

Returns a new data with operatingSystem set to new value

Returns a new data with operatingSystem set to new value

Attributes

Source
NodeSystemInfo.scala

Returns a new data with osImage set to new value

Returns a new data with osImage set to new value

Attributes

Source
NodeSystemInfo.scala

Returns a new data with systemUUID set to new value

Returns a new data with systemUUID set to new value

Attributes

Source
NodeSystemInfo.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product