package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: Dec 19, 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"`
Crds []string `yaml:"crds,omitempty"`
}
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"`
Applications []*Application `yaml:"applications"`
}
type Toolsets struct {
Toolsets []*Toolset `yaml:"Toolsets"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.