Azure File Persistent Volume Source Patch
data class AzureFilePersistentVolumeSourcePatch(val readOnly: Boolean? = null, val secretName: String? = null, val secretNamespace: String? = null, val shareName: String? = null)
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.