asymmetricAutoscalingOptions property
Optional asymmetric autoscaling options.
Replicas matching the replica selection criteria will be autoscaled independently from other replicas. The autoscaler will scale the replicas based on the utilization of replicas identified by the replica selection. Replica selections should not overlap with each other. Other replicas (those do not match any replica selection) will be autoscaled together and will have the same compute capacity allocated to them.
Optional.
Implementation
core.List<AsymmetricAutoscalingOption>? asymmetricAutoscalingOptions;