kops.plugin.zsh 244 B

123456789
  1. # Autocompletion for kops (Kubernetes Operations),
  2. # the command line interface to get a production grade
  3. # Kubernetes cluster up and running
  4. # Author: https://github.com/nmrony
  5. if [ $commands[kops] ]; then
  6. source <(kops completion zsh)
  7. fi