Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
0fe1af95f3ea1a5c75988faf2e536867716fe3e0
/
.
/
daemon
/
server
/
buildbackend
/
build.go
blob: bcab277079603f6a69f07dde6fbfe4920e014e07 [
file
] [
log
] [
blame
]
package buildbackend
import "github.com/moby/moby/api/types/filters"
type CachePruneOptions struct {
All bool
ReservedSpace int64
MaxUsedSpace int64
MinFreeSpace int64
Filters filters.Args
}