Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provide communication with Tiller
func (*Client) Delete ¶
func (cli *Client) Delete(releaseName internal.ReleaseName) error
Delete is deleting release of the chart
func (*Client) Install ¶
func (cli *Client) Install(c *chart.Chart, values internal.ChartValues, releaseName internal.ReleaseName, namespace internal.Namespace) (*rls.InstallReleaseResponse, error)
Install is installing chart release
Click to show internal directories.
Click to hide internal directories.