final case class NodeSystemInfo(systemUUID: String, osImage: String, machineID: String, bootID: String, architecture: String, kubeletVersion: String, operatingSystem: String, kubeProxyVersion: String, containerRuntimeVersion: String, kernelVersion: String) extends Product with Serializable
NodeSystemInfo is a set of ids/uuids to uniquely identify the node.
- Source
- NodeSystemInfo.scala
- Alphabetic
- By Inheritance
- NodeSystemInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new NodeSystemInfo(systemUUID: String, osImage: String, machineID: String, bootID: String, architecture: String, kubeletVersion: String, operatingSystem: String, kubeProxyVersion: String, containerRuntimeVersion: String, kernelVersion: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val architecture: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bootID: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val containerRuntimeVersion: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kernelVersion: String
- val kubeProxyVersion: String
- val kubeletVersion: String
- val machineID: String
- def mapArchitecture(f: (String) => String): NodeSystemInfo
transforms architecture to result of function
- def mapBootID(f: (String) => String): NodeSystemInfo
transforms bootID to result of function
- def mapContainerRuntimeVersion(f: (String) => String): NodeSystemInfo
transforms containerRuntimeVersion to result of function
- def mapKernelVersion(f: (String) => String): NodeSystemInfo
transforms kernelVersion to result of function
- def mapKubeProxyVersion(f: (String) => String): NodeSystemInfo
transforms kubeProxyVersion to result of function
- def mapKubeletVersion(f: (String) => String): NodeSystemInfo
transforms kubeletVersion to result of function
- def mapMachineID(f: (String) => String): NodeSystemInfo
transforms machineID to result of function
- def mapOperatingSystem(f: (String) => String): NodeSystemInfo
transforms operatingSystem to result of function
- def mapOsImage(f: (String) => String): NodeSystemInfo
transforms osImage to result of function
- def mapSystemUUID(f: (String) => String): NodeSystemInfo
transforms systemUUID to result of function
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val operatingSystem: String
- val osImage: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val systemUUID: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withArchitecture(value: String): NodeSystemInfo
Returns a new data with architecture set to new value
- def withBootID(value: String): NodeSystemInfo
Returns a new data with bootID set to new value
- def withContainerRuntimeVersion(value: String): NodeSystemInfo
Returns a new data with containerRuntimeVersion set to new value
- def withKernelVersion(value: String): NodeSystemInfo
Returns a new data with kernelVersion set to new value
- def withKubeProxyVersion(value: String): NodeSystemInfo
Returns a new data with kubeProxyVersion set to new value
- def withKubeletVersion(value: String): NodeSystemInfo
Returns a new data with kubeletVersion set to new value
- def withMachineID(value: String): NodeSystemInfo
Returns a new data with machineID set to new value
- def withOperatingSystem(value: String): NodeSystemInfo
Returns a new data with operatingSystem set to new value
- def withOsImage(value: String): NodeSystemInfo
Returns a new data with osImage set to new value
- def withSystemUUID(value: String): NodeSystemInfo
Returns a new data with systemUUID set to new value