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