- Companion:
- class
- Source:
- StorageOSPersistentVolumeSource.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[Boolean]("readOnly")(booleanDecoder).flatMap[String,StorageOSPersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,StorageOSPersistentVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.ObjectReference]("secretRef")(decoder).flatMap[String,StorageOSPersistentVolumeSource](((secretRef:Option[ObjectReference])=>obj.readOpt[String]("volumeName")(stringDecoder).map[StorageOSPersistentVolumeSource](((volumeName:Option[String])=>StorageOSPersistentVolumeSource.apply(volumeNamespace=volumeNamespace,readOnly=readOnly,fsType=fsType,secretRef=secretRef,volumeName=volumeName)))))))))))))
}
(new$anon():Decoder[StorageOSPersistentVolumeSource])
}" class="documentableAnchor">
implicit val obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,StorageOSPersistentVolumeSource](((readOnly:Option[Boolean])=>obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,StorageOSPersistentVolumeSource](((fsType:Option[String])=>obj.readOpt[io.k8s.api.core.v1.ObjectReference]("secretRef")(decoder).flatMap[String,StorageOSPersistentVolumeSource](((secretRef:Option[ObjectReference])=>obj.readOpt[String]("volumeName")(stringDecoder).map[StorageOSPersistentVolumeSource](((volumeName:Option[String])=>StorageOSPersistentVolumeSource.apply(volumeNamespace=volumeNamespace,readOnly=readOnly,fsType=fsType,secretRef=secretRef,volumeName=volumeName)))))))))))))
}
(new$anon():Decoder[StorageOSPersistentVolumeSource])
}" class="documentableName ">decoder: Decoder[StorageOSPersistentVolumeSource]