public @interface GlobalAutoScaling
| Modifier and Type | Optional Element and Description |
|---|---|
AutoScalerClass |
autoScalerClass
The Autoscaler class.
|
int |
containerConcurrency
The exact amount of requests allowed to the replica at a time.
|
int |
requestsPerSecond
The requests per second per replica.
|
int |
targetUtilizationPercentage
This value specifies a percentage of the target to actually be targeted by the autoscaler.
|
public abstract AutoScalerClass autoScalerClass
public abstract int containerConcurrency
Copyright © 2018–2020 Red Hat. All rights reserved.