File kubectl-completions of Package kubernetes

#
# Import kubectl completion
#

# Normalize shell name
SHELL_NAME=${0##*/}
SHELL_NAME=${SHELL_NAME#-}

# Import completion from kubectl if installed
if type -p kubectl > /dev/null; then
    source <(kubectl completion "$SHELL_NAME")
fi
openSUSE Build Service is sponsored by