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 interface
AwsElasticBlockStorePersistentVolumeProps
Properties for `AwsElasticBlockStorePersistentVolume`.interface
AzureDiskPersistentVolumeProps
Properties for `AzureDiskPersistentVolume`.interface
GCEPersistentDiskPersistentVolumeProps
Properties for `GCEPersistentDiskPersistentVolume`.Classes in org.cdk8s.plus24 that implement PersistentVolumeProps Modifier and Type Class Description static class
AwsElasticBlockStorePersistentVolumeProps.Jsii$Proxy
An implementation forAwsElasticBlockStorePersistentVolumeProps
static class
AzureDiskPersistentVolumeProps.Jsii$Proxy
An implementation forAzureDiskPersistentVolumeProps
static class
GCEPersistentDiskPersistentVolumeProps.Jsii$Proxy
An implementation forGCEPersistentDiskPersistentVolumeProps
static class
PersistentVolumeProps.Jsii$Proxy
An implementation forPersistentVolumeProps
Methods in org.cdk8s.plus24 that return PersistentVolumeProps Modifier and Type Method Description PersistentVolumeProps
PersistentVolumeProps.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)
-