containerdisk

package
v0.49.0 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2022 License: Apache-2.0 Imports: 14 Imported by: 5

Documentation

Index

Constants

View Source
const (
	DiskSourceFallbackPath = "/disk"
)
View Source
const KernelBootName = "kernel-boot"
View Source
const KernelBootVolumeName = KernelBootName + "-volume"

Variables

This section is empty.

Functions

func CreateEphemeralImages added in v0.20.0

func CreateEphemeralImages(
	vmi *v1.VirtualMachineInstance,
	diskCreator ephemeraldisk.EphemeralDiskCreatorInterface,
	disksInfo map[string]*DiskInfo,
) error

func ExtractImageIDsFromSourcePod added in v0.47.0

func ExtractImageIDsFromSourcePod(vmi *v1.VirtualMachineInstance, sourcePod *kubev1.Pod) (imageIDs map[string]string, err error)

ExtractImageIDsFromSourcePod takes the VMI and its source pod to determine the exact image used by containerdisks and boot container images, which is recorded in the status section of a started pod. It returns a map where the key is the vlume name and the value is the imageID

func GenerateContainers

func GenerateContainers(vmi *v1.VirtualMachineInstance, imageIDs map[string]string, podVolumeName string, binVolumeName string) []kubev1.Container

func GenerateInitContainers added in v0.34.0

func GenerateInitContainers(vmi *v1.VirtualMachineInstance, imageIDs map[string]string, podVolumeName string, binVolumeName string) []kubev1.Container

func GenerateKernelBootContainer added in v0.42.0

func GenerateKernelBootContainer(vmi *v1.VirtualMachineInstance, imageIDs map[string]string, podVolumeName string, binVolumeName string) *kubev1.Container

func GenerateKernelBootInitContainer added in v0.47.0

func GenerateKernelBootInitContainer(vmi *v1.VirtualMachineInstance, imageIDs map[string]string, podVolumeName string, binVolumeName string) *kubev1.Container

func GetDiskTargetDirFromHostView added in v0.42.0

func GetDiskTargetDirFromHostView(vmi *v1.VirtualMachineInstance) (string, error)

func GetDiskTargetPartFromLauncherView added in v0.20.0

func GetDiskTargetPartFromLauncherView(volumeIndex int) (string, error)

GetDiskTargetPartFromLauncherView returns (path to disk image, image type, and error)

func GetDiskTargetPathFromHostView added in v0.29.0

func GetDiskTargetPathFromHostView(vmi *v1.VirtualMachineInstance, volumeIndex int) (string, error)

func GetDiskTargetPathFromLauncherView added in v0.29.0

func GetDiskTargetPathFromLauncherView(volumeIndex int) string

func GetImage added in v0.20.0

func GetImage(root string, imagePath string) (string, error)

func GetKernelBootArtifactPathFromLauncherView added in v0.42.0

func GetKernelBootArtifactPathFromLauncherView(artifact string) string

func GetLegacyVolumeMountDirOnHost added in v0.29.0

func GetLegacyVolumeMountDirOnHost(vmi *v1.VirtualMachineInstance) string

func GetVolumeMountDirOnGuest added in v0.29.0

func GetVolumeMountDirOnGuest(vmi *v1.VirtualMachineInstance) string

func GetVolumeMountDirOnHost added in v0.29.0

func GetVolumeMountDirOnHost(vmi *v1.VirtualMachineInstance) (string, bool, error)

func SetKubeletPodsDirectory added in v0.30.0

func SetKubeletPodsDirectory(dir string)

func SetLocalDirectory

func SetLocalDirectory(dir string) error

func VerifyImage added in v0.20.0

func VerifyImage(diskInfo *DiskInfo) error

func VerifyQCOW2 added in v0.20.0

func VerifyQCOW2(diskInfo *DiskInfo) error

Types

type DiskInfo added in v0.20.0

type DiskInfo struct {
	Format      string `json:"format"`
	BackingFile string `json:"backing-filename"`
	ActualSize  int64  `json:"actual-size"`
	VirtualSize int64  `json:"virtual-size"`
}

type KernelBootSocketPathGetter added in v0.42.0

type KernelBootSocketPathGetter func(vmi *v1.VirtualMachineInstance) (string, error)

func NewKernelBootSocketPathGetter added in v0.42.0

func NewKernelBootSocketPathGetter(baseDir string) KernelBootSocketPathGetter

NewKernelBootSocketPathGetter get the socket pat of the kernel-boot containerDisk. For testing a baseDir can be provided which can for instance point to /tmp.

type SocketPathGetter added in v0.30.6

type SocketPathGetter func(vmi *v1.VirtualMachineInstance, volumeIndex int) (string, error)

func NewSocketPathGetter added in v0.30.6

func NewSocketPathGetter(baseDir string) SocketPathGetter

NewSocketPathGetter get the socket pat of a containerDisk. For testing a baseDir can be provided which can for instance point to /tmp.

Jump to

Keyboard shortcuts

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