helm

package
v0.1.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App added in v0.0.4

type App struct {
	// contains filtered or unexported fields
}

App holds helm app details

func New

func New(c config.App, log *log.Logger) *App

New returns Helm App

func (*App) Install added in v0.0.4

func (ha *App) Install(ctx context.Context, name, namespace, version string, options map[string]string) error

Install installs the application specified by name, version and namespace.

func (*App) Search added in v0.0.4

func (ha *App) Search(ctx context.Context, name string) (string, error)

Search searches the name passed in helm repo

func (*App) Uninstall added in v0.0.4

func (ha *App) Uninstall(ctx context.Context, name, namespace string) error

Uninstall uninstalls the application specified by name and namespace.

func (*App) Workloads added in v0.0.5

func (ha *App) Workloads(ctx context.Context, namespace string) ([]corev1.ObjectReference, error)

Workloads returns K8s workload object reference list for the helm app

Jump to

Keyboard shortcuts

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