Uses of Interface
org.cdk8s.plus22.AzureDiskVolumeOptions
-
-
Uses of AzureDiskVolumeOptions in org.cdk8s.plus22
Classes in org.cdk8s.plus22 that implement AzureDiskVolumeOptions Modifier and Type Class Description static classAzureDiskVolumeOptions.Jsii$ProxyAn implementation forAzureDiskVolumeOptionsMethods in org.cdk8s.plus22 that return AzureDiskVolumeOptions Modifier and Type Method Description AzureDiskVolumeOptionsAzureDiskVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus22 with parameters of type AzureDiskVolumeOptions Modifier and Type Method Description static VolumeVolume. fromAzureDisk(software.constructs.Construct scope, String id, String diskName, String diskUri, AzureDiskVolumeOptions options)Mounts a Microsoft Azure Data Disk into a pod.
-