mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Create BUILD files in top-level subdirectories
This commit is contained in:
parent
a53c5f2a4f
commit
f8288ed1f3
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 New Issue
Block a user