diff --git a/plugins/kops/kops.plugin.zsh b/plugins/kops/kops.plugin.zsh new file mode 100644 index 000000000..f4fc6f442 --- /dev/null +++ b/plugins/kops/kops.plugin.zsh @@ -0,0 +1,7 @@ +# Autocompletion for kubectl, the command line interface for Kubernetes +# +# Author: https://github.com/whithajess + +if [ $commands[kops] ]; then + source <(kops completion zsh) +fi