mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-09-09 04:19:40 +00:00
This allows linking as "kctx" and "kns" to prevent overlap with kubectl Tab completion when user hits `ku<Tab>`. Fixes #3. Also fixed variables KUBECTX and PREV leaking to zsh shell once the _kubectx function is invoked. Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
3 lines
134 B
Bash
3 lines
134 B
Bash
#compdef kubens kns=kubens
|
|
_arguments "1: :(- $(kubectl get namespaces -o=jsonpath='{range .items[*].metadata.name}{@}{"\n"}{end}'))"
|