RBDPersistentVolumeSource

final case class RBDPersistentVolumeSource(readOnly: Option[Boolean], fsType: Option[String], image: String, secretRef: Option[SecretReference], pool: Option[String], keyring: Option[String], monitors: Seq[String], user: Option[String])

Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

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