Reference documentation and code samples for the Google Cloud Container V1 Client class HPAProfile.
Possible types of Horizontal Pod Autoscaling profile.
Protobuf type google.container.v1.PodAutoscaling.HPAProfile
Namespace
Google \ Cloud \ Container \ V1 \ PodAutoscalingMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
HPA_PROFILE_UNSPECIFIED
Value: 0
HPA_PROFILE_UNSPECIFIED is used when no custom HPA profile is set.
Generated from protobuf enum HPA_PROFILE_UNSPECIFIED = 0;
NONE
Value: 1
Customers explicitly opt-out of HPA profiles.
Generated from protobuf enum NONE = 1;
PERFORMANCE
Value: 2
PERFORMANCE is used when customers opt-in to the performance HPA profile.
In this profile we support a higher number of HPAs per cluster and faster metrics collection for workload autoscaling.
Generated from protobuf enum PERFORMANCE = 2;