unitassigner

package
v0.0.0-...-8ff1004 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2019 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	// contains filtered or unexported fields
}

API implements the functionality for assigning units to machines.

func New

func New(st *state.State, res facade.Resources, _ facade.Authorizer) (*API, error)

New returns a new unitAssigner api instance.

func (*API) AssignUnits

func (a *API) AssignUnits(args params.Entities) (params.ErrorResults, error)

AssignUnits assigns the units with the given ids to the correct machine. The error results are returned in the same order as the given entities.

func (*API) SetAgentStatus

func (a *API) SetAgentStatus(args params.SetStatus) (params.ErrorResults, error)

SetAgentStatus will set status for agents of Units passed in args, if one of the args is not an Unit it will fail.

func (*API) WatchUnitAssignments

func (a *API) WatchUnitAssignments() (params.StringsWatchResult, error)

WatchUnitAssignments returns a strings watcher that is notified when new unit assignments are added to the db.

Jump to

Keyboard shortcuts

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