mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #54557 from sttts/sttts-import-restrictions
Automatic merge from submit-queue (batch tested with PRs 54399, 54557, 54506). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. hack: rename verify-{staging- -> }imports.sh The import-verify mechanism is very helpful in restricting imports on a long way towards splitting out something into a staging repo. Obviously, during that time it's not about staging repos. This PR renames the verify script and config for that reality.
This commit is contained in:
commit
fe6ddf3abe
@ -39,10 +39,10 @@ QUICK_PATTERNS+=(
|
||||
"verify-generated-files-remake"
|
||||
"verify-godep-licenses.sh"
|
||||
"verify-gofmt.sh"
|
||||
"verify-imports.sh"
|
||||
"verify-pkg-names.sh"
|
||||
"verify-readonly-packages.sh"
|
||||
"verify-staging-client-go.sh"
|
||||
"verify-staging-imports.sh"
|
||||
"verify-test-images.sh"
|
||||
"verify-test-owners.sh"
|
||||
)
|
||||
|
@ -38,4 +38,4 @@ if [[ ! -x "$importverifier" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
"${importverifier}" "k8s.io/" "${KUBE_ROOT}/hack/staging-import-restrictions.json"
|
||||
"${importverifier}" "k8s.io/" "${KUBE_ROOT}/hack/import-restrictions.json"
|
Loading…
Reference in New Issue
Block a user