Преглед на файлове

api/types: remove deprecated image-types

These types were deprecated in 48cacbca24c48d451db6e6bfbb08dffa36d97078
(v25.0), and moved to api/types/image.

This patch removes the aliases for;

- api/types.ImageDeleteResponseItem
- api/types.ImageSummary
- api/types.ImageMetadata

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn преди 1 година
родител
ревизия
49637d0206
променени са 1 файла, в които са добавени 0 реда и са изтрити 15 реда
  1. 0 15
      api/types/types_deprecated.go

+ 0 - 15
api/types/types_deprecated.go

@@ -6,21 +6,6 @@ import (
 	"github.com/docker/docker/api/types/swarm"
 )
 
-// ImageDeleteResponseItem image delete response item.
-//
-// Deprecated: use [image.DeleteResponse].
-type ImageDeleteResponseItem = image.DeleteResponse
-
-// ImageSummary image summary.
-//
-// Deprecated: use [image.Summary].
-type ImageSummary = image.Summary
-
-// ImageMetadata contains engine-local data about the image.
-//
-// Deprecated: use [image.Metadata].
-type ImageMetadata = image.Metadata
-
 // ServiceCreateResponse contains the information returned to a client
 // on the creation of a new service.
 //