mirror of
https://github.com/containers/podman.git
synced 2025-11-02 14:55:28 +08:00
chore: fix function names in comment
Signed-off-by: findnature <cricis@aliyun.com>
This commit is contained in:
@ -222,7 +222,7 @@ func CRRuntimeSupportsCheckpointRestore(runtimePath string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// CRRuntimeSupportsCheckpointRestore tests if the runtime at 'runtimePath'
|
||||
// CRRuntimeSupportsPodCheckpointRestore tests if the runtime at 'runtimePath'
|
||||
// supports restoring into existing Pods. The runtime needs to support
|
||||
// the CRIU option --lsm-mount-context and the existence of this is checked
|
||||
// by this function. In addition it is necessary to at least have CRIU 3.16.
|
||||
|
||||
@ -26,7 +26,7 @@ type listLocal struct {
|
||||
options listBuilderOptions
|
||||
}
|
||||
|
||||
// newLocalManifestListBuilder returns a manifest list builder which saves a
|
||||
// newManifestListBuilder returns a manifest list builder which saves a
|
||||
// manifest list and images to local storage.
|
||||
func newManifestListBuilder(listName string, localEngine entities.ImageEngine, options listBuilderOptions) *listLocal {
|
||||
return &listLocal{
|
||||
|
||||
Reference in New Issue
Block a user