mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 09:33:52 +00:00
Apply quotas via syscalls using cgo.
This commit is contained in:
committed by
Robert Krawitz
parent
5b97b2860d
commit
448e0c44c6
@@ -103,8 +103,9 @@ type Attributes struct {
|
||||
|
||||
// MounterArgs provides more easily extensible arguments to Mounter
|
||||
type MounterArgs struct {
|
||||
FsGroup *int64
|
||||
PodUID string
|
||||
FsGroup *int64
|
||||
DesiredSize int64
|
||||
PodUID string
|
||||
}
|
||||
|
||||
// Mounter interface provides methods to set up/mount the volume.
|
||||
|
Reference in New Issue
Block a user