Documentation
¶
Overview ¶
Useful for 1 allowing the user to update the cloud-init file without restarting the serer. Also validates a users cloud-init data and has helpers for managing milpa data
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ItzoVersionPath = itzoDir + "/itzo_version" ItzoURLPath = itzoDir + "/itzo_url" )
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) AddItzoURL ¶
func (*File) AddItzoVersion ¶
Adds an itzo version number to cloud-init file. If the user didn't specify "latest" but they left off the leading 'v' then add it on (itzo files are named like: itzo-v1.2.3)
func (*File) AddKipFile ¶
func (*File) ResetInstanceData ¶
func (f *File) ResetInstanceData()
Click to show internal directories.
Click to hide internal directories.