NodeSystemInfo

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.

Source:
NodeSystemInfo.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms architecture to result of function

transforms architecture to result of function

Source:
NodeSystemInfo.scala

transforms bootID to result of function

transforms bootID to result of function

Source:
NodeSystemInfo.scala

transforms containerRuntimeVersion to result of function

transforms containerRuntimeVersion to result of function

Source:
NodeSystemInfo.scala

transforms kernelVersion to result of function

transforms kernelVersion to result of function

Source:
NodeSystemInfo.scala

transforms kubeProxyVersion to result of function

transforms kubeProxyVersion to result of function

Source:
NodeSystemInfo.scala

transforms kubeletVersion to result of function

transforms kubeletVersion to result of function

Source:
NodeSystemInfo.scala

transforms machineID to result of function

transforms machineID to result of function

Source:
NodeSystemInfo.scala

transforms operatingSystem to result of function

transforms operatingSystem to result of function

Source:
NodeSystemInfo.scala

transforms osImage to result of function

transforms osImage to result of function

Source:
NodeSystemInfo.scala

transforms systemUUID to result of function

transforms systemUUID to result of function

Source:
NodeSystemInfo.scala

Returns a new data with architecture set to new value

Returns a new data with architecture set to new value

Source:
NodeSystemInfo.scala

Returns a new data with bootID set to new value

Returns a new data with bootID set to new value

Source:
NodeSystemInfo.scala

Returns a new data with containerRuntimeVersion set to new value

Returns a new data with containerRuntimeVersion set to new value

Source:
NodeSystemInfo.scala

Returns a new data with kernelVersion set to new value

Returns a new data with kernelVersion set to new value

Source:
NodeSystemInfo.scala

Returns a new data with kubeProxyVersion set to new value

Returns a new data with kubeProxyVersion set to new value

Source:
NodeSystemInfo.scala

Returns a new data with kubeletVersion set to new value

Returns a new data with kubeletVersion set to new value

Source:
NodeSystemInfo.scala

Returns a new data with machineID set to new value

Returns a new data with machineID set to new value

Source:
NodeSystemInfo.scala

Returns a new data with operatingSystem set to new value

Returns a new data with operatingSystem set to new value

Source:
NodeSystemInfo.scala

Returns a new data with osImage set to new value

Returns a new data with osImage set to new value

Source:
NodeSystemInfo.scala

Returns a new data with systemUUID set to new value

Returns a new data with systemUUID set to new value

Source:
NodeSystemInfo.scala

Inherited methods

Inherited from:
Product