serving/hack
Stavros Kontopoulos da5e7fd7b3
Bump cert-manager and use their clientset (#15703)
* use cert-manager clientset

* fix

* fix gengo incomp

* lint

* fix remaining lint issues

* Revert "fix remaining lint issues"

This reverts commit 82b465cfa15b54c33d8cd08c6e1b4c79e252ee77.

* Revert "lint"

This reverts commit 0334fc2591ce80ddaed8d61f54cfb74cdf905835.

* vendor
2025-01-21 01:27:09 +00:00
..
boilerplate update boilerplate year (#12699) 2022-03-07 22:15:05 -08:00
README.md Add `app.kubernetes.io` labels (#11655) 2021-07-22 16:28:43 -07:00
generate-yamls.sh Clean up job for old resources (#15312) 2024-06-19 21:16:17 +00:00
reference-docs-gen-config.json docs: Fix broken links to kubernetes docs on reference page (#14340) 2023-09-12 04:48:51 +00:00
release.sh Drop master references to knative repos (#10918) 2021-03-10 09:40:25 -08:00
tools.go Update performance tests (#14289) 2023-09-21 20:55:27 +00:00
update-checksums.sh use the new hack repo for scripts (#9959) 2020-10-27 17:25:34 -07:00
update-codegen.sh Bump cert-manager and use their clientset (#15703) 2025-01-21 01:27:09 +00:00
update-deps.sh use the new hack repo for scripts (#9959) 2020-10-27 17:25:34 -07:00
update-reference-docs.sh Add API doc generation to codegen (#11238) 2021-04-21 15:54:37 -07:00
update-schemas.sh Drop the use dprotaso/controller-tools fork (#15664) 2025-01-09 13:33:19 +00:00
verify-codegen.sh use the new hack repo for scripts (#9959) 2020-10-27 17:25:34 -07:00

README.md

Assorted scripts for development

This directory contains several scripts useful in the development process of Knative Serving.

  • boilerplate/add-boilerplate.sh Adds license boilerplate to txt or go files in a directory, recursively.
  • generate-yamls.sh Builds all the YAMLs that Knative Serving publishes. To run it locally, run export YAML_LIST=$(mktemp) && export REPO_ROOT_DIR=$(pwd) && ./hack/generate-yamls.sh "${REPO_ROOT_DIR}" "${YAML_LIST}"
  • release.sh Creates a new release of Knative Serving.
  • update-codegen.sh Updates auto-generated client libraries.
  • update-checksums.sh Updates the knative.dev/example-checksum annotations in config maps.
  • update-deps.sh Updates Go dependencies.
  • verify-codegen.sh Verifies that auto-generated client libraries are up-to-date.