2 instantiations of HpaScalingRulesV2
Aspire.Hosting.Kubernetes (2)
Resources\HorizontalPodAutoscalerBehaviorV2.cs (2)
25
public HpaScalingRulesV2 ScaleDown { get; set; } =
new
();
32
public HpaScalingRulesV2 ScaleUp { get; set; } =
new
();
2 references to HpaScalingRulesV2
Aspire.Hosting.Kubernetes (2)
Resources\HorizontalPodAutoscalerBehaviorV2.cs (2)
25
public
HpaScalingRulesV2
ScaleDown { get; set; } = new();
32
public
HpaScalingRulesV2
ScaleUp { get; set; } = new();