Azure File Volume Source Args
data class AzureFileVolumeSourceArgs(val readOnly: Output<Boolean>? = null, val secretName: Output<String>, val shareName: Output<String>) : ConvertibleToJava<AzureFileVolumeSourceArgs>
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
Constructors
Link copied to clipboard
fun AzureFileVolumeSourceArgs(readOnly: Output<Boolean>? = null, secretName: Output<String>, shareName: Output<String>)