aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com
diff options
context:
space:
mode:
authorRadostin Stoyanov <radostin@redhat.com>2022-04-12 18:46:17 +0100
committerRadostin Stoyanov <radostin@redhat.com>2022-04-20 18:52:41 +0100
commitfca3397dc985047e414894d6cb1623272e20eb40 (patch)
treee441ca644c69de5fcd83e4611c299dd0e0c222bc /vendor/github.com
parent6250667aa1c1057f77b1f5c19af2015006eb1af5 (diff)
downloadpodman-fca3397dc985047e414894d6cb1623272e20eb40.tar.gz
podman-fca3397dc985047e414894d6cb1623272e20eb40.tar.bz2
podman-fca3397dc985047e414894d6cb1623272e20eb40.zip
Update github.com/checkpoint-restore/checkpointctl
The changes in this commit have been generated with the following commands: go get github.com/checkpoint-restore/checkpointctl make vendor Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
Diffstat (limited to 'vendor/github.com')
-rw-r--r--vendor/github.com/checkpoint-restore/checkpointctl/lib/metadata.go17
1 files changed, 10 insertions, 7 deletions
diff --git a/vendor/github.com/checkpoint-restore/checkpointctl/lib/metadata.go b/vendor/github.com/checkpoint-restore/checkpointctl/lib/metadata.go
index 712fd2d50..3b1abd928 100644
--- a/vendor/github.com/checkpoint-restore/checkpointctl/lib/metadata.go
+++ b/vendor/github.com/checkpoint-restore/checkpointctl/lib/metadata.go
@@ -48,13 +48,16 @@ const (
// kubelet archive
CheckpointedPodsFile = "checkpointed.pods"
// container archive
- ConfigDumpFile = "config.dump"
- SpecDumpFile = "spec.dump"
- NetworkStatusFile = "network.status"
- CheckpointDirectory = "checkpoint"
- DevShmCheckpointTar = "devshm-checkpoint.tar"
- RootFsDiffTar = "rootfs-diff.tar"
- DeletedFilesFile = "deleted.files"
+ ConfigDumpFile = "config.dump"
+ SpecDumpFile = "spec.dump"
+ NetworkStatusFile = "network.status"
+ CheckpointDirectory = "checkpoint"
+ CheckpointVolumesDirectory = "volumes"
+ DevShmCheckpointTar = "devshm-checkpoint.tar"
+ RootFsDiffTar = "rootfs-diff.tar"
+ DeletedFilesFile = "deleted.files"
+ DumpLogFile = "dump.log"
+ RestoreLogFile = "restore.log"
// pod archive
PodOptionsFile = "pod.options"
PodDumpFile = "pod.dump"