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
2 changed files with 125 additions and 141 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
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
go run hack/e2e.go -v --push