mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-27 17:21:07 -04:00
hack/build-go tp build federation/cmd/federated-apiserver as well
This commit is contained in:
parent
2f70b03aac
commit
aa4cdac005
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue