Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("repository not found")
Functions ¶
Types ¶
type Config ¶
type Config interface {
In([]Config) bool
Install(*helm.EnvSettings, *repo.File) error
Name() string
URL() string
}
Config is an interface to manage particular helm repository.
func UnmarshalYAML ¶ added in v0.16.6
UnmarshalYAML is an unmarshaller for gopkg.in/yaml.v2 to parse YAML into `Config` interface.
Click to show internal directories.
Click to hide internal directories.