cidata

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2022 License: Apache-2.0 Imports: 24 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 CACerts added in v0.10.0

type CACerts struct {
	RemoveDefaults *bool
	Trusted        []Cert
}

type Cert added in v0.10.0

type Cert struct {
	Lines []string
}

type Containerd

type Containerd struct {
	System bool
	User   bool
}

type Mount added in v0.10.0

type Mount struct {
	Tag     string
	Target  string // abs path, accessible by the User
	Type    string
	Options string
}

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          []Mount
	MountType       string
	Containerd      Containerd
	Networks        []Network
	SlirpNICName    string
	SlirpGateway    string
	SlirpDNS        string
	SlirpIPAddress  string
	UDPDNSLocalPort int
	TCPDNSLocalPort int
	Env             map[string]string
	DNSAddresses    []string
	CACerts         CACerts
}

Jump to

Keyboard shortcuts

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