Add retry to LookupHost used to check the content of ExternalName

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-05-22 08:14:16 -04:00
parent 3e3e29b78f
commit 0baf75cd17
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
3 changed files with 25 additions and 4 deletions

View file

@ -31,6 +31,7 @@ CODEGEN_PKG=${CODEGEN_PKG:-$(cd "${SCRIPT_ROOT}"; ls -d -1 ./vendor/k8s.io/code-
# --output-base "$(dirname ${BASH_SOURCE})/../../.."
mkdir -p ${CODEGEN_PKG}/hack
cp ${SCRIPT_ROOT}/hack/boilerplate/boilerplate.go.txt ${CODEGEN_PKG}/hack/boilerplate.go.txt
chmod +x ${CODEGEN_PKG}/*.sh
${CODEGEN_PKG}/generate-groups.sh "deepcopy" \
k8s.io/ingress-nginx/internal k8s.io/ingress-nginx/internal \