Uses of Interface
org.cdk8s.plus24.GCEPersistentDiskVolumeOptions
-
-
Uses of GCEPersistentDiskVolumeOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement GCEPersistentDiskVolumeOptions Modifier and Type Class Description static classGCEPersistentDiskVolumeOptions.Jsii$ProxyAn implementation forGCEPersistentDiskVolumeOptionsMethods in org.cdk8s.plus24 that return GCEPersistentDiskVolumeOptions Modifier and Type Method Description GCEPersistentDiskVolumeOptionsGCEPersistentDiskVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24 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.
-