MCPcopy
hub / github.com/lima-vm/lima / WriteFile

Struct WriteFile

pkg/cidata/cloudinittypes/userdata.go:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45type WriteFile struct {
46 Content string `yaml:"content"`
47 Owner string `yaml:"owner,omitempty"`
48 Path string `yaml:"path"`
49 Permissions string `yaml:"permissions,omitempty"` // TODO: check if int is allowed too
50}
51
52type ResolvConf struct {
53 Nameservers []string `yaml:"nameservers,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected