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