helm

package
v1.5.22 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2023 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Overview

Package helm.

Copyright © 2023 zcubbs https://github.com/zcubbs

Package helm.

Copyright © 2023 zcubbs https://github.com/zcubbs

Package helm.

Copyright © 2023 zcubbs https://github.com/zcubbs

Package helm.

Copyright © 2023 zcubbs https://github.com/zcubbs

Index

Constants

View Source
const (
	TmpHelmScript    = "/tmp/get_helm.sh"
	InstallScriptUrl = "https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3"
)

Variables

This section is empty.

Functions

func GetAllReleases

func GetAllReleases(kubeconfig string) ([]*release.Release, error)

func Install

func Install(debug bool) error

func InstallChart

func InstallChart(options InstallChartOptions) error

func IsHelmInstalled

func IsHelmInstalled() (bool, error)

func RepoAdd

func RepoAdd(name, url string, debug bool) error

RepoAdd adds repo with given name and url

func RepoUpdate

func RepoUpdate(debug bool) error

RepoUpdate updates charts for all helm repos

func UninstallChart

func UninstallChart(kubeconfig, name, namespace string, debug bool) error

Types

type InstallChartOptions

type InstallChartOptions struct {
	Kubeconfig   string
	RepoName     string
	RepoUrl      string
	ChartName    string
	Namespace    string
	ChartVersion string
	ChartValues  helmValues.Options
	Debug        bool
	Upgrade      bool
}

Jump to

Keyboard shortcuts

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