Package io.quarkus.kubernetes.deployment
Interface AzureDiskVolumeConfig
public interface AzureDiskVolumeConfig
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptionDisk caching mode.diskName()The name of the disk to mount.diskURI()The URI of the vhd blob object OR the resourceID of an Azure managed data disk if Kind is ManagedfsType()File system type.kind()Kind of disk.booleanreadOnly()Whether the volumeName is read only or not.
-
Method Details
-
diskName
String diskName()The name of the disk to mount. -
diskURI
String diskURI()The URI of the vhd blob object OR the resourceID of an Azure managed data disk if Kind is Managed -
kind
Kind of disk. -
cachingMode
Disk caching mode. -
fsType
File system type. -
readOnly
@WithDefault("false") boolean readOnly()Whether the volumeName is read only or not.
-