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