Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type Client struct + func NewClient(cfg Config, log *logrus.Entry) *Client + func (cli *Client) Delete(releaseName internal.ReleaseName) error + func (cli *Client) Install(c *chart.Chart, values internal.ChartValues, releaseName internal.ReleaseName, ...) (*rls.InstallReleaseResponse, error) + type Config struct + TillerConnectionTimeout time.Duration + TillerHost string