helm

package
v0.0.0-...-94e4715 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	YUNION_REPO_NAME         = "infra"
	YUNION_REPO_HIDE_KEYWORD = "hide"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartDetail

type ChartDetail struct {
	Name    string             `json:"name"`
	Repo    string             `json:"repo"`
	Chart   *repo.ChartVersion `json:"chart"`
	Values  string             `json:"values"`
	Readme  string             `json:"readme"`
	Options []SpotguideOptions `json:"options"`
}

type ChartPackage

type ChartPackage struct {
	*helmchart.Chart
	Repo string `json:"repo"`
}

type Maintainer

type Maintainer struct {
	Email string `json:"email"`
	Name  string `json:"name"`
}

type Repo

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

type SpotguideFile

type SpotguideFile struct {
	Options []SpotguideOptions `json:"options"`
}

type SpotguideOptions

type SpotguideOptions struct {
	Name    string `json:"name"`
	Type    string `json:"type"`
	Default bool   `json:"default"`
	Info    string `json:"info"`
	Key     string `json:"key"`
}

Jump to

Keyboard shortcuts

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