What would you like to be added:
When running fish shell, currently completions do not support label support yet.
For example:
kubectl get pods -l app= # tab tab
I need a feature, where you can press tab tab when doing for example get pods or other commands and label suggestions are automatically completed. I don't know if this is already implemented.
Running
kubectl completion fish as far as I understand does not yet support it.
Can it be implemented?
Why is this needed:
Comfortable function, time saving.
What would you like to be added:
When running fish shell, currently completions do not support label support yet.
For example:
kubectl get pods -l app=# tab tabI need a feature, where you can press tab tab when doing for example get pods or other commands and label suggestions are automatically completed. I don't know if this is already implemented.
Running
kubectl completion fishas far as I understand does not yet support it.Can it be implemented?
Why is this needed:
Comfortable function, time saving.