Uses of Interface
org.cdk8s.plus25.GCEPersistentDiskVolumeOptions
-
Packages that use GCEPersistentDiskVolumeOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of GCEPersistentDiskVolumeOptions in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement GCEPersistentDiskVolumeOptions Modifier and Type Class Description static classGCEPersistentDiskVolumeOptions.Jsii$ProxyAn implementation forGCEPersistentDiskVolumeOptionsMethods in org.cdk8s.plus25 that return GCEPersistentDiskVolumeOptions Modifier and Type Method Description GCEPersistentDiskVolumeOptionsGCEPersistentDiskVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type GCEPersistentDiskVolumeOptions Modifier and Type Method Description static VolumeVolume. fromGcePersistentDisk(software.constructs.Construct scope, String id, String pdName, GCEPersistentDiskVolumeOptions options)Mounts a Google Compute Engine (GCE) persistent disk (PD) into your Pod.
-