itaysk / kubectl-neat

Clean up Kubernetes yaml and json output to make it readable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support CRDs

itaysk opened this issue · comments

currently if a CRD is processed, NeatDefault will error when trying to decode as a type registered in the schema. A quick fix is to check for type before decoding.

fixed by #23