keisku / kubectl-explore

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

Support user input that doesn't match `kind` partially #13

Closed keisku closed 1 year ago

keisku commented 1 year ago

Resolve https://github.com/keisku/kubectl-explore/issues/12

kubectl-explore didn't support the input that that doesn't match kind partially. For example, hpa is the abbreviated form of horizontalpodautoscaler. When we input hpa, this command returns the description of hpa even though expected open the interactive fuzzy finder.

Now, kubectl-explore supports this case.