final case class PersistentVolumeSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[PersistentVolumeSpec] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- PersistentVolumeSpecPointer
- Serializable
- Product
- Equals
- Pointer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PersistentVolumeSpecPointer(currentPath: PointerPath = PointerPath())
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accessModes: ListPointer[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def awsElasticBlockStore: AWSElasticBlockStoreVolumeSourcePointer
- def azureDisk: AzureDiskVolumeSourcePointer
- def azureFile: AzureFilePersistentVolumeSourcePointer
- def capacity: MapPointer[Quantity]
- def cephfs: CephFSPersistentVolumeSourcePointer
- def cinder: CinderPersistentVolumeSourcePointer
- def claimRef: ObjectReferencePointer
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def csi: CSIPersistentVolumeSourcePointer
- val currentPath: PointerPath
- Definition Classes
- PersistentVolumeSpecPointer → Pointer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fc: FCVolumeSourcePointer
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flexVolume: FlexPersistentVolumeSourcePointer
- def flocker: FlockerVolumeSourcePointer
- def gcePersistentDisk: GCEPersistentDiskVolumeSourcePointer
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def glusterfs: GlusterfsPersistentVolumeSourcePointer
- def hostPath: HostPathVolumeSourcePointer
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iscsi: ISCSIPersistentVolumeSourcePointer
- def local: LocalVolumeSourcePointer
- def mountOptions: ListPointer[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nfs: NFSVolumeSourcePointer
- def nodeAffinity: VolumeNodeAffinityPointer
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def persistentVolumeReclaimPolicy: Plain[String]
- def photonPersistentDisk: PhotonPersistentDiskVolumeSourcePointer
- def portworxVolume: PortworxVolumeSourcePointer
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def quobyte: QuobyteVolumeSourcePointer
- def rbd: RBDPersistentVolumeSourcePointer
- def scaleIO: ScaleIOPersistentVolumeSourcePointer
- def storageClassName: Plain[String]
- def storageos: StorageOSPersistentVolumeSourcePointer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def volumeMode: Plain[String]
- def vsphereVolume: VsphereVirtualDiskVolumeSourcePointer
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()