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