From bdf43eb66dcfe70016c6642b9ecc9708e82f6a97 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Tue, 2 Jun 2015 20:31:01 -0700 Subject: [PATCH 1/2] enable v1 in hack/test-update-storage-objects.sh --- hack/test-update-storage-objects.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hack/test-update-storage-objects.sh b/hack/test-update-storage-objects.sh index 462ecc6c986..88304a0e26e 100755 --- a/hack/test-update-storage-objects.sh +++ b/hack/test-update-storage-objects.sh @@ -27,8 +27,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh" KUBE_OLD_API_VERSION=${KUBE_OLD_API_VERSION:-"v1beta3"} # The api version in which our etcd objects should be converted to. # The new api version -# TODO change this to v1 when it's ready. -KUBE_NEW_API_VERSION=${KUBE_NEW_API_VERSION:-"v1beta3"} +KUBE_NEW_API_VERSION=${KUBE_NEW_API_VERSION:-"v1"} ETCD_HOST=${ETCD_HOST:-127.0.0.1} ETCD_PORT=${ETCD_PORT:-4001} From 8edeeb95e667a28da06ef9e5e0d176f7aa70c43e Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Wed, 3 Jun 2015 09:45:11 -0700 Subject: [PATCH 2/2] fix --- pkg/api/latest/latest_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/api/latest/latest_test.go b/pkg/api/latest/latest_test.go index 8169443ae58..881ac4b8558 100644 --- a/pkg/api/latest/latest_test.go +++ b/pkg/api/latest/latest_test.go @@ -21,7 +21,6 @@ import ( "testing" internal "github.com/GoogleCloudPlatform/kubernetes/pkg/api" - _ "github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1" ) func TestResourceVersioner(t *testing.T) {