feat: upgrade codegen for kubernetes to v0.28.3

This commit is contained in:
Michael 2023-11-22 11:28:06 +01:00 committed by GitHub
parent 186e3e1541
commit 789046f162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 338 additions and 657 deletions

View file

@ -178,7 +178,7 @@ docs-pull-images:
## Generate CRD clientset and CRD manifests
.PHONY: generate-crd
generate-crd:
@$(CURDIR)/script/code-gen.sh
@$(CURDIR)/script/code-gen-docker.sh
## Generate code from dynamic configuration https://github.com/traefik/genconf
.PHONY: generate-genconf