package
Version:
v0.9.0-rc1
Opens a new window with list of versions in this module.
Published: Mar 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CloudInit struct {
Files []File `yaml:"write_files,omitempty" json:"write_files,omitempty"`
RunCmds []string `yaml:"runcmd" json:"runcmd,omitempty"`
}
type File struct {
Path string `yaml:"path" json:"path,omitempty"`
Content string `yaml:"content" json:"content,omitempty"`
Permissions string `yaml:"permissions" json:"permissions,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.