Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigMediaType = "application/vnd.onmetal.image.config.v1alpha1+json" RootFSLayerMediaType = "application/vnd.onmetal.image.rootfs.v1alpha1.rootfs" InitRAMFSLayerMediaType = "application/vnd.onmetal.image.initramfs.v1alpha1.initramfs" KernelLayerMediaType = "application/vnd.onmetal.image.vmlinuz.v1alpha1.vmlinuz" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Image ¶
type Image struct { // Config holds additional configuration for a machine / machine pool using the image. Config Config // RootFS is the layer containing the root file system. RootFS image.Layer // InitRAMFs is the layer containing the initramfs / initrd. InitRAMFs image.Layer // Kernel is the layer containing the kernel. Kernel image.Layer }
Image is an onmetal image.
Click to show internal directories.
Click to hide internal directories.