package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

SupportsQuotas determines whether the filesystem supports quotas.

# Constants

BadQuotaID -- Invalid quota.
FSQuotaAccounting for quotas for accounting only.
FSQuotaEnforcing for quotas for enforcement.
UnknownQuotaID -- cannot determine whether a quota is in force.

# Variables

FirstQuota is the quota ID we start with.
Ignore options etc.
MountsFile is the location of the system mount data.

# Structs

VolumeProvider supplies a quota applier to the generic code.

# Interfaces

LinuxVolumeQuotaApplier is a generic interface to any quota mechanism supported by Linux.
LinuxVolumeQuotaProvider returns an appropriate quota applier object if we can support quotas on this device.

# Type aliases

QuotaID is generic quota identifier.
QuotaType -- type of quota to be applied.