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