Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultOptions = template.Options{}
DefaultOptions contains the default settings.
Functions ¶
Types ¶
type Spec ¶
type Spec struct { // Init Init []string // InitScriptTemplateURL provides a URL to a template that is used to generaete Init InitScriptTemplateURL string // Tags Tags map[string]string // Attachments are instructions for external entities that should be attached to the instance. Attachments []instance.Attachment }
Spec is the model of the Properties section of the top level group spec.
Click to show internal directories.
Click to hide internal directories.