Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPrintHPA (0.2 sec)

  1. pkg/printers/internalversion/printers_test.go

    	}
    	for i := range rows {
    		rows[i].Object.Object = nil
    	}
    	if !reflect.DeepEqual(expectedRows, rows) {
    		t.Errorf("mismatch: %s", cmp.Diff(expectedRows, rows))
    	}
    }
    
    func TestPrintHPA(t *testing.T) {
    	minReplicasVal := int32(2)
    	targetUtilizationVal := int32(80)
    	currentUtilizationVal := int32(50)
    	metricLabelSelector, err := metav1.ParseToLabelSelector("label=value")
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top