NFSVolume Source Args
    data class NFSVolumeSourceArgs(val path: Output<String>, val readOnly: Output<Boolean>? = null, val server: Output<String>) : ConvertibleToJava<NFSVolumeSourceArgs> 
Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.