Auto-generate annotation docs (#11820)

This commit is contained in:
Ricardo Katz 2024-08-18 20:13:18 -03:00 committed by GitHub
parent eee2760907
commit cf8e374290
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 407 additions and 53 deletions

View file

@ -124,6 +124,9 @@ build: ## Build ingress controller, debug tool and pre-stop hook.
clean: ## Remove .gocache directory.
rm -rf bin/ .gocache/ .cache/
.PHONY: verify-docs
verify-docs: ## Verify doc generation
hack/verify-annotation-docs.sh
.PHONY: static-check
static-check: ## Run verification script for boilerplate, codegen, gofmt, golint, lualint and chart-lint.