Skip to content

Files

This branch is 33930 commits behind kubernetes/kubernetes:master.

hack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 8, 2020
Feb 6, 2020
Feb 19, 2019
Jan 19, 2019
Aug 5, 2020
Sep 15, 2020
Aug 2, 2020
Jul 2, 2020
Sep 11, 2020
Feb 4, 2019
Sep 22, 2020
Sep 22, 2020
Sep 7, 2020
Feb 22, 2019
Sep 5, 2020
Nov 4, 2019
Sep 14, 2020
Jan 16, 2020
Jan 27, 2020
Jan 27, 2020
Jan 27, 2020
Oct 17, 2019
Jan 22, 2019
Jan 22, 2019
Jul 1, 2019
Jan 27, 2020
Apr 1, 2020
Feb 25, 2019
Jan 27, 2020
Jun 20, 2020
Jan 28, 2020
Jan 28, 2020
Jul 31, 2020
Jan 28, 2020
Sep 22, 2020
Jul 7, 2020
Jul 25, 2020
Jan 28, 2020
Jan 28, 2020
Jan 28, 2020
Jan 28, 2020
May 29, 2020
Jun 20, 2020
Sep 2, 2020
Jun 3, 2019
Jan 16, 2020
Feb 20, 2019
Feb 20, 2019
Aug 2, 2020
Feb 20, 2019
Jan 16, 2020
Feb 20, 2019
Sep 15, 2020
Sep 15, 2020
Aug 2, 2020
May 27, 2020
Aug 2, 2020
May 27, 2020
Aug 2, 2020
Apr 12, 2019
May 8, 2020
May 29, 2020
Jan 8, 2020
May 29, 2020
Sep 21, 2020
Jun 25, 2020
Aug 16, 2020
Jan 16, 2020
Sep 2, 2020
Jun 3, 2020
Jan 16, 2020
Jan 16, 2020
Feb 7, 2020
Jan 16, 2020
Jan 16, 2020
Jan 16, 2020
Jul 6, 2020
Jan 17, 2020
Jan 17, 2020
Jun 27, 2020
Jan 17, 2020
Jan 17, 2020
Jan 17, 2020
Sep 15, 2020
Jan 28, 2020
Jan 17, 2020
Sep 16, 2020
Jan 20, 2020
Apr 20, 2020
Jan 20, 2020
Apr 20, 2020
Jan 20, 2020
Aug 2, 2020
Jan 20, 2020
Jan 20, 2020
Aug 1, 2020
Jan 20, 2020
Jan 20, 2020
May 5, 2020
Jul 24, 2020
Jan 20, 2020
Jan 21, 2020
Apr 20, 2020
Jan 21, 2020
Jun 26, 2020
Sep 3, 2020
Jan 21, 2020
Jan 21, 2020
May 7, 2020
Jan 21, 2020
Jun 26, 2020
May 8, 2020
May 8, 2020

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.