StorageOSPersistentVolumeSource

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