helm

package
v1.3.8 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IndexFromBytes

func IndexFromBytes(data []byte) (*repo.IndexFile, error)

IndexFromBytes loads an index file and does minimal validity checking. This will fail if API Version is not set (ErrNoAPIVersion) or if the unmarshal fails.

func IndexFromURL

func IndexFromURL(url string) (*repo.IndexFile, error)

IndexFromURL loads an index file from an URL.

func Install

func Install(opts InstallOptions) error

func LatestVersionAndURL

func LatestVersionAndURL(idx *repo.IndexFile) (string, string, error)

func Uninstall

func Uninstall(opts UninstallOptions) error

Types

type InstallOptions

type InstallOptions struct {
	RESTConfig  *rest.Config
	Namespace   string
	ReleaseName string
	ChartSource io.Reader
	ChartValues map[string]interface{}
	LogFn       func(format string, v ...interface{})
}

type UninstallOptions

type UninstallOptions struct {
	RESTConfig  *rest.Config
	Namespace   string
	ReleaseName string
	LogFn       func(format string, v ...interface{})
}

Jump to

Keyboard shortcuts

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