Auto-generate annotation docs (#11835)
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
This commit is contained in:
parent
f08a1c4fda
commit
0486f013fe
10 changed files with 404 additions and 51 deletions
3
Makefile
3
Makefile
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue