imgutil

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageDiskManager

type ImageDiskManager interface {
	// CreateDisk creates a new disk image with the specified size.
	CreateDisk(disk string, size int64) error

	// ResizeDisk resizes an existing disk image to the specified size.
	ResizeDisk(disk string, size int64) error

	// ConvertToRaw converts a disk image to raw format.
	ConvertToRaw(source, dest string, size *int64, allowSourceWithBackingFile bool) error

	// MakeSparse makes a file sparse, starting from the specified offset.
	MakeSparse(f *os.File, offset int64) error
}

ImageDiskManager defines the common operations for disk image utilities.

Directories

Path Synopsis
Package nativeimgutil provides image utilities that do not depend on `qemu-img` binary.
Package nativeimgutil provides image utilities that do not depend on `qemu-img` binary.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL