1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

enable auto generation of the documents

This commit is contained in:
Harsha Narayana
2023-01-24 08:48:51 +05:30
parent 49f60bfc43
commit 87925e4457
36 changed files with 10043 additions and 51 deletions

View File

@@ -117,6 +117,9 @@ verify-vendor:
verify-toc:
./hack/verify-toc.sh
verify-docs:
./hack/verify-docs.sh
test-unit:
./test/run-unit-tests.sh
@@ -128,11 +131,13 @@ gen:
./hack/update-generated-deep-copies.sh
./hack/update-generated-defaulters.sh
./hack/update-toc.sh
./hack/update-docs.sh
verify-gen:
./hack/verify-conversions.sh
./hack/verify-deep-copies.sh
./hack/verify-defaulters.sh
./hack/verify-docs.sh
lint:
ifndef HAS_GOLANGCI