Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestValidateHorizontalPodAutoscaler (0.53 sec)

  1. pkg/apis/autoscaling/validation/validation_test.go

    						Type:               autoscaling.UtilizationMetricType,
    						AverageUtilization: utilpointer.Int32(70),
    					},
    				},
    			}},
    			Behavior: &b,
    		},
    	}
    }
    
    func TestValidateHorizontalPodAutoscaler(t *testing.T) {
    	metricLabelSelector, err := metav1.ParseToLabelSelector("label=value")
    	if err != nil {
    		t.Errorf("unable to parse label selector: %v", err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 56.7K bytes
    - Viewed (0)
Back to top