Add an e2e test in go. Also adjust validation logic a little to make it more reasonable.

Not integrated into existing e2e yet.
This commit is contained in:
Brendan Burns
2014-10-14 12:28:45 -07:00
parent f603785698
commit 8d38f8890e
3 changed files with 180 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ kube::default_build_targets() {
echo "cmd/proxy"
echo "cmd/apiserver"
echo "cmd/controller-manager"
echo "cmd/e2e"
echo "cmd/kubelet"
echo "cmd/kubecfg"
echo "plugin/cmd/scheduler"