mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-22 15:09:39 +00:00
Use gazelle and kazel together to manage BUILD files
This commit is contained in:
@@ -4,6 +4,5 @@
|
||||
"^_.*"
|
||||
],
|
||||
"AddSourcesRules": true,
|
||||
"VendorMultipleBuildFiles": true,
|
||||
"K8sOpenAPIGen": true
|
||||
}
|
||||
|
@@ -1,3 +1,8 @@
|
||||
# gazelle:exclude _artifacts
|
||||
# gazelle:exclude _gopath
|
||||
# gazelle:exclude _output
|
||||
# gazelle:exclude _tmp
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
@@ -7,9 +7,9 @@ http_archive(
|
||||
|
||||
http_archive(
|
||||
name = "io_kubernetes_build",
|
||||
sha256 = "232fec0ffcb53df5e87fc036ae3e966ea32122fc89ead4c32581b3255c1ab7d0",
|
||||
strip_prefix = "repo-infra-f521b5d472e00e05da5394994942064510a6e8bf",
|
||||
urls = ["https://github.com/kubernetes/repo-infra/archive/f521b5d472e00e05da5394994942064510a6e8bf.tar.gz"],
|
||||
sha256 = "5ba54d17d582ec099ba65d4e409e318e209216b15be819c922a5baae3f4d4283",
|
||||
strip_prefix = "repo-infra-e9d1a126ef355ff5d38e20612c889b07728225a4",
|
||||
urls = ["https://github.com/kubernetes/repo-infra/archive/e9d1a126ef355ff5d38e20612c889b07728225a4.tar.gz"],
|
||||
)
|
||||
|
||||
ETCD_VERSION = "3.0.17"
|
||||
|
Reference in New Issue
Block a user