package
Version:
v1.0.13
Opens a new window with list of versions in this module.
Published: Jun 26, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Chart struct {
URL string `json:"url" yaml:"url"`
Version string `json:"version" yaml:"version"`
Name string `json:"name" yaml:"name"`
Path string `json:"path" yaml:"path"`
}
type Spec struct {
Chart Chart `json:"chart" yaml:"chart"`
Values values.Values `json:"values" yaml:"values"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.