Merge pull request #30321 from fejta/check-resources

Automatic merge from submit-queue

Convert bool to error, helper func for cd to skew

Switch from various functions returning `False` when something bad happens to returning an `error`
Encapsulate logic to switch to the skew directory inside chdirSkew

Also add a TODO for using `hyphen-flags` instead of `underscore_flags`
This commit is contained in:
Kubernetes Submit Queue 2016-09-09 00:48:19 -07:00 committed by GitHub
commit 8ff292ee60
1 changed files with 0 additions and 3 deletions

View File

@ -124,9 +124,6 @@ go run hack/e2e.go -v --build
# Create a fresh cluster. Deletes a cluster first, if it exists # Create a fresh cluster. Deletes a cluster first, if it exists
go run hack/e2e.go -v --up go run hack/e2e.go -v --up
# Test if a cluster is up.
go run hack/e2e.go -v --isup
# Push code to an existing cluster # Push code to an existing cluster
go run hack/e2e.go -v --push go run hack/e2e.go -v --push