Enum PodAutoscaling.HPAProfile (2.67.0)

public enum PodAutoscaling.HPAProfile extends Enum<PodAutoscaling.HPAProfile> implements ProtocolMessageEnum

Possible types of Horizontal Pod Autoscaling profile.

Protobuf enum google.container.v1beta1.PodAutoscaling.HPAProfile

Implements

ProtocolMessageEnum

Static Fields

Name Description
HPA_PROFILE_UNSPECIFIED

HPA_PROFILE_UNSPECIFIED is used when no custom HPA profile is set.

HPA_PROFILE_UNSPECIFIED = 0;

HPA_PROFILE_UNSPECIFIED_VALUE

HPA_PROFILE_UNSPECIFIED is used when no custom HPA profile is set.

HPA_PROFILE_UNSPECIFIED = 0;

NONE

Customers explicitly opt-out of HPA profiles.

NONE = 1;

NONE_VALUE

Customers explicitly opt-out of HPA profiles.

NONE = 1;

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 = 2;

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.

PERFORMANCE = 2;

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()