Merge pull request #42405 from jszczepkowski/e2e-upgrade-hpa

Automatic merge from submit-queue (batch tested with PRs 41826, 42405)

Fixed too long name in HPA e2e upgrade test.

Fixed too long name in HPA e2e upgrade test.

```release-note
NONE
```
pull/6/head
Kubernetes Submit Queue 2017-03-06 15:06:07 -08:00 committed by GitHub
commit e82834e4d8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ type HPAUpgradeTest struct {
// Creates a resource consumer and an HPA object that autoscales the consumer. // Creates a resource consumer and an HPA object that autoscales the consumer.
func (t *HPAUpgradeTest) Setup(f *framework.Framework) { func (t *HPAUpgradeTest) Setup(f *framework.Framework) {
t.rc = common.NewDynamicResourceConsumer( t.rc = common.NewDynamicResourceConsumer(
"resource-consumer-upgrade-test", "res-cons-upgrade",
common.KindRC, common.KindRC,
1, /* replicas */ 1, /* replicas */
250, /* initCPUTotal */ 250, /* initCPUTotal */