Packages

o

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

PersistentVolumeSpecO

object PersistentVolumeSpecO

Linear Supertypes
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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val accessModesL: Lens[PersistentVolumeSpec, Optional[Vector[String]]]
  5. val accessModesO: Optional[PersistentVolumeSpec, Vector[String]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val awsElasticBlockStoreL: Lens[PersistentVolumeSpec, Optional[AWSElasticBlockStoreVolumeSource]]
  8. val awsElasticBlockStoreO: Optional[PersistentVolumeSpec, AWSElasticBlockStoreVolumeSource]
  9. val azureDiskL: Lens[PersistentVolumeSpec, Optional[AzureDiskVolumeSource]]
  10. val azureDiskO: Optional[PersistentVolumeSpec, AzureDiskVolumeSource]
  11. val azureFileL: Lens[PersistentVolumeSpec, Optional[AzureFilePersistentVolumeSource]]
  12. val azureFileO: Optional[PersistentVolumeSpec, AzureFilePersistentVolumeSource]
  13. val capacityL: Lens[PersistentVolumeSpec, Optional[Map[String, Quantity]]]
  14. val capacityO: Optional[PersistentVolumeSpec, Map[String, Quantity]]
  15. val cephfsL: Lens[PersistentVolumeSpec, Optional[CephFSPersistentVolumeSource]]
  16. val cephfsO: Optional[PersistentVolumeSpec, CephFSPersistentVolumeSource]
  17. val cinderL: Lens[PersistentVolumeSpec, Optional[CinderPersistentVolumeSource]]
  18. val cinderO: Optional[PersistentVolumeSpec, CinderPersistentVolumeSource]
  19. val claimRefL: Lens[PersistentVolumeSpec, Optional[ObjectReference]]
  20. val claimRefO: Optional[PersistentVolumeSpec, ObjectReference]
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  22. val csiL: Lens[PersistentVolumeSpec, Optional[CSIPersistentVolumeSource]]
  23. val csiO: Optional[PersistentVolumeSpec, CSIPersistentVolumeSource]
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. val fcL: Lens[PersistentVolumeSpec, Optional[FCVolumeSource]]
  27. val fcO: Optional[PersistentVolumeSpec, FCVolumeSource]
  28. val flexVolumeL: Lens[PersistentVolumeSpec, Optional[FlexPersistentVolumeSource]]
  29. val flexVolumeO: Optional[PersistentVolumeSpec, FlexPersistentVolumeSource]
  30. val flockerL: Lens[PersistentVolumeSpec, Optional[FlockerVolumeSource]]
  31. val flockerO: Optional[PersistentVolumeSpec, FlockerVolumeSource]
  32. val gcePersistentDiskL: Lens[PersistentVolumeSpec, Optional[GCEPersistentDiskVolumeSource]]
  33. val gcePersistentDiskO: Optional[PersistentVolumeSpec, GCEPersistentDiskVolumeSource]
  34. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. val glusterfsL: Lens[PersistentVolumeSpec, Optional[GlusterfsPersistentVolumeSource]]
  36. val glusterfsO: Optional[PersistentVolumeSpec, GlusterfsPersistentVolumeSource]
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. val hostPathL: Lens[PersistentVolumeSpec, Optional[HostPathVolumeSource]]
  39. val hostPathO: Optional[PersistentVolumeSpec, HostPathVolumeSource]
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. val iscsiL: Lens[PersistentVolumeSpec, Optional[ISCSIPersistentVolumeSource]]
  42. val iscsiO: Optional[PersistentVolumeSpec, ISCSIPersistentVolumeSource]
  43. val localL: Lens[PersistentVolumeSpec, Optional[LocalVolumeSource]]
  44. val localO: Optional[PersistentVolumeSpec, LocalVolumeSource]
  45. val mountOptionsL: Lens[PersistentVolumeSpec, Optional[Vector[String]]]
  46. val mountOptionsO: Optional[PersistentVolumeSpec, Vector[String]]
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. val nfsL: Lens[PersistentVolumeSpec, Optional[NFSVolumeSource]]
  49. val nfsO: Optional[PersistentVolumeSpec, NFSVolumeSource]
  50. val nodeAffinityL: Lens[PersistentVolumeSpec, Optional[VolumeNodeAffinity]]
  51. val nodeAffinityO: Optional[PersistentVolumeSpec, VolumeNodeAffinity]
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. val persistentVolumeReclaimPolicyL: Lens[PersistentVolumeSpec, Optional[String]]
  55. val persistentVolumeReclaimPolicyO: Optional[PersistentVolumeSpec, String]
  56. val photonPersistentDiskL: Lens[PersistentVolumeSpec, Optional[PhotonPersistentDiskVolumeSource]]
  57. val photonPersistentDiskO: Optional[PersistentVolumeSpec, PhotonPersistentDiskVolumeSource]
  58. val portworxVolumeL: Lens[PersistentVolumeSpec, Optional[PortworxVolumeSource]]
  59. val portworxVolumeO: Optional[PersistentVolumeSpec, PortworxVolumeSource]
  60. val quobyteL: Lens[PersistentVolumeSpec, Optional[QuobyteVolumeSource]]
  61. val quobyteO: Optional[PersistentVolumeSpec, QuobyteVolumeSource]
  62. val rbdL: Lens[PersistentVolumeSpec, Optional[RBDPersistentVolumeSource]]
  63. val rbdO: Optional[PersistentVolumeSpec, RBDPersistentVolumeSource]
  64. val scaleIOL: Lens[PersistentVolumeSpec, Optional[ScaleIOPersistentVolumeSource]]
  65. val scaleIOO: Optional[PersistentVolumeSpec, ScaleIOPersistentVolumeSource]
  66. val storageClassNameL: Lens[PersistentVolumeSpec, Optional[String]]
  67. val storageClassNameO: Optional[PersistentVolumeSpec, String]
  68. val storageosL: Lens[PersistentVolumeSpec, Optional[StorageOSPersistentVolumeSource]]
  69. val storageosO: Optional[PersistentVolumeSpec, StorageOSPersistentVolumeSource]
  70. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  71. def toString(): String
    Definition Classes
    AnyRef → Any
  72. val volumeModeL: Lens[PersistentVolumeSpec, Optional[String]]
  73. val volumeModeO: Optional[PersistentVolumeSpec, String]
  74. val vsphereVolumeL: Lens[PersistentVolumeSpec, Optional[VsphereVirtualDiskVolumeSource]]
  75. val vsphereVolumeO: Optional[PersistentVolumeSpec, VsphereVirtualDiskVolumeSource]
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped