Add completion for kubectl

pull/787/head
Manoj 2016-09-19 11:40:26 +05:30 committed by GitHub
parent 569a7a902e
commit 08526f2647
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
# kubectl (Kubernetes CLI) completion
if command -v kubectl &>/dev/null
then
eval "$(kubectl completion bash)"
fi