helm

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ChartMuseumProvider = getter.Provider{
	Schemes: []string{"cm"},
	New: func(options ...getter.Option) (getter.Getter, error) {
		return &ChartMuseum{}, nil
	},
}

Functions

func AddRepo

func AddRepo(repoName, repoUrl string) error

func GetActionConfig

func GetActionConfig(namespace string) (*action.Configuration, error)

func IsReleaseAvailable

func IsReleaseAvailable(name, namespace string) (bool, error)

func Lint

func Lint(path, namespace string, values map[string]interface{}) error

func Push

func Push(chartName, repoUrl string) error

func Template

func Template(conf *action.Configuration, name, namespace, path string, isUpgrade, validate bool, values map[string]interface{}) ([]byte, error)

func Uninstall

func Uninstall(name, namespace string) error

func UpdateDependencies

func UpdateDependencies(path string) error

Types

type ChartMuseum

type ChartMuseum struct{}

func (*ChartMuseum) Get

func (c *ChartMuseum) Get(fileUrl string, options ...getter.Option) (*bytes.Buffer, error)

Jump to

Keyboard shortcuts

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