summaryrefslogtreecommitdiff
path: root/pkg/domain/entities
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-03-07 14:25:52 -0500
committerGitHub <noreply@github.com>2021-03-07 14:25:52 -0500
commitb7c00f2cc03499d5d385a7aa7e8cd35d0ab994d7 (patch)
tree34c26d2853a0f231cb93d0b451326f894ae986d0 /pkg/domain/entities
parent4174b06a4b45b94cdd35a1f4b4d142266cd9cb78 (diff)
parent9fc29f63e0dedea0dbe03e5baf012b6bf5ab51b9 (diff)
downloadpodman-b7c00f2cc03499d5d385a7aa7e8cd35d0ab994d7.tar.gz
podman-b7c00f2cc03499d5d385a7aa7e8cd35d0ab994d7.tar.bz2
podman-b7c00f2cc03499d5d385a7aa7e8cd35d0ab994d7.zip
Merge pull request #9647 from mlegenovic/master
Compat API: Fix the response of 'push image' endpoint
Diffstat (limited to 'pkg/domain/entities')
-rw-r--r--pkg/domain/entities/images.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go
index 19109f873..7999d8209 100644
--- a/pkg/domain/entities/images.go
+++ b/pkg/domain/entities/images.go
@@ -203,6 +203,8 @@ type ImagePushOptions struct {
SignBy string
// SkipTLSVerify to skip HTTPS and certificate verification.
SkipTLSVerify types.OptionalBool
+ // Progress to get progress notifications
+ Progress chan types.ProgressProperties
}
// ImageSearchOptions are the arguments for searching images.