Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Molecule ¶
type Molecule struct { // Atoms is the list of atoms in this Molecule. The first element in // this list is the top most layer in the overlayfs. Atoms []ispec.Descriptor // contains filtered or unexported fields }
func BuildMoleculeFromOCI ¶
func BuildMoleculeFromOCI(opts MountOCIOpts) (Molecule, error)
type MountOCIOpts ¶
type MountOCIOpts struct { OCIDir string MetadataPath string Tag string Target string AllowMissingVerityData bool }
func (MountOCIOpts) AtomsPath ¶
func (c MountOCIOpts) AtomsPath(parts ...string) string
func (MountOCIOpts) MountedAtomsPath ¶
func (c MountOCIOpts) MountedAtomsPath(parts ...string) string
Click to show internal directories.
Click to hide internal directories.