policies property

List<HPAScalingPolicy>? policies
final

Policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid.

Implementation

final List<HPAScalingPolicy>? policies;