Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reconciliationErrorLabels (0.39 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    		if len(m.reconciliationActionLabels) == 0 || len(m.reconciliationErrorLabels) == 0 {
    			return false, nil
    		}
    		return true, nil
    	}); err != nil {
    		t.Fatalf("no reconciliation is recorded in the monitor, len(monitor.reconciliationActionLabels)=%v len(monitor.reconciliationErrorLabels)=%v ", len(m.reconciliationActionLabels), len(m.reconciliationErrorLabels))
    	}
    }
    
    func TestScaleUp(t *testing.T) {
    	tc := testCase{
    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