VolumeMount

Companion:
class
Source:
VolumeMount.scala
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.read[String]("mountPath")(stringDecoder).flatMap[String,VolumeMount](((mountPath:String)=>obj.readOpt[String]("subPath")(stringDecoder).flatMap[String,VolumeMount](((subPath:Option[String])=>obj.readOpt[String]("mountPropagation")(stringDecoder).flatMap[String,VolumeMount](((mountPropagation:Option[String])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).flatMap[String,VolumeMount](((readOnly:Option[Boolean])=>obj.readOpt[String]("subPathExpr")(stringDecoder).map[VolumeMount](((subPathExpr:Option[String])=>VolumeMount.apply(name=name,mountPath=mountPath,subPath=subPath,mountPropagation=mountPropagation,readOnly=readOnly,subPathExpr=subPathExpr))))))))))))))) } (new$anon():Decoder[VolumeMount]) }" class="documentableAnchor">