Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestScaleUpUnreadyNoScale (0.35 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    		expectedReportedMetricComputationErrorLabels: map[autoscalingv2.MetricSourceType]monitor.ErrorLabel{
    			autoscalingv2.ResourceMetricSourceType: monitor.ErrorLabelNone,
    		},
    	}
    	tc.runTest(t)
    }
    
    func TestScaleUpUnreadyNoScale(t *testing.T) {
    	tc := testCase{
    		minReplicas:             2,
    		maxReplicas:             6,
    		specReplicas:            3,
    		statusReplicas:          3,
    		expectedDesiredReplicas: 3,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
Back to top