Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fakeClearQuota (0.1 sec)

  1. pkg/volume/util/fsquota/quota_linux_test.go

    }
    
    func fakeAssignQuota(path string, poduid types.UID, bytes int64) error {
    	dummySetFSInfo(path)
    	return AssignQuota(dummyQuotaTest(), path, poduid, resource.NewQuantity(bytes, resource.DecimalSI))
    }
    
    func fakeClearQuota(path string) error {
    	dummySetFSInfo(path)
    	return ClearQuota(dummyQuotaTest(), path)
    }
    
    type quotaTestCase struct {
    	name                             string
    	path                             string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top