Merge pull request #51006 from thaJeztah/client_remove_ContainerCount

client: remove deprecated ImageListOptions.ContainerCount
This commit is contained in:
Sebastiaan van Stijn
2025-09-19 10:17:25 +02:00
committed by GitHub
2 changed files with 0 additions and 10 deletions

View File

@@ -14,11 +14,6 @@ type ImageListOptions struct {
// SharedSize indicates whether the shared size of images should be computed.
SharedSize bool
// ContainerCount indicates whether container count should be computed.
//
// Deprecated: This field has been unused and is no longer required and will be removed in a future version.
ContainerCount bool
// Manifests indicates whether the image manifests should be returned.
Manifests bool
}

View File

@@ -14,11 +14,6 @@ type ImageListOptions struct {
// SharedSize indicates whether the shared size of images should be computed.
SharedSize bool
// ContainerCount indicates whether container count should be computed.
//
// Deprecated: This field has been unused and is no longer required and will be removed in a future version.
ContainerCount bool
// Manifests indicates whether the image manifests should be returned.
Manifests bool
}