Documentation
¶
Index ¶
- type Repo
- func (r *Repo) Fetch(name string, version string) (string, error)
- func (r *Repo) GetChartDetails(name string, version string) (*types.ChartDetails, error)
- func (r *Repo) Has(name string, version string) (bool, error)
- func (r *Repo) List() ([]string, error)
- func (r *Repo) ListChartVersions(name string) ([]string, error)
- func (r *Repo) Reload() error
- func (r *Repo) Upload(filepath string, metadata *chart.Metadata) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
Repo allows to operate a chart repository.
func (*Repo) GetChartDetails ¶
GetChartDetails returns the details of a chart
func (*Repo) ListChartVersions ¶
ListChartVersions lists all versions of a chart
Click to show internal directories.
Click to hide internal directories.