cidata

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2021 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteTemplate

func ExecuteTemplate(args TemplateArgs) ([]iso9660util.Entry, error)

func GenerateISO9660

func GenerateISO9660(instDir, name string, y *limayaml.LimaYAML, udpDNSLocalPort, tcpDNSLocalPort int, nerdctlArchive string) error

func GuestAgentBinary

func GuestAgentBinary(arch string) (io.ReadCloser, error)

func ValidateTemplateArgs

func ValidateTemplateArgs(args TemplateArgs) error

Types

type Containerd

type Containerd struct {
	System bool
	User   bool
}

type Network

type Network struct {
	MACAddress string
	Interface  string
}

type TemplateArgs

type TemplateArgs struct {
	Name            string // instance name
	IID             string // instance id
	User            string // user name
	UID             int
	SSHPubKeys      []string
	Mounts          []string // abs path, accessible by the User
	Containerd      Containerd
	Networks        []Network
	SlirpNICName    string
	SlirpGateway    string
	SlirpDNS        string
	UDPDNSLocalPort int
	TCPDNSLocalPort int
	Env             map[string]string
	DNSAddresses    []string
}

Jump to

Keyboard shortcuts

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