helm

package
v0.0.0-...-e8da0a6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitCommandFuncs

func InitCommandFuncs() (map[string]func(map[string]interface{}) ([]byte, error), error)

func WrapFunc

func WrapFunc(newClient func() (*Client, error), fn func(cc *Client) HandlerFunc) func(args map[string]interface{}) ([]byte, error)

Types

type Client

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

func NewClient

func NewClient() (*Client, error)

func (*Client) GetValues

func (c *Client) GetValues(args map[string]interface{}) (string, error)

func (*Client) History

func (c *Client) History(args map[string]interface{}) (string, error)

func (*Client) Install

func (c *Client) Install(args map[string]interface{}) (string, error)

func (*Client) RepoAdd

func (c *Client) RepoAdd(args map[string]interface{}) (string, error)

func (*Client) RepoList

func (c *Client) RepoList(args map[string]interface{}) (string, error)

func (*Client) RepoUpdate

func (c *Client) RepoUpdate(args map[string]interface{}) (string, error)

func (*Client) Rollback

func (c *Client) Rollback(args map[string]interface{}) (string, error)

func (*Client) Uninstall

func (c *Client) Uninstall(args map[string]interface{}) (string, error)

func (*Client) Upgrade

func (c *Client) Upgrade(args map[string]interface{}) (string, error)

type HandlerFunc

type HandlerFunc = func(args map[string]interface{}) (string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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