// AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
// AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
...
@@ -1084,6 +1089,8 @@ type AzureDiskVolumeSource struct {
...
@@ -1084,6 +1089,8 @@ type AzureDiskVolumeSource struct {
// the ReadOnly setting in VolumeMounts.
// the ReadOnly setting in VolumeMounts.
// +optional
// +optional
ReadOnly*bool
ReadOnly*bool
// Expected values Shared: mulitple 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
Kind*AzureDataDiskKind
}
}
// ScaleIOVolumeSource represents a persistent ScaleIO volume
// ScaleIOVolumeSource represents a persistent ScaleIO volume
// Expected values Shared: mulitple 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