mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
update BUILD files
This commit is contained in:
2
pkg/util/env/BUILD
vendored
2
pkg/util/env/BUILD
vendored
@@ -9,11 +9,13 @@ load(
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["env.go"],
|
||||
importpath = "k8s.io/kubernetes/pkg/util/env",
|
||||
)
|
||||
|
||||
go_test(
|
||||
name = "go_default_test",
|
||||
srcs = ["env_test.go"],
|
||||
importpath = "k8s.io/kubernetes/pkg/util/env",
|
||||
library = ":go_default_library",
|
||||
deps = ["//vendor/github.com/stretchr/testify/assert:go_default_library"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user