final case class PersistentVolumeSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[PersistentVolumeSpec] with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- PersistentVolumeSpecPointer
- Serializable
- Serializable
- Product
- Equals
- Pointer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @HotSpotIntrinsicCandidate()
- def csi: CSIPersistentVolumeSourcePointer
-
val
currentPath: PointerPath
- Definition Classes
- PersistentVolumeSpecPointer → Pointer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fc: FCVolumeSourcePointer
- def flexVolume: FlexPersistentVolumeSourcePointer
- def flocker: FlockerVolumeSourcePointer
- def gcePersistentDisk: GCEPersistentDiskVolumeSourcePointer
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def persistentVolumeReclaimPolicy: Plain[String]
- def photonPersistentDisk: PhotonPersistentDiskVolumeSourcePointer
- def portworxVolume: PortworxVolumeSourcePointer
- 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(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( ... )