Packages

o

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

FlexPersistentVolumeSourceO

object FlexPersistentVolumeSourceO

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

Value Members

  1. val driverL: Lens[FlexPersistentVolumeSource, String]
  2. val fsTypeL: Lens[FlexPersistentVolumeSource, Optional[String]]
  3. val fsTypeO: Optional[FlexPersistentVolumeSource, String]
  4. val optionsL: Lens[FlexPersistentVolumeSource, Optional[Map[String, String]]]
  5. val optionsO: Optional[FlexPersistentVolumeSource, Map[String, String]]
  6. val readOnlyL: Lens[FlexPersistentVolumeSource, Optional[Boolean]]
  7. val readOnlyO: Optional[FlexPersistentVolumeSource, Boolean]
  8. val secretRefL: Lens[FlexPersistentVolumeSource, Optional[SecretReference]]
  9. val secretRefO: Optional[FlexPersistentVolumeSource, SecretReference]