Documentation ¶
Index ¶
- func New(config Config) apprclient.Interface
- type Client
- func (c *Client) DeleteRelease(ctx context.Context, name, release string) error
- func (c *Client) GetReleaseVersion(ctx context.Context, name, channel string) (string, error)
- func (c *Client) PromoteChart(ctx context.Context, name, release, channel string) error
- func (c *Client) PullChartTarball(ctx context.Context, name, channel string) (string, error)
- func (c *Client) PullChartTarballFromRelease(ctx context.Context, name, release string) (string, error)
- func (c *Client) PushChartTarball(ctx context.Context, name, release, tarballPath string) error
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DeleteRelease ¶
func (*Client) GetReleaseVersion ¶
func (*Client) PromoteChart ¶
func (*Client) PullChartTarball ¶
func (*Client) PullChartTarballFromRelease ¶
Click to show internal directories.
Click to hide internal directories.