Uses of Interface
org.cdk8s.plus23.IPersistentVolumeClaim
-
-
Uses of IPersistentVolumeClaim in org.cdk8s.plus23
Subinterfaces of IPersistentVolumeClaim in org.cdk8s.plus23 Modifier and Type Interface Description static interfaceIPersistentVolumeClaim.Jsii$DefaultInternal default implementation forIPersistentVolumeClaim.Classes in org.cdk8s.plus23 that implement IPersistentVolumeClaim Modifier and Type Class Description static classIPersistentVolumeClaim.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.classPersistentVolumeClaimA PersistentVolumeClaim (PVC) is a request for storage by a user.Methods in org.cdk8s.plus23 that return IPersistentVolumeClaim Modifier and Type Method Description static IPersistentVolumeClaimPersistentVolumeClaim. fromClaimName(software.constructs.Construct scope, String id, String claimName)Imports a pvc from the cluster as a reference.IPersistentVolumeClaimAwsElasticBlockStorePersistentVolumeProps.Jsii$Proxy. getClaim()IPersistentVolumeClaimAzureDiskPersistentVolumeProps.Jsii$Proxy. getClaim()IPersistentVolumeClaimGCEPersistentDiskPersistentVolumeProps.Jsii$Proxy. getClaim()IPersistentVolumeClaimPersistentVolume. getClaim()PVC this volume is bound to.default IPersistentVolumeClaimPersistentVolumeProps. getClaim()Part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim.IPersistentVolumeClaimPersistentVolumeProps.Jsii$Proxy. getClaim()Methods in org.cdk8s.plus23 with parameters of type IPersistentVolumeClaim Modifier and Type Method Description voidPersistentVolume. bind(IPersistentVolumeClaim claim)Bind a volume to a specific claim.AwsElasticBlockStorePersistentVolume.BuilderAwsElasticBlockStorePersistentVolume.Builder. claim(IPersistentVolumeClaim claim)Part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim.AwsElasticBlockStorePersistentVolumeProps.BuilderAwsElasticBlockStorePersistentVolumeProps.Builder. claim(IPersistentVolumeClaim claim)Sets the value ofPersistentVolumeProps.getClaim()AzureDiskPersistentVolume.BuilderAzureDiskPersistentVolume.Builder. claim(IPersistentVolumeClaim claim)Part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim.AzureDiskPersistentVolumeProps.BuilderAzureDiskPersistentVolumeProps.Builder. claim(IPersistentVolumeClaim claim)Sets the value ofPersistentVolumeProps.getClaim()GCEPersistentDiskPersistentVolume.BuilderGCEPersistentDiskPersistentVolume.Builder. claim(IPersistentVolumeClaim claim)Part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim.GCEPersistentDiskPersistentVolumeProps.BuilderGCEPersistentDiskPersistentVolumeProps.Builder. claim(IPersistentVolumeClaim claim)Sets the value ofPersistentVolumeProps.getClaim()PersistentVolumeProps.BuilderPersistentVolumeProps.Builder. claim(IPersistentVolumeClaim claim)Sets the value ofPersistentVolumeProps.getClaim()static VolumeVolume. fromPersistentVolumeClaim(software.constructs.Construct scope, String id, IPersistentVolumeClaim claim)Used to mount a PersistentVolume into a Pod.static VolumeVolume. fromPersistentVolumeClaim(software.constructs.Construct scope, String id, IPersistentVolumeClaim claim, PersistentVolumeClaimVolumeOptions options)Used to mount a PersistentVolume into a Pod.
-