summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/containers.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-02 00:13:21 +0200
committerGitHub <noreply@github.com>2020-04-02 00:13:21 +0200
commit79f191cb5933ac0d3f64d123d8b8e6fec8e2a9c9 (patch)
tree055e000b03084fbd41cd7f9b6cf8c3c407f397c0 /pkg/domain/entities/containers.go
parent0f357be5aeaa5dc651659cf0945a58780641e77d (diff)
parentbb39051616fbce12b4cb3135a62c7747273ab0aa (diff)
downloadpodman-79f191cb5933ac0d3f64d123d8b8e6fec8e2a9c9.tar.gz
podman-79f191cb5933ac0d3f64d123d8b8e6fec8e2a9c9.tar.bz2
podman-79f191cb5933ac0d3f64d123d8b8e6fec8e2a9c9.zip
Merge pull request #5697 from baude/v2export
podmanv2 export
Diffstat (limited to 'pkg/domain/entities/containers.go')
-rw-r--r--pkg/domain/entities/containers.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/domain/entities/containers.go b/pkg/domain/entities/containers.go
index b7f1cd812..d51124f55 100644
--- a/pkg/domain/entities/containers.go
+++ b/pkg/domain/entities/containers.go
@@ -117,3 +117,7 @@ type CommitOptions struct {
type CommitReport struct {
Id string
}
+
+type ContainerExportOptions struct {
+ Output string
+}