Commit e73606b9 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #24574 from nikhiljindal/buildFederatedServer

Automatic merge from submit-queue update hack/build-go to build federation/cmd/federated-apiserver as well federation/cmd/federated-apiserver was added in https://github.com/kubernetes/kubernetes/pull/23509 cc @jianhuiz
parents 8c24c683 aa4cdac0
......@@ -458,6 +458,7 @@ function kube::build::source_targets() {
cmd
docs
examples
federation
Godeps/_workspace/src
Godeps/Godeps.json
hack
......
......@@ -26,6 +26,8 @@ if [ -n "${KUBERNETES_CONTRIB:-}" ]; then
fi
# The set of server targets that we are only building for Linux
# Note: if you are adding something here, you might need to add it to
# kube::build::source_targets in build/common.sh as well.
kube::golang::server_targets() {
local targets=(
cmd/kube-proxy
......@@ -34,6 +36,7 @@ kube::golang::server_targets() {
cmd/kubelet
cmd/kubemark
cmd/hyperkube
federation/cmd/federated-apiserver
plugin/cmd/kube-scheduler
)
if [ -n "${KUBERNETES_CONTRIB:-}" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment