Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmRepository ¶
HelmRepository is an individual repository entry in the Helm repository configuration.
type HelmRepositoryConfig ¶
type HelmRepositoryConfig struct {
Repositories []HelmRepository `yaml:"repositories"`
}
HelmRepositoryConfig is a container for Helm repository configurations.
func (*HelmRepositoryConfig) Load ¶
func (c *HelmRepositoryConfig) Load() error
Load attempts to load the current Helm repository configuration.
type Parser ¶
type Parser struct { // Reader to use for the "-" specification. Reader io.Reader // Configuration of Helm repositories to consider when processing "helm://" URLs. HelmRepositoryConfig HelmRepositoryConfig }
Click to show internal directories.
Click to hide internal directories.