python/kubernetes/docs/V1AzureDiskVolumeSource.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

1.2 KiB

V1AzureDiskVolumeSource

AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

Properties

Name Type Description Notes
caching_mode str Host Caching mode: None, Read Only, Read Write. [optional]
disk_name str The Name of the data disk in the blob storage
disk_uri str The URI the data disk in the blob storage
fs_type str Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. &quot;ext4&quot;, &quot;xfs&quot;, &quot;ntfs&quot;. Implicitly inferred to be &quot;ext4&quot; if unspecified. [optional]
kind str Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared [optional]
read_only bool Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. [optional]

[Back to Model list] [Back to API list] [Back to README]