mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Update bazel.
This commit is contained in:
parent
4cdd1b788a
commit
54c874f2c6
@ -10,8 +10,12 @@ load(
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"node_conformance.go",
|
||||
"node_e2e.go",
|
||||
"remote.go",
|
||||
"ssh.go",
|
||||
"types.go",
|
||||
"utils.go",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
deps = [
|
||||
|
@ -17,6 +17,7 @@ go_library(
|
||||
"namespace_controller.go",
|
||||
"server.go",
|
||||
"services.go",
|
||||
"util.go",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
deps = [
|
||||
|
Loading…
Reference in New Issue
Block a user