Uses of Interface
org.cdk8s.plus24.PersistentVolumeProps
-
-
Uses of PersistentVolumeProps in org.cdk8s.plus24
Subinterfaces of PersistentVolumeProps in org.cdk8s.plus24 Modifier and Type Interface Description interfaceAwsElasticBlockStorePersistentVolumePropsProperties for `AwsElasticBlockStorePersistentVolume`.interfaceAzureDiskPersistentVolumePropsProperties for `AzureDiskPersistentVolume`.interfaceGCEPersistentDiskPersistentVolumePropsProperties for `GCEPersistentDiskPersistentVolume`.Classes in org.cdk8s.plus24 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.plus24 that return PersistentVolumeProps Modifier and Type Method Description PersistentVolumePropsPersistentVolumeProps.Builder. build()Builds the configured instance.Constructors in org.cdk8s.plus24 with parameters of type PersistentVolumeProps Constructor Description PersistentVolume(software.constructs.Construct scope, String id, PersistentVolumeProps props)
-