Documentation ¶
Index ¶
- type Client
- func (c *Client) ModelEnvironVersion(tag names.ModelTag) (int, error)
- func (c *Client) ModelTargetEnvironVersion(tag names.ModelTag) (int, error)
- func (c *Client) SetModelEnvironVersion(tag names.ModelTag, v int) error
- func (c *Client) SetModelStatus(tag names.ModelTag, status status.Status, info string, ...) error
- func (c *Client) WatchModelEnvironVersion(tag names.ModelTag) (watcher.NotifyWatcher, error)
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 provides methods that the Juju client command uses to interact with environs stored in the Juju Server.
func NewClient ¶
NewClient creates a new `Client` based on an existing authenticated API connection.
func (*Client) ModelEnvironVersion ¶
ModelEnvironVersion returns the current version of the environ corresponding to the specified model.
func (*Client) ModelTargetEnvironVersion ¶
ModelTargetEnvironVersion returns the target version of the environ corresponding to the specified model.
func (*Client) SetModelEnvironVersion ¶
SetModelEnvironVersion sets the current version of the environ corresponding to the specified model.
func (*Client) SetModelStatus ¶
func (c *Client) SetModelStatus(tag names.ModelTag, status status.Status, info string, data map[string]interface{}) error
SetModelStatus sets the status of a model.
func (*Client) WatchModelEnvironVersion ¶
func (c *Client) WatchModelEnvironVersion(tag names.ModelTag) (watcher.NotifyWatcher, error)
WatchModelEnvironVersion starts a NotifyWatcher that notifies the caller upon changes to the environ version of the model with the specified tag.