|
@@ -1,32 +1,11 @@
|
|
|
package types
|
|
|
|
|
|
import (
|
|
|
- "github.com/docker/docker/api/types/checkpoint"
|
|
|
"github.com/docker/docker/api/types/container"
|
|
|
"github.com/docker/docker/api/types/image"
|
|
|
"github.com/docker/docker/api/types/swarm"
|
|
|
)
|
|
|
|
|
|
-// CheckpointCreateOptions holds parameters to create a checkpoint from a container.
|
|
|
-//
|
|
|
-// Deprecated: use [checkpoint.CreateOptions].
|
|
|
-type CheckpointCreateOptions = checkpoint.CreateOptions
|
|
|
-
|
|
|
-// CheckpointListOptions holds parameters to list checkpoints for a container
|
|
|
-//
|
|
|
-// Deprecated: use [checkpoint.ListOptions].
|
|
|
-type CheckpointListOptions = checkpoint.ListOptions
|
|
|
-
|
|
|
-// CheckpointDeleteOptions holds parameters to delete a checkpoint from a container
|
|
|
-//
|
|
|
-// Deprecated: use [checkpoint.DeleteOptions].
|
|
|
-type CheckpointDeleteOptions = checkpoint.DeleteOptions
|
|
|
-
|
|
|
-// Checkpoint represents the details of a checkpoint when listing endpoints.
|
|
|
-//
|
|
|
-// Deprecated: use [checkpoint.Summary].
|
|
|
-type Checkpoint = checkpoint.Summary
|
|
|
-
|
|
|
// ImageDeleteResponseItem image delete response item.
|
|
|
//
|
|
|
// Deprecated: use [image.DeleteResponse].
|