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