Bump go libraries (#11023)
* Bump go libraries * Fix update codegen execution * Fix errors on klog * Fix gzip test * Bump libraries on webhook certgen * Fix webhook-certgen compilation
This commit is contained in:
parent
b4ea953cce
commit
fa0bf81984
16 changed files with 765 additions and 1245 deletions
|
|
@ -27,7 +27,7 @@ if [[ ! -d ${CODEGEN_PKG} ]]; then
|
|||
fi
|
||||
|
||||
# Ensure we can execute.
|
||||
chmod +x ${CODEGEN_PKG}/generate-groups.sh
|
||||
chmod +x ${CODEGEN_PKG}/kube_codegen.sh
|
||||
|
||||
# generate the code with:
|
||||
# --output-base because this script should also be able to run inside the vendor dir of
|
||||
|
|
@ -37,7 +37,7 @@ chmod +x ${CODEGEN_PKG}/generate-groups.sh
|
|||
# k8s.io/ingress-nginx/pkg/client k8s.io/ingress-nginx/pkg/apis \
|
||||
# nginxingress:v1alpha1 \
|
||||
# --output-base "$(dirname ${BASH_SOURCE})/../../.."
|
||||
${CODEGEN_PKG}/generate-groups.sh "deepcopy" \
|
||||
${CODEGEN_PKG}/kube_codegen.sh "deepcopy" \
|
||||
k8s.io/ingress-nginx/internal k8s.io/ingress-nginx/pkg/apis \
|
||||
.:ingress \
|
||||
--output-base "$(dirname ${BASH_SOURCE})/../../.." \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue