Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JujuHandler ¶ added in v0.6.0
type JujuHandler struct {
// contains filtered or unexported fields
}
JujuHandler represents a Juju installation on the system.
func NewJujuHandler ¶ added in v0.6.0
func NewJujuHandler(config *config.Config, r system.Worker, providers []providers.Provider) *JujuHandler
NewJujuHandler constructs a new JujuHandler instance.
func (*JujuHandler) Prepare ¶ added in v0.6.0
func (j *JujuHandler) Prepare() error
Prepare bootstraps Juju on the configured providers.
func (*JujuHandler) Restore ¶ added in v0.6.0
func (j *JujuHandler) Restore() error
Restore uninstalls Juju from the system.
Click to show internal directories.
Click to hide internal directories.