Use gazelle and kazel together to manage BUILD files

This commit is contained in:
Jeff Grafton
2017-08-09 15:31:10 -07:00
parent 7717c0bbe6
commit cce84c3e19
6 changed files with 24 additions and 7 deletions

View File

@@ -4,6 +4,5 @@
"^_.*"
],
"AddSourcesRules": true,
"VendorMultipleBuildFiles": true,
"K8sOpenAPIGen": true
}

View File

@@ -1,3 +1,8 @@
# gazelle:exclude _artifacts
# gazelle:exclude _gopath
# gazelle:exclude _output
# gazelle:exclude _tmp
package(default_visibility = ["//visibility:public"])
licenses(["notice"])

View File

@@ -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"