diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-29 18:53:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 18:53:06 +0200 |
commit | 06dce0c7709f3890ec3dad7993c24c5cdaaf62f9 (patch) | |
tree | e91e17ca9c46540aedbec46e7268ba5f65b24d0c /pkg/domain/entities/images.go | |
parent | 27aa3a7837fa1c5379ff7ca1a9dcd6416b2ac685 (diff) | |
parent | a9cc13448ee3185bb63f4c3eef94e755e79b8571 (diff) | |
download | podman-06dce0c7709f3890ec3dad7993c24c5cdaaf62f9.tar.gz podman-06dce0c7709f3890ec3dad7993c24c5cdaaf62f9.tar.bz2 podman-06dce0c7709f3890ec3dad7993c24c5cdaaf62f9.zip |
Merge pull request #5949 from jwhonce/jira/796
V2 Restore images list tests
Diffstat (limited to 'pkg/domain/entities/images.go')
-rw-r--r-- | pkg/domain/entities/images.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index 69af365c0..74f27e25f 100644 --- a/pkg/domain/entities/images.go +++ b/pkg/domain/entities/images.go @@ -218,6 +218,7 @@ type ImageSearchReport struct { Automated string } +// Image List Options type ImageListOptions struct { All bool `json:"all" schema:"all"` Filter []string `json:"Filter,omitempty"` |