object VolumeMount
- Companion:
- class
- Source:
- VolumeMount.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]("mountPath")(stringDecoder[T](evidence$1)).flatMap[String,VolumeMount](((mountPath:String)=>obj.readOpt[String]("subPath")(stringDecoder[T](evidence$1)).flatMap[String,VolumeMount](((subPath:Option[String])=>obj.readOpt[String]("mountPropagation")(stringDecoder[T](evidence$1)).flatMap[String,VolumeMount](((mountPropagation:Option[String])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,VolumeMount](((readOnly:Option[Boolean])=>obj.readOpt[String]("subPathExpr")(stringDecoder[T](evidence$1)).map[VolumeMount](((subPathExpr:Option[String])=>VolumeMount.apply(name=name,mountPath=mountPath,subPath=subPath,mountPropagation=mountPropagation,readOnly=readOnly,subPathExpr=subPathExpr)))))))))))))))
}
(new$anon():Decoder[T,VolumeMount])
}" class="documentableAnchor">
implicit def obj.read[String]("mountPath")(stringDecoder[T](evidence$1)).flatMap[String,VolumeMount](((mountPath:String)=>obj.readOpt[String]("subPath")(stringDecoder[T](evidence$1)).flatMap[String,VolumeMount](((subPath:Option[String])=>obj.readOpt[String]("mountPropagation")(stringDecoder[T](evidence$1)).flatMap[String,VolumeMount](((mountPropagation:Option[String])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder[T](evidence$1)).flatMap[String,VolumeMount](((readOnly:Option[Boolean])=>obj.readOpt[String]("subPathExpr")(stringDecoder[T](evidence$1)).map[VolumeMount](((subPathExpr:Option[String])=>VolumeMount.apply(name=name,mountPath=mountPath,subPath=subPath,mountPropagation=mountPropagation,readOnly=readOnly,subPathExpr=subPathExpr)))))))))))))))
}
(new$anon():Decoder[T,VolumeMount])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, VolumeMount]
- Source:
- VolumeMount.scala