final case class VolumePointer(currentPath: PointerPath = PointerPath()) extends Pointer[Volume] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- VolumePointer
- Serializable
- Product
- Equals
- Pointer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VolumePointer(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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def awsElasticBlockStore: AWSElasticBlockStoreVolumeSourcePointer
- def azureDisk: AzureDiskVolumeSourcePointer
- def azureFile: AzureFileVolumeSourcePointer
- def cephfs: CephFSVolumeSourcePointer
- def cinder: CinderVolumeSourcePointer
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def configMap: ConfigMapVolumeSourcePointer
- def csi: CSIVolumeSourcePointer
- val currentPath: PointerPath
- Definition Classes
- VolumePointer → Pointer
- def downwardAPI: DownwardAPIVolumeSourcePointer
- def emptyDir: EmptyDirVolumeSourcePointer
- def ephemeral: EphemeralVolumeSourcePointer
- 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: FlexVolumeSourcePointer
- def flocker: FlockerVolumeSourcePointer
- def gcePersistentDisk: GCEPersistentDiskVolumeSourcePointer
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def gitRepo: GitRepoVolumeSourcePointer
- def glusterfs: GlusterfsVolumeSourcePointer
- def hostPath: HostPathVolumeSourcePointer
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iscsi: ISCSIVolumeSourcePointer
- def name: Plain[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nfs: NFSVolumeSourcePointer
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def persistentVolumeClaim: PersistentVolumeClaimVolumeSourcePointer
- def photonPersistentDisk: PhotonPersistentDiskVolumeSourcePointer
- def portworxVolume: PortworxVolumeSourcePointer
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def projected: ProjectedVolumeSourcePointer
- def quobyte: QuobyteVolumeSourcePointer
- def rbd: RBDVolumeSourcePointer
- def scaleIO: ScaleIOVolumeSourcePointer
- def secret: SecretVolumeSourcePointer
- def storageos: StorageOSVolumeSourcePointer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()