5 lines
79 B
Bash
5 lines
79 B
Bash
|
|
if hash kubectl >/dev/null 2>&1 ; then
|
|
eval "$(kubectl completion bash)"
|
|
fi
|
|
|