Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultHome = filepath.Join(os.TempDir(), ".helm")
)
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { GetIndexFile(e *repo.Entry) (*repo.IndexFile, error) GetChart(conf repo.Entry, ref string) (*chart.Chart, error) }
Interface represents an interface for the repositories manager.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager is responsible for dealing with helm repositories.
Click to show internal directories.
Click to hide internal directories.