Rename cloudcfg to kubecfg

This commit is contained in:
Daniel Smith
2014-06-25 17:55:43 -07:00
parent 61b00739a3
commit c97c514742
22 changed files with 64 additions and 64 deletions

View File

@@ -33,7 +33,7 @@ function make-binaries() {
apiserver
controller-manager
kubelet
cloudcfg
kubecfg
localkube"
ARCH_TARGET="${KUBE_TARGET}/${GOOS}/${GOARCH}"

View File

@@ -21,7 +21,7 @@ set -e
source $(dirname $0)/common.sh
readonly CROSS_BINARIES="
cloudcfg
kubecfg
"
for platform in ${KUBE_CROSSPLATFORMS}; do