Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmRepo ¶
HelmRepo wraps the gorm HelmRepo model
func (*HelmRepo) GetChart ¶
func (hr *HelmRepo) GetChart( repo repository.Repository, chartName, chartVersion string, ) (*chart.Chart, error)
GetChart retrieves a Porter chart for a given helm repo
func (*HelmRepo) ListCharts ¶
func (hr *HelmRepo) ListCharts(repo repository.Repository) ([]*models.PorterChartList, error)
ListCharts lists Porter charts for a given helm repo
Click to show internal directories.
Click to hide internal directories.