Skip to content

dsdk / v1.47 / BuildPruneData

Type Alias: BuildPruneData ​

BuildPruneData: object

Type declaration ​

NameTypeDescription
query?object-
query.all?booleanRemove all types of build cache
query.filters?stringA JSON encoded value of the filters (a map[string][]string) to process on the list of build cache objects. Available filters: - until=<timestamp> remove cache older than <timestamp>. The <timestamp> can be Unix timestamps, date formatted timestamps, or Go duration strings (e.g. 10m, 1h30m) computed relative to the daemon's local time. - id=<id> - parent=<id> - type=<string> - description=<string> - inuse - shared - private
query.keep-storage?numberAmount of disk space in bytes to keep for cache