mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
Create BUILD files in top-level subdirectories
This commit is contained in:
parent
a53c5f2a4f
commit
f8288ed1f3
9 changed files with 27 additions and 0 deletions
3
api/BUILD
Normal file
3
api/BUILD
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
3
cluster/BUILD
Normal file
3
cluster/BUILD
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
3
cmd/BUILD
Normal file
3
cmd/BUILD
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
3
federation/BUILD
Normal file
3
federation/BUILD
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
3
hack/BUILD
Normal file
3
hack/BUILD
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
3
pkg/BUILD
Normal file
3
pkg/BUILD
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
3
plugin/BUILD
Normal file
3
plugin/BUILD
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
3
test/BUILD
Normal file
3
test/BUILD
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
3
third_party/BUILD
vendored
Normal file
3
third_party/BUILD
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
Loading…
Reference in a new issue