StorageOSVolumeSource

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