Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct {
// contains filtered or unexported fields
}
State provides access to an upgrader worker's view of the state.
func NewState ¶
NewState returns a version of the state that provides functionality required by the upgrader worker.
func (*State) DesiredVersion ¶
func (*State) SetVersion ¶
SetVersion sets the tools version associated with the entity with the given tag, which must be the tag of the entity that the upgrader is running on behalf of.
func (*State) Tools ¶
Tools returns the agent tools that should run on the given entity, along with a flag whether to disable SSL hostname verification.
func (*State) WatchAPIVersion ¶
func (st *State) WatchAPIVersion(agentTag string) (watcher.NotifyWatcher, error)
Click to show internal directories.
Click to hide internal directories.