Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for makeTestPVC (0.1 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    	boundPVCNode1a      = makeTestPVC("unbound-pvc", "1G", "", pvcBound, "pv-node1a", "1", &waitClass)
    	immediateUnboundPVC = makeTestPVC("immediate-unbound-pvc", "1G", "", pvcUnbound, "", "1", &immediateClass)
    	immediateBoundPVC   = makeTestPVC("immediate-bound-pvc", "1G", "", pvcBound, "pv-bound-immediate", "1", &immediateClass)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. plugin/pkg/admission/noderestriction/admission_test.go

    			oldObj: makeTestPVC(
    				api.PersistentVolumeClaimResizing,
    				"10G", nil,
    			),
    			subresource: "",
    			newObj: makeTestPVC(
    				"", "10G", nil,
    			),
    			expectError: "is forbidden: may only update PVC status",
    		},
    		{
    			name: "should allow capacity and condition updates, if expansion is enabled",
    			oldObj: makeTestPVC(
    				api.PersistentVolumeClaimResizing,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
Back to top