Versions in this module Expand all Collapse all v0 v0.2.0 Mar 21, 2017 Changes in this version + var ErrChartNotExist = errors.New(...) + var ErrDockerfileNotExist = errors.New(...) v0.1.0 Feb 22, 2017 Changes in this version + var ChartNotExistError = errors.New(...) + var DockerfileNotExistError = errors.New(...) + type Client struct + Endpoint *url.URL + HTTPClient *http.Client + Header http.Header + OptionWait bool + func New(endpoint *url.URL, client *http.Client) *Client + func NewFromString(endpoint string, client *http.Client) (*Client, error) + func (c *Client) Version() (*version.Version, error) + func (c Client) Up(appName, namespace string, out io.Writer, ...) error + func (c Client) UpFromDir(appName, namespace string, out io.Writer, appDir string) error