Merge pull request #21882 from gmarek/throttle

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-03-01 06:38:06 -08:00
68 changed files with 102 additions and 87 deletions

View File

@@ -37,7 +37,7 @@ import (
)
var _ = Describe("Deployment", func() {
f := NewFramework("deployment")
f := NewDefaultFramework("deployment")
It("deployment should create new pods", func() {
testNewDeployment(f)