Merge pull request #44367 from ixdy/bazel-update-binary-lists

Automatic merge from submit-queue

Add a few missing binaries to the Bazel SERVER_TARGETS list

**What this PR does / why we need it**: catches up our Bazel build with #41413 and #40204.

If you have clever ideas of how to keep the lists in `build/release-tars/BUILD` and `hack/lib/golang.sh` in sync I'd love hear them.

**Release note**:

```release-note
NONE
```

/assign @spxtr @mikedanese
This commit is contained in:
Kubernetes Submit Queue 2017-04-14 16:36:29 -07:00 committed by GitHub
commit 5dd914382f

View File

@ -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