client

package
v0.13.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2014 License: Apache-2.0, Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Backend backend.Backend
}

func NewClient

func NewClient(requestedBackend string) (*Client, error)

func (*Client) Config

func (c *Client) Config() error

func (*Client) Install

func (c *Client) Install(targets []string) error

func (*Client) Journal

func (c *Client) Journal(targets []string) error

func (*Client) List

func (c *Client) List() error

func (*Client) RefreshUnits

func (c *Client) RefreshUnits() error

func (*Client) Restart

func (c *Client) Restart(targets []string) error

func (*Client) Scale

func (c *Client) Scale(targets []string) error

func (*Client) Start

func (c *Client) Start(targets []string) error

func (*Client) Status

func (c *Client) Status(targets []string) error

func (*Client) Stop

func (c *Client) Stop(targets []string) error

func (*Client) Uninstall

func (c *Client) Uninstall(targets []string) error

func (*Client) Update

func (c *Client) Update() error

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL