Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for resourcequotas (0.15 sec)

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

    			core.ResourceLimitsEphemeralStorage:   resource.MustParse("10000"),
    		},
    	}
    	resourceQuota := &core.ResourceQuota{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "abc",
    			Namespace: "foo",
    		},
    		Spec: spec,
    	}
    
    	if errs := ValidateResourceQuota(resourceQuota); len(errs) != 0 {
    		t.Errorf("expected success: %v", errs)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    ### Bug or Regression
    
    - Count pod overhead against an entity's ResourceQuota ([#99600](https://github.com/kubernetes/kubernetes/pull/99600), [@gjkim42](https://github.com/gjkim42)) [SIG API Machinery and Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top