Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Control ¶
type Control struct {
// contains filtered or unexported fields
}
Control - Context to be used by storage driver (e.g. overlay) who wants to apply project quotas to container dirs
func NewControl ¶
Then try to create a test directory with the next project id and set a quota on it. If that works, continue to scan existing containers to map allocated project ids.
func (*Control) ClearQuota ¶ added in v0.46.1
ClearQuota removes the map entry in the quotas map for targetPath. It does so to prevent the map leaking entries as directories are deleted.
func (*Control) GetDiskUsage ¶ added in v0.46.1
GetDiskUsage - get the current disk usage of a directory that was configured with SetQuota
Click to show internal directories.
Click to hide internal directories.