Files
kubernetes/test
Kubernetes Submit Queue 99d08010f8 Merge pull request #60199 from aleksandra-malinowska/autoscaling-fix-15
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix passing gcloud command output to error check

Fix passing gcloud command output to error check. Underlying function from testing library expects interface{} and then type asserts that it's a string, so passing []byte results in errors:

```interface conversion: interface {} is []uint8, not string```

```release-note
NONE
```
2018-02-22 06:09:13 -08:00
..
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-02-07 21:14:19 -08:00
2017-10-27 15:31:20 -07:00
2017-12-19 16:37:12 -02:00