Documentation ¶
Index ¶
- func NewRepo(config config.Repo) (templaterepo.TemplateRepo, error)
- type Metadata
- type Repo
- func (h *Repo) DeleteChart(name string, version string) error
- func (h *Repo) ExistChart(name string, version string) (bool, error)
- func (h *Repo) GetChart(name string, version string, lastSyncAt time.Time) (*chart.Chart, error)
- func (h *Repo) GetLoc() string
- func (h *Repo) UploadChart(chartPkg *chart.Chart) error
- type Stat
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRepo ¶
func NewRepo(config config.Repo) (templaterepo.TemplateRepo, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.