keisku / kubectl-explore

A better kubectl explain with the fuzzy finder
MIT License
352 stars 12 forks source link

Fix: fail to explain shorthand resources #24

Closed keisku closed 5 months ago

keisku commented 5 months ago

After solving #16 by #22, kubectl-explore fails to explain shorthand resources like hpa, deploy.spec, sts.*container, etc.

This PR fix the bug.