Merge pull request #1221 from rparree/minikube

added minikube completion support
This commit is contained in:
Nils Winkler
2018-07-26 10:29:07 +02:00
committed by GitHub

View File

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