Merge pull request #1221 from rparree/minikube
added minikube completion support
This commit is contained in:
8
completion/available/minikube.completion.bash
Normal file
8
completion/available/minikube.completion.bash
Normal 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
|
||||
Reference in New Issue
Block a user