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
README.md
generate-yamls.sh
reference-docs-gen-config.json
release.sh
tools.go
update-checksums.sh
update-codegen.sh Bump cert-manager and use their clientset (#15703) 2025-01-21 01:27:09 +00:00
update-deps.sh
update-reference-docs.sh
update-schemas.sh Drop the use dprotaso/controller-tools fork (#15664) 2025-01-09 13:33:19 +00:00
verify-codegen.sh

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.