The article
https://jsonnet.org/articles/kubernetes.html say
Use YAML stream output, multi-file output, or a single kubectl list object. This latter option is provided by Kubernetes without requiring any special support from Jsonnet. It allows us to group several Kubernetes objects into a single object. This is the most popular option because it does not require intermediate files, and other tools don't always reliably support YAML streams.
I never heard of a "kubectl list object", and if you google for "kubectl list object" there is only 3 results.
what is a single kubectl list object in this context?