Uses of Class
org.cdk8s.plus20.PersistentVolume
-
-
Uses of PersistentVolume in org.cdk8s.plus20
Subclasses of PersistentVolume in org.cdk8s.plus20 Modifier and Type Class Description classAwsElasticBlockStorePersistentVolumeRepresents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.classAzureDiskPersistentVolumeAzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.classGCEPersistentDiskPersistentVolumeGCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.Methods in org.cdk8s.plus20 with parameters of type PersistentVolume Modifier and Type Method Description static VolumeVolume. fromPersistentVolume(PersistentVolume pv)Create a volume from a specific PersistentVolume.static VolumeVolume. fromPersistentVolume(PersistentVolume pv, PersistentVolumeClaimVolumeOptions options)Create a volume from a specific PersistentVolume.
-