object NodeSystemInfo
- Companion:
- class
- Source:
- NodeSystemInfo.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Implicits
Implicits
obj.read[String]("osImage")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((osImage:String)=>obj.read[String]("machineID")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((machineID:String)=>obj.read[String]("bootID")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((bootID:String)=>obj.read[String]("architecture")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((architecture:String)=>obj.read[String]("kubeletVersion")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((kubeletVersion:String)=>obj.read[String]("operatingSystem")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((operatingSystem:String)=>obj.read[String]("kubeProxyVersion")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((kubeProxyVersion:String)=>obj.read[String]("containerRuntimeVersion")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((containerRuntimeVersion:String)=>obj.read[String]("kernelVersion")(stringDecoder[T](evidence$1)).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[T,NodeSystemInfo])
}" class="documentableAnchor">
implicit def obj.read[String]("osImage")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((osImage:String)=>obj.read[String]("machineID")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((machineID:String)=>obj.read[String]("bootID")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((bootID:String)=>obj.read[String]("architecture")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((architecture:String)=>obj.read[String]("kubeletVersion")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((kubeletVersion:String)=>obj.read[String]("operatingSystem")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((operatingSystem:String)=>obj.read[String]("kubeProxyVersion")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((kubeProxyVersion:String)=>obj.read[String]("containerRuntimeVersion")(stringDecoder[T](evidence$1)).flatMap[String,NodeSystemInfo](((containerRuntimeVersion:String)=>obj.read[String]("kernelVersion")(stringDecoder[T](evidence$1)).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[T,NodeSystemInfo])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, NodeSystemInfo]
- Source:
- NodeSystemInfo.scala