Merge pull request #4291 from jlowdermilk/delete-kubecfg

Remove kubecfg, cleanup a few stray references.
This commit is contained in:
Brian Grant
2015-02-11 11:18:59 -08:00
17 changed files with 4 additions and 2814 deletions

View File

@@ -35,7 +35,6 @@ readonly KUBE_SERVER_PLATFORMS=(
# The set of client targets that we are building for all platforms
readonly KUBE_CLIENT_TARGETS=(
cmd/kubecfg
cmd/kubectl
cmd/kubernetes
)