CSIVolumeSourceO

class Object
trait Matchable
class Any

Value members

Concrete fields

val driverL: Lens[CSIVolumeSource, String]
val fsTypeL: Lens[CSIVolumeSource, Optional[String]]
val fsTypeO: Optic[CSIVolumeSource, CSIVolumeSource, String, OpticFailure, Nothing, String, CSIVolumeSource]
val nodePublishSecretRefL: Lens[CSIVolumeSource, Optional[LocalObjectReference]]
val nodePublishSecretRefO: Optic[CSIVolumeSource, CSIVolumeSource, LocalObjectReference, OpticFailure, Nothing, LocalObjectReference, CSIVolumeSource]
val readOnlyL: Lens[CSIVolumeSource, Optional[Boolean]]
val readOnlyO: Optic[CSIVolumeSource, CSIVolumeSource, Boolean, OpticFailure, Nothing, Boolean, CSIVolumeSource]
val volumeAttributesL: Lens[CSIVolumeSource, Optional[Map[String, String]]]
val volumeAttributesO: Optic[CSIVolumeSource, CSIVolumeSource, Map[String, String], OpticFailure, Nothing, Map[String, String], CSIVolumeSource]