Documentation ¶
Index ¶
- func Install(parent iris.Party)
- type ChInstall
- type Chart
- type Detail
- type Handler
- func (h *Handler) AddRepo() iris.Handler
- func (h *Handler) AllInstalled() iris.Handler
- func (h *Handler) DeleteRepo() iris.Handler
- func (h *Handler) GetAppDetail() iris.Handler
- func (h *Handler) GetChart() iris.Handler
- func (h *Handler) GetChartByVersion() iris.Handler
- func (h *Handler) GetChartForUpdate() iris.Handler
- func (h *Handler) GetRepo() iris.Handler
- func (h *Handler) InstallChart() iris.Handler
- func (h *Handler) ListCharts() iris.Handler
- func (h *Handler) ListRepo() iris.Handler
- func (h *Handler) SyncRepo() iris.Handler
- func (h *Handler) UnInstall() iris.Handler
- func (h *Handler) UpdateChart() iris.Handler
- func (h *Handler) UpdateRepo() iris.Handler
- type HelmInstalled
- type Repo
- type RepoCreate
- type RepoUpdate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler() *Handler
func (*Handler) AllInstalled ¶
func (h *Handler) AllInstalled() iris.Handler
func (*Handler) DeleteRepo ¶
func (h *Handler) DeleteRepo() iris.Handler
func (*Handler) GetAppDetail ¶
func (h *Handler) GetAppDetail() iris.Handler
func (*Handler) GetChartByVersion ¶
func (h *Handler) GetChartByVersion() iris.Handler
func (*Handler) GetChartForUpdate ¶
func (h *Handler) GetChartForUpdate() iris.Handler
func (*Handler) InstallChart ¶
func (h *Handler) InstallChart() iris.Handler
func (*Handler) ListCharts ¶
func (h *Handler) ListCharts() iris.Handler
func (*Handler) UpdateChart ¶
func (h *Handler) UpdateChart() iris.Handler
func (*Handler) UpdateRepo ¶
func (h *Handler) UpdateRepo() iris.Handler
type HelmInstalled ¶
type HelmInstalled struct { }
type RepoCreate ¶
type RepoCreate struct {
v1Chart.RepoCreate
}
type RepoUpdate ¶
type RepoUpdate struct {
v1Chart.RepoUpdate
}
Click to show internal directories.
Click to hide internal directories.