kubectl-operator
kubectl-operator copied to clipboard
[RFE] Autocompletion for commands
Story: A user would like to be able to get the standard kubectl autocomplete experience when using the plug-in.
Open question: how difficult is this to implement?
I looked into this, and at the time it was super difficult when used like kubectl operator
because it needs to integrate into kubectl
's completion. But I agree this would be nice to have.
Upstream issue: https://github.com/kubernetes/kubernetes/issues/74178