💡kubectl explain --recursive
For looking up the fields of a #CRD in #kubernetes.
I am almost embarrassed to confess I only recently learned about this.
Before I used to use auto completion using the CRD's schema via JetBrainz' excellent Kubernetes Plugin or looked up examples like this for #ArgoCDs Application CRD.
https://github.com/argoproj/argo-cd/blob/v3.2.3/docs/operator-manual/application.yaml
What others ways are there to get a human readable overview of CRD fields?
