Skip to content

Files

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

hack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 1, 2024
Sep 29, 2023
Feb 28, 2021
Jan 19, 2019
Mar 2, 2024
Mar 11, 2024
Mar 2, 2024
Jan 5, 2024
Feb 29, 2024
Mar 11, 2023
Jun 25, 2021
Aug 17, 2023
Feb 1, 2023
May 11, 2023
Jan 16, 2020
Mar 1, 2024
Mar 1, 2024
Jan 27, 2020
Jan 27, 2020
Jan 27, 2020
Jun 26, 2022
Jan 22, 2019
Jan 22, 2019
Jul 8, 2022
Jan 27, 2020
Feb 25, 2019
May 13, 2023
May 31, 2023
Feb 13, 2024
Jan 8, 2024
Jan 8, 2024
Feb 13, 2024
May 17, 2021
Jan 28, 2020
Jan 26, 2023
Mar 1, 2024
Jan 28, 2020
Mar 1, 2024
Jan 8, 2024
Jul 7, 2020
Mar 6, 2024
Jul 6, 2022
Nov 8, 2021
Feb 4, 2022
Jan 28, 2020
Jan 28, 2020
Jan 20, 2024
Apr 16, 2022
Mar 7, 2024
Jan 12, 2024
Mar 1, 2024
Mar 1, 2024
Feb 5, 2021
Mar 10, 2024
Mar 1, 2024
Aug 22, 2023
Mar 1, 2024
Mar 2, 2024
Mar 1, 2024
Mar 2, 2024
Mar 2, 2024
Mar 11, 2024
Nov 22, 2022
Mar 2, 2024
Mar 1, 2024
Mar 1, 2024
Mar 1, 2024
Apr 16, 2022
Mar 1, 2024
Jan 16, 2020
Mar 1, 2024
Aug 22, 2023
Mar 1, 2024
Jan 12, 2024
Mar 1, 2024
Mar 1, 2024
Oct 20, 2022
Mar 1, 2024
Mar 1, 2024
Oct 26, 2023
Mar 1, 2024
Mar 1, 2024
Feb 5, 2021
Mar 1, 2024
Mar 1, 2024
Aug 22, 2023
Oct 9, 2023
Oct 9, 2023
Mar 2, 2024
Mar 1, 2024
Mar 1, 2024
Mar 1, 2024
Mar 1, 2024
Aug 22, 2023
Mar 1, 2024
Aug 22, 2023
Mar 1, 2024
Mar 1, 2024
Oct 8, 2021
Mar 6, 2024
Mar 6, 2024
Sep 11, 2023
Sep 11, 2023
Mar 9, 2023
Sep 25, 2023
Mar 1, 2024
Mar 1, 2024
Mar 2, 2024
Jan 21, 2020
Feb 23, 2023
Jan 7, 2024
Jan 21, 2020
Jan 25, 2024
Jan 7, 2024
Mar 1, 2024
Mar 6, 2024
Mar 6, 2024
Aug 22, 2023

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.