Versions in this module Expand all Collapse all v1 v1.0.0 Oct 13, 2021 Changes in this version + var FakeVolumeQuotaManagerName types.VolumeType = "fakeVolumeQuotaManager" + type VolumeQuotaManager interface + GetVolumes func(pod *v1.Pod) (map[string]*types.PathInfo, error) + Name func() types.VolumeType + func NewEmptyDirQuota(offlineSize *types.DiskQuotaSize, kubeletRootDir string) VolumeQuotaManager + func NewFakeVolumeQuotaManager(pathInfos map[apiType.UID]map[string]*types.PathInfo) VolumeQuotaManager + func NewHostPathQuota(offlineSize *types.DiskQuotaSize) VolumeQuotaManager + func NewRootFsDiskQuota(runtimeName string, offlineSize *types.DiskQuotaSize) VolumeQuotaManager