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
type Config ¶
type Config struct { TillerHost string TillerConnectionTimeout time.Duration `envconfig:"default=5s"` TillerTLSKey string `envconfig:"default=/etc/certs/tls.key"` TillerTLSCrt string `envconfig:"default=/etc/certs/tls.crt"` TillerTLSInsecure bool `envconfig:"default=false"` }
Config holds configuration for helm client
Click to show internal directories.
Click to hide internal directories.