ConfigMapNodeConfigSource

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]("kubeletConfigKey")(stringDecoder[T](evidence$1)).flatMap[String,ConfigMapNodeConfigSource](((kubeletConfigKey:String)=>obj.read[String]("namespace")(stringDecoder[T](evidence$1)).flatMap[String,ConfigMapNodeConfigSource](((namespace:String)=>obj.readOpt[String]("resourceVersion")(stringDecoder[T](evidence$1)).flatMap[String,ConfigMapNodeConfigSource](((resourceVersion:Option[String])=>obj.readOpt[String]("uid")(stringDecoder[T](evidence$1)).map[ConfigMapNodeConfigSource](((uid:Option[String])=>ConfigMapNodeConfigSource.apply(name=name,kubeletConfigKey=kubeletConfigKey,namespace=namespace,resourceVersion=resourceVersion,uid=uid))))))))))))) } (new$anon():Decoder[T,ConfigMapNodeConfigSource]) }" class="documentableAnchor">