helm

package
v0.0.0-...-0ce781e Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package helm provides an interface and implementations for running helm commands.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrReleaseNotFound returns a "release not found error".
	ErrReleaseNotFound = errors.New("release not found")
)

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Install(namespace string, name string, opts metav1.InstallOptions) error
	Delete(namespace string, name string, opts metav1.DeleteOptions) error
	Get(namespace string, name string) ([]byte, error)
	List(namespace string) ([]byte, error)
}

func New

func New(exec utilexec.Interface, kubeconfig string) Interface

type Namespace

type Namespace string

Namespace represents different ns for helm (k8s)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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