Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for quotaScopes (0.09 sec)

  1. pkg/quota/v1/evaluator/core/pods_test.go

    }
    
    func TestPodEvaluatorUsageStats(t *testing.T) {
    	cpu1 := api.ResourceList{api.ResourceCPU: resource.MustParse("1")}
    	tests := []struct {
    		name               string
    		objs               []runtime.Object
    		quotaScopes        []corev1.ResourceQuotaScope
    		quotaScopeSelector *corev1.ScopeSelector
    		want               corev1.ResourceList
    	}{
    		{
    			name: "nil case",
    		},
    		{
    			name: "all pods in running state",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 41.6K bytes
    - Viewed (0)
Back to top