package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Dec 11, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ApplicationFile struct {
Chart *Chart `yaml:"chart"`
ImageTags map[string]string `yaml:"imageTags"`
}
type Chart struct {
Name string `yaml:"name"`
Version string `yaml:"version"`
Index Index `yaml:"index"`
}
type Index struct {
Name string `yaml:"name"`
URL string `yaml:"url"`
}
type Toolset struct {
Name string `yaml:"name"`
Versions []*Version `yaml:"versions"`
}
type Toolsets struct {
Toolsets []*Toolset `yaml:"Toolsets"`
}
type Version struct {
Version string `yaml:"version"`
Applications []*Application `yaml:"applications"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.