feature(plugins): adds kops (kubernetes operations) plugin (#6107)

This commit is contained in:
Nur Rony 2017-11-07 22:03:14 +06:00 committed by Robby Russell
parent 790712f6f2
commit 47039f645f

View File

@ -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