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

This commit is contained in:
Nur Rony 2017-05-25 22:09:07 +06:00
commit a1ebd70b1b
No known key found for this signature in database
GPG key ID: 265C66B0EB6140CD

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