public enum PodAutoscaling.HPAProfile extends Enum<PodAutoscaling.HPAProfile> implements ProtocolMessageEnum
Possible types of Horizontal Pod Autoscaling profile.
Protobuf enum google.container.v1.PodAutoscaling.HPAProfile
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
HPA_PROFILE_UNSPECIFIED |
HPA_PROFILE_UNSPECIFIED is used when no custom HPA profile is set. |
HPA_PROFILE_UNSPECIFIED_VALUE |
HPA_PROFILE_UNSPECIFIED is used when no custom HPA profile is set. |
NONE |
Customers explicitly opt-out of HPA profiles. |
NONE_VALUE |
Customers explicitly opt-out of HPA profiles. |
PERFORMANCE |
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. |
PERFORMANCE_VALUE |
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. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |