mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
api/types/volume: move DiskUsage type internal to daemon backend
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
@@ -38,7 +38,6 @@ import (
|
||||
networktypes "github.com/moby/moby/api/types/network"
|
||||
registrytypes "github.com/moby/moby/api/types/registry"
|
||||
"github.com/moby/moby/api/types/swarm"
|
||||
volumetypes "github.com/moby/moby/api/types/volume"
|
||||
"github.com/moby/sys/user"
|
||||
"github.com/moby/sys/userns"
|
||||
"github.com/pkg/errors"
|
||||
@@ -136,7 +135,7 @@ type Daemon struct {
|
||||
|
||||
usageContainers singleflight.Group[struct{}, *backend.ContainerDiskUsage]
|
||||
usageImages singleflight.Group[struct{}, []*imagetypes.Summary]
|
||||
usageVolumes singleflight.Group[struct{}, *volumetypes.DiskUsage]
|
||||
usageVolumes singleflight.Group[struct{}, *backend.VolumeDiskUsage]
|
||||
usageLayer singleflight.Group[struct{}, int64]
|
||||
|
||||
pruneRunning atomic.Bool
|
||||
|
||||
Reference in New Issue
Block a user