Merge pull request #6270 from jlowdermilk/gcloud-updates

Updates for gcloud 0.9.54
This commit is contained in:
Zach Loafman
2015-04-01 19:14:57 -07:00
15 changed files with 102 additions and 95 deletions

View File

@@ -44,12 +44,12 @@ var _ = Describe("ReplicationController", func() {
})
It("should serve a basic image on each replica with a private image", func() {
switch testContext.provider {
switch testContext.Provider {
case "gce", "gke":
ServeImageOrFail(c, "private", "gcr.io/_b_k8s_authenticated_test/serve_hostname:1.1")
default:
By(fmt.Sprintf("Skipping private variant, which is only supported for providers gce and gke (not %s)",
testContext.provider))
testContext.Provider))
}
})
})