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

def mapArchitecture(f: String => String): NodeSystemInfo

transforms architecture to result of function

transforms architecture to result of function

Attributes

Source
NodeSystemInfo.scala
def mapBootID(f: String => String): NodeSystemInfo

transforms bootID to result of function

transforms bootID to result of function

Attributes

Source
NodeSystemInfo.scala
def mapContainerRuntimeVersion(f: String => String): NodeSystemInfo

transforms containerRuntimeVersion to result of function

transforms containerRuntimeVersion to result of function

Attributes

Source
NodeSystemInfo.scala
def mapKernelVersion(f: String => String): NodeSystemInfo

transforms kernelVersion to result of function

transforms kernelVersion to result of function

Attributes

Source
NodeSystemInfo.scala
def mapKubeProxyVersion(f: String => String): NodeSystemInfo

transforms kubeProxyVersion to result of function

transforms kubeProxyVersion to result of function

Attributes

Source
NodeSystemInfo.scala
def mapKubeletVersion(f: String => String): NodeSystemInfo

transforms kubeletVersion to result of function

transforms kubeletVersion to result of function

Attributes

Source
NodeSystemInfo.scala
def mapMachineID(f: String => String): NodeSystemInfo

transforms machineID to result of function

transforms machineID to result of function

Attributes

Source
NodeSystemInfo.scala
def mapOperatingSystem(f: String => String): NodeSystemInfo

transforms operatingSystem to result of function

transforms operatingSystem to result of function

Attributes

Source
NodeSystemInfo.scala
def mapOsImage(f: String => String): NodeSystemInfo

transforms osImage to result of function

transforms osImage to result of function

Attributes

Source
NodeSystemInfo.scala
def mapSystemUUID(f: String => String): NodeSystemInfo

transforms systemUUID to result of function

transforms systemUUID to result of function

Attributes

Source
NodeSystemInfo.scala
def withArchitecture(value: String): NodeSystemInfo

Returns a new data with architecture set to new value

Returns a new data with architecture set to new value

Attributes

Source
NodeSystemInfo.scala
def withBootID(value: String): NodeSystemInfo

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
def withKernelVersion(value: String): NodeSystemInfo

Returns a new data with kernelVersion set to new value

Returns a new data with kernelVersion set to new value

Attributes

Source
NodeSystemInfo.scala
def withKubeProxyVersion(value: String): NodeSystemInfo

Returns a new data with kubeProxyVersion set to new value

Returns a new data with kubeProxyVersion set to new value

Attributes

Source
NodeSystemInfo.scala
def withKubeletVersion(value: String): NodeSystemInfo

Returns a new data with kubeletVersion set to new value

Returns a new data with kubeletVersion set to new value

Attributes

Source
NodeSystemInfo.scala
def withMachineID(value: String): NodeSystemInfo

Returns a new data with machineID set to new value

Returns a new data with machineID set to new value

Attributes

Source
NodeSystemInfo.scala
def withOperatingSystem(value: String): NodeSystemInfo

Returns a new data with operatingSystem set to new value

Returns a new data with operatingSystem set to new value

Attributes

Source
NodeSystemInfo.scala
def withOsImage(value: String): NodeSystemInfo

Returns a new data with osImage set to new value

Returns a new data with osImage set to new value

Attributes

Source
NodeSystemInfo.scala
def withSystemUUID(value: String): NodeSystemInfo

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product