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

@@ -41,7 +41,7 @@ var _ = Describe("Events", func() {
})
It("should be sent by kubelets and the scheduler about pods scheduling and running", func() {
provider := testContext.provider
provider := testContext.Provider
if len(provider) > 0 && provider != "gce" && provider != "gke" && provider != "aws" {
By(fmt.Sprintf("skipping TestKubeletSendsEvent on cloud provider %s", provider))
return