CephFSVolumeSource

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