Packages

o

com.coralogix.zio.k8s.monocle.core.v1

CSIVolumeSourceO

object CSIVolumeSourceO

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CSIVolumeSourceO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val driverL: Lens[CSIVolumeSource, String]
  2. val fsTypeL: Lens[CSIVolumeSource, Optional[String]]
  3. val fsTypeO: Optional[CSIVolumeSource, String]
  4. val nodePublishSecretRefL: Lens[CSIVolumeSource, Optional[LocalObjectReference]]
  5. val nodePublishSecretRefO: Optional[CSIVolumeSource, LocalObjectReference]
  6. val readOnlyL: Lens[CSIVolumeSource, Optional[Boolean]]
  7. val readOnlyO: Optional[CSIVolumeSource, Boolean]
  8. val volumeAttributesL: Lens[CSIVolumeSource, Optional[Map[String, String]]]
  9. val volumeAttributesO: Optional[CSIVolumeSource, Map[String, String]]