CSIVolumeSource

final case class CSIVolumeSource(readOnly: Option[Boolean], fsType: Option[String], driver: String, volumeAttributes: Option[Map[String, String]], nodePublishSecretRef: Option[LocalObjectReference])

Represents a source location of a volume to mount, managed by an external CSI driver

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