package common
import "k8s.io/kubernetes/pkg/volume/util/fsquota/common"
Index ¶
Types ¶
type QuotaID ¶
type QuotaID int32
QuotaID is generic quota identifier. Data type based on quotactl(2).
const ( // UnknownQuotaID -- cannot determine whether a quota is in force UnknownQuotaID QuotaID = -1 // BadQuotaID -- Invalid quota BadQuotaID QuotaID = 0 )
Source Files ¶
quota_common.go
- Version
- v1.27.0-beta.0
- Published
- Mar 16, 2023
- Platform
- js/wasm
- Last checked
- 2 minutes ago –
Tools for package owners.