mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Merge pull request #51006 from thaJeztah/client_remove_ContainerCount
client: remove deprecated ImageListOptions.ContainerCount
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
5
vendor/github.com/moby/moby/client/image_list_opts.go
generated
vendored
5
vendor/github.com/moby/moby/client/image_list_opts.go
generated
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user