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