Uses of Interface
org.cdk8s.plus25.PersistentVolumeProps
-
Packages that use PersistentVolumeProps Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of PersistentVolumeProps in org.cdk8s.plus25
Subinterfaces of PersistentVolumeProps in org.cdk8s.plus25 Modifier and Type Interface Description interfaceAwsElasticBlockStorePersistentVolumePropsProperties forAwsElasticBlockStorePersistentVolume.interfaceAzureDiskPersistentVolumePropsProperties forAzureDiskPersistentVolume.interfaceGCEPersistentDiskPersistentVolumePropsProperties forGCEPersistentDiskPersistentVolume.Classes in org.cdk8s.plus25 that implement PersistentVolumeProps Modifier and Type Class Description static classAwsElasticBlockStorePersistentVolumeProps.Jsii$ProxyAn implementation forAwsElasticBlockStorePersistentVolumePropsstatic classAzureDiskPersistentVolumeProps.Jsii$ProxyAn implementation forAzureDiskPersistentVolumePropsstatic classGCEPersistentDiskPersistentVolumeProps.Jsii$ProxyAn implementation forGCEPersistentDiskPersistentVolumePropsstatic classPersistentVolumeProps.Jsii$ProxyAn implementation forPersistentVolumePropsMethods in org.cdk8s.plus25 that return PersistentVolumeProps Modifier and Type Method Description PersistentVolumePropsPersistentVolumeProps.Builder. build()Builds the configured instance.Constructors in org.cdk8s.plus25 with parameters of type PersistentVolumeProps Constructor Description PersistentVolume(software.constructs.Construct scope, String id, PersistentVolumeProps props)
-