mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
fix visibility of testdata for //test/cmd:legacy-script
This commit is contained in:
parent
5114d4e0b0
commit
ca79547e92
@ -40,6 +40,7 @@ package_group(
|
|||||||
"//hack",
|
"//hack",
|
||||||
"//hack/lib",
|
"//hack/lib",
|
||||||
"//hack/make-rules",
|
"//hack/make-rules",
|
||||||
|
"//test/cmd",
|
||||||
"//test/e2e/...",
|
"//test/e2e/...",
|
||||||
"//test/integration/...",
|
"//test/integration/...",
|
||||||
],
|
],
|
||||||
|
@ -21,7 +21,7 @@ sh_binary(
|
|||||||
srcs = ["test-cmd.sh"],
|
srcs = ["test-cmd.sh"],
|
||||||
deps = [
|
deps = [
|
||||||
"//hack/lib",
|
"//hack/lib",
|
||||||
"//test/cmd:all-srcs",
|
"//test/cmd:legacy-script",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -48,6 +48,7 @@ sh_library(
|
|||||||
"version.sh",
|
"version.sh",
|
||||||
],
|
],
|
||||||
data = ["//pkg/kubectl/validation:testdata/v1/validPod.yaml"],
|
data = ["//pkg/kubectl/validation:testdata/v1/validPod.yaml"],
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
|
Loading…
Reference in New Issue
Block a user