summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/containers.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-11-18 21:57:16 +0100
committerGitHub <noreply@github.com>2021-11-18 21:57:16 +0100
commitb24110ea568e07e76be5a8df2443767494d6490c (patch)
tree6ad5b6e5099df507ff1cf1bff64624224f0a8879 /pkg/domain/entities/containers.go
parent0376e6092c850435b4740876045fdccb467cafd8 (diff)
parent7098463e7808c4a59c5a6404127ffad0863625b1 (diff)
downloadpodman-b24110ea568e07e76be5a8df2443767494d6490c.tar.gz
podman-b24110ea568e07e76be5a8df2443767494d6490c.tar.bz2
podman-b24110ea568e07e76be5a8df2443767494d6490c.zip
Merge pull request #12333 from rst0git/file-locks
Add --file-locks checkpoint/restore option
Diffstat (limited to 'pkg/domain/entities/containers.go')
-rw-r--r--pkg/domain/entities/containers.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/domain/entities/containers.go b/pkg/domain/entities/containers.go
index 1a4019bb1..1677c067f 100644
--- a/pkg/domain/entities/containers.go
+++ b/pkg/domain/entities/containers.go
@@ -191,6 +191,7 @@ type CheckpointOptions struct {
WithPrevious bool
Compression archive.Compression
PrintStats bool
+ FileLocks bool
}
type CheckpointReport struct {
@@ -215,6 +216,7 @@ type RestoreOptions struct {
PublishPorts []string
Pod string
PrintStats bool
+ FileLocks bool
}
type RestoreReport struct {