mirror of
https://github.com/moby/moby.git
synced 2026-01-12 03:01:38 +00:00
The BuildCache.Parent field was removed in API v1.42 in [moby@e0db820]. While we had to keep the Go struct field around to backfil the field for older API versions, it's no longer part of API v1.42 and up (using the "omitempty" is just an implementation detail). This patch corrects the swagger files to match this. [moby@e0db820]:e0db8207f3Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commita5d9619093) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>