FlexVolumeSource

final case class FlexVolumeSource(readOnly: Option[Boolean], fsType: Option[String], secretRef: Option[LocalObjectReference], options: Option[Map[String, String]], driver: String)

FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.

Source:
FlexVolumeSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any