Uses of Interface
org.cdk8s.plus23.IPersistentVolume
-
-
Uses of IPersistentVolume in org.cdk8s.plus23
Subinterfaces of IPersistentVolume in org.cdk8s.plus23 Modifier and Type Interface Description static interfaceIPersistentVolume.Jsii$DefaultInternal default implementation forIPersistentVolume.Classes in org.cdk8s.plus23 that implement IPersistentVolume 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.static classIPersistentVolume.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.classPersistentVolumeA PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator or dynamically provisioned using Storage Classes.Methods in org.cdk8s.plus23 that return IPersistentVolume Modifier and Type Method Description static IPersistentVolumePersistentVolume. fromPersistentVolumeName(software.constructs.Construct scope, String id, String volumeName)Imports a pv from the cluster as a reference.IPersistentVolumePersistentVolumeClaim. getVolume()PV this claim is bound to.default IPersistentVolumePersistentVolumeClaimProps. getVolume()The PersistentVolume backing this claim.IPersistentVolumePersistentVolumeClaimProps.Jsii$Proxy. getVolume()Methods in org.cdk8s.plus23 with parameters of type IPersistentVolume Modifier and Type Method Description voidPersistentVolumeClaim. bind(IPersistentVolume vol)Bind a claim to a specific volume.PersistentVolumeClaim.BuilderPersistentVolumeClaim.Builder. volume(IPersistentVolume volume)The PersistentVolume backing this claim.PersistentVolumeClaimProps.BuilderPersistentVolumeClaimProps.Builder. volume(IPersistentVolume volume)Sets the value ofPersistentVolumeClaimProps.getVolume()
-