mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Add a few missing binaries to the Bazel SERVER_TARGETS list
This commit is contained in:
parent
55042b0ba9
commit
73a7e348c0
@ -68,11 +68,13 @@ NODE_TARGETS = [
|
||||
# No need to duplicate CLIENT_TARGETS or NODE_TARGETS here,
|
||||
# since we include them in the actual build rule.
|
||||
SERVER_TARGETS = [
|
||||
"//cmd/cloud-controller-manager",
|
||||
"//cmd/hyperkube",
|
||||
"//cmd/kube-apiserver",
|
||||
"//cmd/kube-controller-manager",
|
||||
"//cmd/kubeadm",
|
||||
"//plugin/cmd/kube-scheduler",
|
||||
"//vendor/k8s.io/kube-aggregator",
|
||||
]
|
||||
|
||||
# kube::golang::test_targets
|
||||
|
Loading…
Reference in New Issue
Block a user