mirror of https://github.com/knative/serving.git
* 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 |
||
---|---|---|
.. | ||
boilerplate | ||
README.md | ||
generate-yamls.sh | ||
reference-docs-gen-config.json | ||
release.sh | ||
tools.go | ||
update-checksums.sh | ||
update-codegen.sh | ||
update-deps.sh | ||
update-reference-docs.sh | ||
update-schemas.sh | ||
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, runexport 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 theknative.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.