Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAdmitLimitedScopeWithCoverQuota (0.61 sec)

  1. plugin/pkg/admission/resourcequota/admission_test.go

    		t.Fatalf("Expected an error since the quota did not cover cpu")
    	}
    }
    
    // TestAdmitLimitedScopeWithQuota verifies if a limited scope is configured the quota must cover the resource.
    func TestAdmitLimitedScopeWithCoverQuota(t *testing.T) {
    	testCases := []struct {
    		description  string
    		testPod      *api.Pod
    		quota        *corev1.ResourceQuota
    		anotherQuota *corev1.ResourceQuota
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
Back to top