Expand description
Read-only, secret-safe native cache status queries.
Native cache ownership remains with Docker Engine, the selected BuildKit
builder, or containerd. Queries use only supported native CLI surfaces and
never inspect /var/lib/docker, containerd roots, BuildKit state, or any
other implementation-private storage. Raw command output is discarded after
conversion into the closed, serializable contract below.
Structs§
- Buildx
Cache Query - Read-only BuildKit cache query backed by Docker Buildx.
- Containerd
Cache Query - Explicitly unsupported containerd cache query.
- Docker
Cache Query - Read-only Docker Engine cache query.
- Native
Cache Record - Aggregate facts for one stable cache category.
- Native
Cache Status - Stable, deterministic, secret-safe native cache status.
Enums§
- Cache
Query Status - Outcome of a bounded native cache query.
- Native
Cache Owner - The native component that owns the reported cache.
- Native
Cache Record Kind - A stable cache category. Unknown native labels are rejected instead of entering the output contract as free-form strings.
Constants§
- NATIVE_
CACHE_ STATUS_ SCHEMA_ VERSION - Version of the stable native-cache status JSON contract.