Module: Google::Cloud::Container::V1::PodAutoscaling::HPAProfile

Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Possible types of Horizontal Pod Autoscaling profile.

Constant Summary collapse

HPA_PROFILE_UNSPECIFIED =

HPA_PROFILE_UNSPECIFIED is used when no custom HPA profile is set.

0
NONE =

Customers explicitly opt-out of HPA profiles.

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.

2