proxyimgutil

package
v2.0.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDiskUtil

func NewDiskUtil(_ context.Context) imgutil.ImageDiskManager

NewDiskUtil returns a new instance of ImageDiskManager that uses both QEMU and native image utilities.

Types

type ImageDiskManager

type ImageDiskManager struct {
	// contains filtered or unexported fields
}

ImageDiskManager is a proxy implementation of imgutil.ImageDiskManager that uses both QEMU and native image utilities.

func (*ImageDiskManager) ConvertToRaw

func (p *ImageDiskManager) ConvertToRaw(ctx context.Context, source, dest string, size *int64, allowSourceWithBackingFile bool) error

ConvertToRaw converts a disk image to raw format.

func (*ImageDiskManager) CreateDisk

func (p *ImageDiskManager) CreateDisk(ctx context.Context, disk string, size int64) error

CreateDisk creates a new disk image with the specified size.

func (*ImageDiskManager) MakeSparse

func (p *ImageDiskManager) MakeSparse(ctx context.Context, f *os.File, offset int64) error

func (*ImageDiskManager) ResizeDisk

func (p *ImageDiskManager) ResizeDisk(ctx context.Context, disk string, size int64) error

ResizeDisk resizes an existing disk image to the specified size.

Jump to

Keyboard shortcuts

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