- Companion:
- class
- Source:
- AzureFilePersistentVolumeSource.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]("shareName")(stringDecoder).flatMap[String,AzureFilePersistentVolumeSource](((shareName:String)=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,AzureFilePersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("secretNamespace")(stringDecoder).map[AzureFilePersistentVolumeSource](((secretNamespace:Option[String])=>AzureFilePersistentVolumeSource.apply(secretName=secretName,shareName=shareName,readOnly=readOnly,secretNamespace=secretNamespace)))))))))))
}
(new$anon():Decoder[AzureFilePersistentVolumeSource])
}" class="documentableAnchor">
implicit val obj.read[String]("shareName")(stringDecoder).flatMap[String,AzureFilePersistentVolumeSource](((shareName:String)=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,AzureFilePersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("secretNamespace")(stringDecoder).map[AzureFilePersistentVolumeSource](((secretNamespace:Option[String])=>AzureFilePersistentVolumeSource.apply(secretName=secretName,shareName=shareName,readOnly=readOnly,secretNamespace=secretNamespace)))))))))))
}
(new$anon():Decoder[AzureFilePersistentVolumeSource])
}" class="documentableName ">decoder: Decoder[AzureFilePersistentVolumeSource]