apprclienttest

package
v3.0.0-...-5c6648c Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(config Config) apprclient.Interface

Types

type Client

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

func (*Client) DeleteRelease

func (c *Client) DeleteRelease(ctx context.Context, name, release string) error

func (*Client) GetReleaseVersion

func (c *Client) GetReleaseVersion(ctx context.Context, name, channel string) (string, error)

func (*Client) PromoteChart

func (c *Client) PromoteChart(ctx context.Context, name, release, channel string) error

func (*Client) PullChartTarball

func (c *Client) PullChartTarball(ctx context.Context, name, channel string) (string, error)

func (*Client) PullChartTarballFromRelease

func (c *Client) PullChartTarballFromRelease(ctx context.Context, name, release string) (string, error)

func (*Client) PushChartTarball

func (c *Client) PushChartTarball(ctx context.Context, name, release, tarballPath string) error

type Config

type Config struct {
	DefaultError          error
	DefaultReleaseVersion string
}

Jump to

Keyboard shortcuts

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