helm

package
v0.0.0-...-6f54f59 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
}

func (*Client) InstallRelease

func (c *Client) InstallRelease(chartDir, namespace, name string, overrides map[string]interface{}) error

func (*Client) UninstallRelease

func (c *Client) UninstallRelease(namespace, name string) error

type ClientInterface

type ClientInterface interface {
	InstallRelease(chartDir, namespace, name string, overrides map[string]interface{}) error
	UninstallRelease(namespace, name string) error
}

Jump to

Keyboard shortcuts

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