Luming Xu:
Hi all, is there an k8s doc page that shows the content of what kubectl explain
returns? The only thing I found is API ref, not YAML ref.
Davi Araújo:
kubectl explain pods --recursive | less try this command and it will show you the format
Luming Xu:
thanks Davi, I was wondering if there is reference online, navigation in a tree like structure, using less or vim would work but is not as convienient