Merge pull request #7128 from nikhiljindal/fixbeta1tests

Removing more references to v1beta1 from pkg/
This commit is contained in:
Brian Grant
2015-04-24 11:07:53 -07:00
20 changed files with 362 additions and 342 deletions

View File

@@ -667,7 +667,7 @@ function kube-up {
until curl --insecure -H "Authorization: Bearer ${KUBE_BEARER_TOKEN}" \
--max-time 5 --fail --output /dev/null --silent \
"https://${KUBE_MASTER_IP}/api/v1beta1/pods"; do
"https://${KUBE_MASTER_IP}/api/v1beta3/pods"; do
printf "."
sleep 2
done