Documentation
¶
Index ¶
- type Client
- func (c *Client) Config() error
- func (c *Client) Install(targets []string) error
- func (c *Client) Journal(targets []string) error
- func (c *Client) List() error
- func (c *Client) RefreshUnits() error
- func (c *Client) Restart(targets []string) error
- func (c *Client) Scale(targets []string) error
- func (c *Client) Start(targets []string) error
- func (c *Client) Status(targets []string) error
- func (c *Client) Stop(targets []string) error
- func (c *Client) Uninstall(targets []string) error
- func (c *Client) Update() error
- type DeisCtlClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) RefreshUnits ¶
type DeisCtlClient ¶
type DeisCtlClient interface {
Config() error
Install(targets []string) error
Journal(targets []string) error
List() error
RefreshUnits() error
Restart(targets []string) error
Scale(targets []string) error
Start(targets []string) error
Status(targets []string) error
Stop(targets []string) error
Uninstall(targets []string) error
Update() error
}
Click to show internal directories.
Click to hide internal directories.