Files
kubernetes/hack
Kubernetes Prow Robot 66178b9cc1 Merge pull request #87307 from hase1128/add-comment-to-several-verify-scripts_2
Add comments in several hack/verify-generated-*.sh
2020-01-18 01:49:35 -08:00
..
2019-11-25 20:02:37 +08:00
2019-09-25 16:43:08 -07:00
2019-11-03 19:36:59 -05:00
2019-12-09 11:25:20 +01:00
2019-12-12 16:10:06 +08:00
2020-01-16 10:12:18 +08:00
2020-01-16 10:05:49 +08:00
2019-12-25 17:09:27 +09:00
2019-06-15 22:31:39 -04:00
2019-04-20 05:08:00 -04:00
2019-10-23 21:32:19 +02:00

Kubernetes hack GuideLines

This document describes how you can use the scripts from hack directory and gives a brief introduction and explanation of these scripts.

Overview

The hack directory contains many scripts that ensure continuous development of kubernetes, enhance the robustness of the code, improve development efficiency, etc. The explanations and descriptions of these scripts are helpful for contributors. For details, refer to the following guidelines.

Key scripts

  • verify-all.sh: This script is a vestigial redirection, Please do not add "real" logic. It is equivalent to make verify.
  • update-all.sh: This script is a vestigial redirection, Please do not add "real" logic. The true target of this makerule is hack/make-rules/update.sh.It is equivalent to make update.

Attention

Note that all scripts must be run from the Kubernetes root directory. We should run hack/verify-all.sh before submitting a PR and if anything fails run hack/update-all.sh.