chart

package
v1.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Install

func Install(parent iris.Party)

Types

type ChInstall

type ChInstall struct {
	Name         string                 `json:"name"`
	ChartName    string                 `json:"chartName"`
	Repo         string                 `json:"repo"`
	ChartVersion string                 `json:"chartVersion"`
	Cluster      string                 `json:"cluster"`
	Values       map[string]interface{} `json:"values"`
	Namespace    string                 `json:"namespace"`
}

type Chart

type Chart struct {
	Name        string `json:"name"`
	Repo        string `json:"repo"`
	Icon        string `json:"icon"`
	Description string `json:"description"`
}

type Detail

type Detail struct {
	Name     string `json:"name"`
	Versions string `json:"versions"`
}

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func NewHandler

func NewHandler() *Handler

func (*Handler) AddRepo

func (h *Handler) AddRepo() iris.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) GetChart

func (h *Handler) GetChart() iris.Handler

func (*Handler) GetChartByVersion

func (h *Handler) GetChartByVersion() iris.Handler

func (*Handler) GetChartForUpdate

func (h *Handler) GetChartForUpdate() iris.Handler

func (*Handler) GetRepo

func (h *Handler) GetRepo() iris.Handler

func (*Handler) InstallChart

func (h *Handler) InstallChart() iris.Handler

func (*Handler) ListCharts

func (h *Handler) ListCharts() iris.Handler

func (*Handler) ListRepo

func (h *Handler) ListRepo() iris.Handler

func (*Handler) SyncRepo

func (h *Handler) SyncRepo() iris.Handler

func (*Handler) UnInstall

func (h *Handler) UnInstall() 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 Repo

type Repo struct {
	Url  string `json:"url"`
	Name string `json:"name"`
}

type RepoCreate

type RepoCreate struct {
	v1Chart.RepoCreate
}

type RepoUpdate

type RepoUpdate struct {
	v1Chart.RepoUpdate
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL