hpaProfile property

String? hpaProfile
getter/setter pair

Selected Horizontal Pod Autoscaling profile. Possible string values are:

  • "HPA_PROFILE_UNSPECIFIED" : HPA_PROFILE_UNSPECIFIED is used when no custom HPA profile is set.
  • "NONE" : 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.

Implementation

core.String? hpaProfile;