object GlusterfsVolumeSource
- Companion:
- class
- Source:
- GlusterfsVolumeSource.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.read[String]("path")(stringDecoder).flatMap[String,GlusterfsVolumeSource](((path:String)=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).map[GlusterfsVolumeSource](((readOnly:Option[Boolean])=>GlusterfsVolumeSource.apply(endpoints=endpoints,path=path,readOnly=readOnly)))))))))
}
(new$anon():Decoder[GlusterfsVolumeSource])
}" class="documentableAnchor">
implicit val obj.read[String]("path")(stringDecoder).flatMap[String,GlusterfsVolumeSource](((path:String)=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).map[GlusterfsVolumeSource](((readOnly:Option[Boolean])=>GlusterfsVolumeSource.apply(endpoints=endpoints,path=path,readOnly=readOnly)))))))))
}
(new$anon():Decoder[GlusterfsVolumeSource])
}" class="documentableName ">decoder: Decoder[GlusterfsVolumeSource]
- Source:
- GlusterfsVolumeSource.scala