Documentation
¶
Overview ¶
package checkpointdelete provides options for the container checkpoint delete.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SetContainerCheckpointDeleteOption ¶
type SetContainerCheckpointDeleteOption func(*checkpoint.DeleteOptions) error
SetContainerCheckpointDeleteOption is a function that sets a parameter for the container checkpoint delete.
func WithCheckpointDir ¶
func WithCheckpointDir(dir string) SetContainerCheckpointDeleteOption
WithCheckpointDir sets the checkpoint dir.
func WithCheckpointID ¶
func WithCheckpointID(id string) SetContainerCheckpointDeleteOption
WithCheckpointID sets the checkpoint id.
Click to show internal directories.
Click to hide internal directories.