Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest struct {
Name string `yaml:"name"`
Templates map[string]string `yaml:"templates"`
Packages []string `yaml:"packages"`
Properties map[string]PropertyDefinition `yaml:"properties"`
}
func NewManifestFromPath ¶
func NewManifestFromPath(path string, fs boshsys.FileSystem) (Manifest, error)
type PropertyDefinition ¶
type PropertyDefinition struct {
Description string `yaml:"description"`
Default interface{} `yaml:"default"`
}
Click to show internal directories.
Click to hide internal directories.