NodeSystemInfo

Companion:
class
Source:
NodeSystemInfo.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.read[String]("osImage")(stringDecoder).flatMap[String,NodeSystemInfo](((osImage:String)=>obj.read[String]("machineID")(stringDecoder).flatMap[String,NodeSystemInfo](((machineID:String)=>obj.read[String]("bootID")(stringDecoder).flatMap[String,NodeSystemInfo](((bootID:String)=>obj.read[String]("architecture")(stringDecoder).flatMap[String,NodeSystemInfo](((architecture:String)=>obj.read[String]("kubeletVersion")(stringDecoder).flatMap[String,NodeSystemInfo](((kubeletVersion:String)=>obj.read[String]("operatingSystem")(stringDecoder).flatMap[String,NodeSystemInfo](((operatingSystem:String)=>obj.read[String]("kubeProxyVersion")(stringDecoder).flatMap[String,NodeSystemInfo](((kubeProxyVersion:String)=>obj.read[String]("containerRuntimeVersion")(stringDecoder).flatMap[String,NodeSystemInfo](((containerRuntimeVersion:String)=>obj.read[String]("kernelVersion")(stringDecoder).map[NodeSystemInfo](((kernelVersion:String)=>NodeSystemInfo.apply(systemUUID=systemUUID,osImage=osImage,machineID=machineID,bootID=bootID,architecture=architecture,kubeletVersion=kubeletVersion,operatingSystem=operatingSystem,kubeProxyVersion=kubeProxyVersion,containerRuntimeVersion=containerRuntimeVersion,kernelVersion=kernelVersion))))))))))))))))))))))) } (new$anon():Decoder[NodeSystemInfo]) }" class="documentableAnchor">