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