Versions in this module Expand all Collapse all v0 v0.1.1 Jan 17, 2017 Changes in this version + const APIVERSION + func NewCancelUpdateCommand() cli.Command + func NewDeleteCommand() cli.Command + func NewInspectCommand() cli.Command + func NewListCommand() cli.Command + func NewProceedUpdateCommand() cli.Command + func NewRunCommand() cli.Command + func NewScaleDownCommand() cli.Command + func NewScaleUpCommand() cli.Command + func NewUpdateCommand() cli.Command + func UnixDialer(proto, sock string) (net.Conn, error) + type Client struct + func NewHTTPClient(path string) *Client + func (c *Client) Delete() (*http.Response, error) + func (c *Client) Get() (*http.Response, error) + func (c *Client) Patch(payload []byte) (*http.Response, error) + func (c *Client) Post(payload []byte) (*http.Response, error) + func (c *Client) Put(payload []byte) (*http.Response, error)