Packages

o

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

PersistentVolumeSpecO

object PersistentVolumeSpecO

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

Value Members

  1. val accessModesL: Lens[PersistentVolumeSpec, Optional[Vector[String]]]
  2. val accessModesO: Optional[PersistentVolumeSpec, Vector[String]]
  3. val awsElasticBlockStoreL: Lens[PersistentVolumeSpec, Optional[AWSElasticBlockStoreVolumeSource]]
  4. val awsElasticBlockStoreO: Optional[PersistentVolumeSpec, AWSElasticBlockStoreVolumeSource]
  5. val azureDiskL: Lens[PersistentVolumeSpec, Optional[AzureDiskVolumeSource]]
  6. val azureDiskO: Optional[PersistentVolumeSpec, AzureDiskVolumeSource]
  7. val azureFileL: Lens[PersistentVolumeSpec, Optional[AzureFilePersistentVolumeSource]]
  8. val azureFileO: Optional[PersistentVolumeSpec, AzureFilePersistentVolumeSource]
  9. val capacityL: Lens[PersistentVolumeSpec, Optional[Map[String, Quantity]]]
  10. val capacityO: Optional[PersistentVolumeSpec, Map[String, Quantity]]
  11. val cephfsL: Lens[PersistentVolumeSpec, Optional[CephFSPersistentVolumeSource]]
  12. val cephfsO: Optional[PersistentVolumeSpec, CephFSPersistentVolumeSource]
  13. val cinderL: Lens[PersistentVolumeSpec, Optional[CinderPersistentVolumeSource]]
  14. val cinderO: Optional[PersistentVolumeSpec, CinderPersistentVolumeSource]
  15. val claimRefL: Lens[PersistentVolumeSpec, Optional[ObjectReference]]
  16. val claimRefO: Optional[PersistentVolumeSpec, ObjectReference]
  17. val csiL: Lens[PersistentVolumeSpec, Optional[CSIPersistentVolumeSource]]
  18. val csiO: Optional[PersistentVolumeSpec, CSIPersistentVolumeSource]
  19. val fcL: Lens[PersistentVolumeSpec, Optional[FCVolumeSource]]
  20. val fcO: Optional[PersistentVolumeSpec, FCVolumeSource]
  21. val flexVolumeL: Lens[PersistentVolumeSpec, Optional[FlexPersistentVolumeSource]]
  22. val flexVolumeO: Optional[PersistentVolumeSpec, FlexPersistentVolumeSource]
  23. val flockerL: Lens[PersistentVolumeSpec, Optional[FlockerVolumeSource]]
  24. val flockerO: Optional[PersistentVolumeSpec, FlockerVolumeSource]
  25. val gcePersistentDiskL: Lens[PersistentVolumeSpec, Optional[GCEPersistentDiskVolumeSource]]
  26. val gcePersistentDiskO: Optional[PersistentVolumeSpec, GCEPersistentDiskVolumeSource]
  27. val glusterfsL: Lens[PersistentVolumeSpec, Optional[GlusterfsPersistentVolumeSource]]
  28. val glusterfsO: Optional[PersistentVolumeSpec, GlusterfsPersistentVolumeSource]
  29. val hostPathL: Lens[PersistentVolumeSpec, Optional[HostPathVolumeSource]]
  30. val hostPathO: Optional[PersistentVolumeSpec, HostPathVolumeSource]
  31. val iscsiL: Lens[PersistentVolumeSpec, Optional[ISCSIPersistentVolumeSource]]
  32. val iscsiO: Optional[PersistentVolumeSpec, ISCSIPersistentVolumeSource]
  33. val localL: Lens[PersistentVolumeSpec, Optional[LocalVolumeSource]]
  34. val localO: Optional[PersistentVolumeSpec, LocalVolumeSource]
  35. val mountOptionsL: Lens[PersistentVolumeSpec, Optional[Vector[String]]]
  36. val mountOptionsO: Optional[PersistentVolumeSpec, Vector[String]]
  37. val nfsL: Lens[PersistentVolumeSpec, Optional[NFSVolumeSource]]
  38. val nfsO: Optional[PersistentVolumeSpec, NFSVolumeSource]
  39. val nodeAffinityL: Lens[PersistentVolumeSpec, Optional[VolumeNodeAffinity]]
  40. val nodeAffinityO: Optional[PersistentVolumeSpec, VolumeNodeAffinity]
  41. val persistentVolumeReclaimPolicyL: Lens[PersistentVolumeSpec, Optional[String]]
  42. val persistentVolumeReclaimPolicyO: Optional[PersistentVolumeSpec, String]
  43. val photonPersistentDiskL: Lens[PersistentVolumeSpec, Optional[PhotonPersistentDiskVolumeSource]]
  44. val photonPersistentDiskO: Optional[PersistentVolumeSpec, PhotonPersistentDiskVolumeSource]
  45. val portworxVolumeL: Lens[PersistentVolumeSpec, Optional[PortworxVolumeSource]]
  46. val portworxVolumeO: Optional[PersistentVolumeSpec, PortworxVolumeSource]
  47. val quobyteL: Lens[PersistentVolumeSpec, Optional[QuobyteVolumeSource]]
  48. val quobyteO: Optional[PersistentVolumeSpec, QuobyteVolumeSource]
  49. val rbdL: Lens[PersistentVolumeSpec, Optional[RBDPersistentVolumeSource]]
  50. val rbdO: Optional[PersistentVolumeSpec, RBDPersistentVolumeSource]
  51. val scaleIOL: Lens[PersistentVolumeSpec, Optional[ScaleIOPersistentVolumeSource]]
  52. val scaleIOO: Optional[PersistentVolumeSpec, ScaleIOPersistentVolumeSource]
  53. val storageClassNameL: Lens[PersistentVolumeSpec, Optional[String]]
  54. val storageClassNameO: Optional[PersistentVolumeSpec, String]
  55. val storageosL: Lens[PersistentVolumeSpec, Optional[StorageOSPersistentVolumeSource]]
  56. val storageosO: Optional[PersistentVolumeSpec, StorageOSPersistentVolumeSource]
  57. val volumeModeL: Lens[PersistentVolumeSpec, Optional[String]]
  58. val volumeModeO: Optional[PersistentVolumeSpec, String]
  59. val vsphereVolumeL: Lens[PersistentVolumeSpec, Optional[VsphereVirtualDiskVolumeSource]]
  60. val vsphereVolumeO: Optional[PersistentVolumeSpec, VsphereVirtualDiskVolumeSource]