summaryrefslogtreecommitdiff
path: root/plugins/kops
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kops')
-rw-r--r--plugins/kops/kops.plugin.zsh9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/kops/kops.plugin.zsh b/plugins/kops/kops.plugin.zsh
new file mode 100644
index 000000000..f707f3aff
--- /dev/null
+++ b/plugins/kops/kops.plugin.zsh
@@ -0,0 +1,9 @@
+# Autocompletion for kops (Kubernetes Operations),
+# the command line interface to get a production grade
+# Kubernetes cluster up and running
+
+# Author: https://github.com/nmrony
+
+if [ $commands[kops] ]; then
+ source <(kops completion zsh)
+fi