Add retry to LookupHost used to check the content of ExternalName
This commit is contained in:
parent
3e3e29b78f
commit
0baf75cd17
3 changed files with 25 additions and 4 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue