object ConfigMapVolumeSource
- Companion:
- class
- Source:
- ConfigMapVolumeSource.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.readOpt[Seq[io.k8s.api.core.v1.KeyToPath]]("items")(arrDecoder[KeyToPath](decoder)).flatMap[String,ConfigMapVolumeSource](((items:Option[Seq[KeyToPath]])=>obj.readOpt[String]("name")(stringDecoder).flatMap[String,ConfigMapVolumeSource](((name:Option[String])=>obj.readOpt[Boolean]("optional")(booleanDecoder).map[ConfigMapVolumeSource](((optional:Option[Boolean])=>ConfigMapVolumeSource.apply(defaultMode=defaultMode,items=items,name=name,optional=optional)))))))))))
}
(new$anon():Decoder[ConfigMapVolumeSource])
}" class="documentableAnchor">
implicit val obj.readOpt[Seq[io.k8s.api.core.v1.KeyToPath]]("items")(arrDecoder[KeyToPath](decoder)).flatMap[String,ConfigMapVolumeSource](((items:Option[Seq[KeyToPath]])=>obj.readOpt[String]("name")(stringDecoder).flatMap[String,ConfigMapVolumeSource](((name:Option[String])=>obj.readOpt[Boolean]("optional")(booleanDecoder).map[ConfigMapVolumeSource](((optional:Option[Boolean])=>ConfigMapVolumeSource.apply(defaultMode=defaultMode,items=items,name=name,optional=optional)))))))))))
}
(new$anon():Decoder[ConfigMapVolumeSource])
}" class="documentableName ">decoder: Decoder[ConfigMapVolumeSource]
- Source:
- ConfigMapVolumeSource.scala