Package io.quarkus.kubernetes.deployment
Class AzureDiskVolumeConfig
java.lang.Object
io.quarkus.kubernetes.deployment.AzureDiskVolumeConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescription(package private) AzureDiskVolumeConfig.CachingModeDisk caching mode.(package private) StringThe name of the disk to mount.(package private) StringThe URI of the vhd blob object OR the resourceID of an Azure managed data disk if Kind is Managed(package private) StringFile system type.(package private) AzureDiskVolumeConfig.KindKind of disk.(package private) booleanWhether the volumeName is read only or not. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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 Managed -
kind
Kind of disk. -
cachingMode
Disk caching mode. -
fsType
File system type. -
readOnly
@ConfigItem boolean readOnlyWhether the volumeName is read only or not.
-
-
Constructor Details
-
AzureDiskVolumeConfig
public AzureDiskVolumeConfig()
-