mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 09:53:38 -04:00
Update Bazel
This commit is contained in:
parent
6754b93f6b
commit
ce52643f12
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ go_library(
|
|||
go_test(
|
||||
name = "go_default_test",
|
||||
srcs = [
|
||||
"init_test.go",
|
||||
"replica_set_test.go",
|
||||
"replica_set_utils_test.go",
|
||||
],
|
||||
|
|
@ -71,6 +72,7 @@ go_test(
|
|||
"//staging/src/k8s.io/client-go/tools/cache:go_default_library",
|
||||
"//staging/src/k8s.io/client-go/util/testing:go_default_library",
|
||||
"//staging/src/k8s.io/client-go/util/workqueue:go_default_library",
|
||||
"//vendor/k8s.io/klog:go_default_library",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue