final case class VolumePointer(currentPath: PointerPath = PointerPath()) extends Pointer[Volume] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- VolumePointer
- Serializable
- Serializable
- Product
- Equals
- Pointer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @HotSpotIntrinsicCandidate()
- 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 flexVolume: FlexVolumeSourcePointer
- def flocker: FlockerVolumeSourcePointer
- def gcePersistentDisk: GCEPersistentDiskVolumeSourcePointer
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def persistentVolumeClaim: PersistentVolumeClaimVolumeSourcePointer
- def photonPersistentDisk: PhotonPersistentDiskVolumeSourcePointer
- def portworxVolume: PortworxVolumeSourcePointer
- 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(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )