imgutil

package
v2.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2026 License: Apache-2.0 Imports: 3 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(ctx context.Context, disk string, size int64) error

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

	// Convert converts a disk image to the specified format.
	Convert(ctx context.Context, imageType image.Type, source, dest string, size *int64, allowSourceWithBackingFile bool) error

	// MakeSparse makes a file sparse, starting from the specified offset.
	MakeSparse(ctx context.Context, 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