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).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">
implicit val 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="documentableName ">decoder: Decoder[NodeSystemInfo]
- Source:
- NodeSystemInfo.scala